summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/abbreviation/TestAbbreviations.py1
-rw-r--r--lldb/test/functionalities/load_unload/TestLoadUnload.py4
2 files changed, 0 insertions, 5 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py
index aae1b8901fd..fbf8171c316 100644
--- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py
+++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py
@@ -137,7 +137,6 @@ class AbbreviationsTestCase(TestBase):
# The test framework relies on detecting either "run" or "process launch"
# command to automatically kill the inferior upon tear down.
# But we'll be using "pro la" command to launch the inferior.
- self.addTearDownHook(lambda: self.runCmd("process kill"))
self.expect("pro la",
patterns = [ "Process .* launched: "])
diff --git a/lldb/test/functionalities/load_unload/TestLoadUnload.py b/lldb/test/functionalities/load_unload/TestLoadUnload.py
index 96e0e16204f..e8f5ed7accb 100644
--- a/lldb/test/functionalities/load_unload/TestLoadUnload.py
+++ b/lldb/test/functionalities/load_unload/TestLoadUnload.py
@@ -58,10 +58,6 @@ class LoadUnloadTestCase(TestBase):
# patterns = ["%s-[^-]*-[^-]*" % self.getArchitecture()])
# Add an image search path substitution pair.
self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
- # Add teardown hook to clear image-search-paths after the test.
- # rdar://problem/10501020
- # Uncomment the following to reproduce 10501020.
- self.addTearDownHook(lambda: self.runCmd("target modules search-paths clear"))
self.expect("target modules search-paths list",
substrs = [os.getcwd(), new_dir])
OpenPOWER on IntegriCloud