diff options
| author | Chaoren Lin <chaorenl@google.com> | 2015-08-19 17:13:02 +0000 |
|---|---|---|
| committer | Chaoren Lin <chaorenl@google.com> | 2015-08-19 17:13:02 +0000 |
| commit | d904371271478dbc2c867f92023b117945e6d948 (patch) | |
| tree | 12667f58f929c87130a07a47bbe736aafc525b82 | |
| parent | 7890a01263d986820bc009922d9eaccc10e11510 (diff) | |
| download | bcm5719-llvm-d904371271478dbc2c867f92023b117945e6d948.tar.gz bcm5719-llvm-d904371271478dbc2c867f92023b117945e6d948.zip | |
XTIMEOUT TestExitDuringStep for Darwin.
llvm-svn: 245460
| -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 89d3fbfc529..d9147ed2fbf 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -319,6 +319,7 @@ def getExpectedTimeouts(platform_name): expected_timeout |= { # times out on MBP Retina, Mid 2012 "TestThreadSpecificBreakpoint.py", + "TestExitDuringStep.py", } return expected_timeout |

