summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-08 22:15:48 +0000
committerZachary Turner <zturner@google.com>2015-12-08 22:15:48 +0000
commitd865c6b70770d44b1b5e9230299d1597cda6422f (patch)
tree0ee7104229e0e3f48c1ca92cf17a5a17d558aa87 /lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed
parent6b63d576c3baef27ca053dd18625e6e47acd2ae0 (diff)
downloadbcm5719-llvm-d865c6b70770d44b1b5e9230299d1597cda6422f.tar.gz
bcm5719-llvm-d865c6b70770d44b1b5e9230299d1597cda6422f.zip
Remove the -c option from dotest.py.
This seems to be a legacy relic from days gone by where the remote test suite runner operated completely differently than it does today. git blames and comments traced this functionality back to about 2012, and nobody seems to know anything about it now. llvm-svn: 255060
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py b/lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py
index 8b6c1cdb1ca..830c7f69355 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/TestInferiorChanged.py
@@ -55,9 +55,6 @@ class ChangedInferiorTestCase(TestBase):
def inferior_not_crashing(self):
"""Test lldb reloads the inferior after it was changed during the session."""
self.runCmd("process kill")
- # Prod the lldb-platform that we have a newly built inferior ready.
- if configuration.lldbtest_remote_sandbox:
- self.runCmd("file " + self.exe, CURRENT_EXECUTABLE_SET)
self.runCmd("run", RUN_SUCCEEDED)
self.runCmd("process status")
OpenPOWER on IntegriCloud