diff options
author | Pavel Labath <labath@google.com> | 2015-09-28 13:27:48 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-09-28 13:27:48 +0000 |
commit | 8ff61200f4382d9fda57773aec48f1bd3166a22b (patch) | |
tree | b0b5287f70c37eda9d33ba6d32fac19a2344f4b1 | |
parent | 55dc5df59f0763c81ff76af8ebd701b850160ee4 (diff) | |
download | bcm5719-llvm-8ff61200f4382d9fda57773aec48f1bd3166a22b.tar.gz bcm5719-llvm-8ff61200f4382d9fda57773aec48f1bd3166a22b.zip |
Remove XTIMEOUT from TestProcessAttach on linux
llvm-svn: 248711
-rwxr-xr-x | lldb/test/dosep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index 2a5b10ac619..65002d59d7f 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -959,7 +959,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { - "TestProcessAttach.py", "TestConnectRemote.py", "TestCreateAfterAttach.py", "TestEvents.py", |