diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-07-22 20:52:17 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-07-22 20:52:17 +0000 |
commit | 0b8bb3da083bcfa69052b44664a43606bbeae10f (patch) | |
tree | a9c6a4427ad0c2610891c58cd8763a1449892e2b | |
parent | 4afe504980b5637cab53bfa36022891c62ff390a (diff) | |
download | bcm5719-llvm-0b8bb3da083bcfa69052b44664a43606bbeae10f.tar.gz bcm5719-llvm-0b8bb3da083bcfa69052b44664a43606bbeae10f.zip |
Xtimeout TestProcessAttach for Linux.
llvm-svn: 242932
-rwxr-xr-x | lldb/test/dosep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index 779937f47db..608497f80d4 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -244,6 +244,7 @@ def getExpectedTimeouts(platform_name): expected_timeout |= { "TestAttachDenied.py", "TestAttachResume.py", + "TestProcessAttach.py", "TestConnectRemote.py", "TestCreateAfterAttach.py", "TestEvents.py", |