5036877eb6bf18db3f6e6ebe15696b9a1585b667,tests/python/pants_test/backend/python/tasks/test_ctypes_integration.py,CTypesIntegrationTest,test_ctypes_third_party_integration,#CTypesIntegrationTest#,168

Before Change


    self.assertEqual("x=3, f(x)=299\n", pants_run_interop.stdout_data)

  def test_ctypes_third_party_integration(self):
    pants_binary = self.run_pants(["binary", self._binary_target_with_third_party])
    self.assert_success(pants_binary)

    pants_run = self.run_pants(["-q", "run", self._binary_target_with_third_party])
    self.assert_success(pants_run)

After Change


      self.assertEqual("x=3, f(x)=299\n", pants_run_interop.stdout_data)

  def test_ctypes_third_party_integration(self):
    for variant in ToolchainVariant.allowed_values:
      self._assert_ctypes_third_party_integration(variant)

  def _assert_ctypes_third_party_integration(self, toolchain_variant):
    pants_binary = self.run_pants(["binary", self._binary_target_with_third_party], config={
      "native-build-settings": {
        "toolchain_variant": toolchain_variant,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: pantsbuild/pants
Commit Name: 5036877eb6bf18db3f6e6ebe15696b9a1585b667
Time: 2018-12-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/python/tasks/test_ctypes_integration.py
Class Name: CTypesIntegrationTest
Method Name: test_ctypes_third_party_integration


Project Name: pantsbuild/pants
Commit Name: 5036877eb6bf18db3f6e6ebe15696b9a1585b667
Time: 2018-12-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/python/tasks/test_ctypes_integration.py
Class Name: CTypesIntegrationTest
Method Name: test_native_compiler_option_sets_integration


Project Name: pantsbuild/pants
Commit Name: 5036877eb6bf18db3f6e6ebe15696b9a1585b667
Time: 2018-12-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/python/tasks/test_ctypes_integration.py
Class Name: CTypesIntegrationTest
Method Name: test_ctypes_third_party_integration


Project Name: pantsbuild/pants
Commit Name: 5036877eb6bf18db3f6e6ebe15696b9a1585b667
Time: 2018-12-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/python/tasks/test_ctypes_integration.py
Class Name: CTypesIntegrationTest
Method Name: test_ctypes_native_language_interop