diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx')
3 files changed, 0 insertions, 12 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py index 8155a3cef54..99d21f02208 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py @@ -23,10 +23,6 @@ class FindAppInMacOSAppBundle(TestBase): self.main_source_file = lldb.SBFileSpec("main.c") self.find_app_in_bundle_test() - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - def find_app_in_bundle_test(self): """This reads in the .app, makes sure we get the right binary and can run it.""" diff --git a/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py b/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py index 02abd354906..2a2768195d4 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/thread-names/TestInterruptThreadNames.py @@ -12,10 +12,6 @@ class TestInterruptThreadNames(TestBase): mydir = TestBase.compute_mydir(__file__) - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - @skipUnlessDarwin @add_test_categories(['pyapi']) def test_with_python_api(self): diff --git a/lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py b/lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py index b6836db5fbb..f7e4da73dda 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py @@ -24,10 +24,6 @@ class TestGetVersionForZero(TestBase): self.yaml2obj("libDylib.dylib.yaml", self.getBuildArtifact("libDylib.dylib")) self.do_test() - def setUp(self): - # Call super's setUp(). - TestBase.setUp(self) - def do_test(self): lib_name = "libDylib.dylib" target = lldbutil.run_to_breakpoint_make_target(self, exe_name=lib_name) |