diff options
author | Jim Ingham <jingham@apple.com> | 2019-03-12 23:15:48 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-03-12 23:15:48 +0000 |
commit | e62366bf1e57d5bbdf337332bbc37a855e3445f7 (patch) | |
tree | 1244c06fa600789c540095ff945e6e99fcbfc318 | |
parent | 97f51c95db1b0b7f2fdcc6f1254de125addc229b (diff) | |
download | bcm5719-llvm-e62366bf1e57d5bbdf337332bbc37a855e3445f7.tar.gz bcm5719-llvm-e62366bf1e57d5bbdf337332bbc37a855e3445f7.zip |
This test is failing on and off on the bots.
Disable it for now till I can figure out what's going wrong.
llvm-svn: 355992
-rw-r--r-- | lldb/lit/ExecControl/StopHook/stop-hook-threads.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/ExecControl/StopHook/stop-hook-threads.test b/lldb/lit/ExecControl/StopHook/stop-hook-threads.test index f1cf8e1208d..a90bcff8ce4 100644 --- a/lldb/lit/ExecControl/StopHook/stop-hook-threads.test +++ b/lldb/lit/ExecControl/StopHook/stop-hook-threads.test @@ -6,7 +6,7 @@ # XFAIL: system-netbsd # UNSUPPORTED: system-windows # This test is flakey and hangs on windows periodically: llvm.org/pr38373 -# UNSUPPORTED: system-linux +# UNSUPPORTED: system-linux, system-darwin thread list break set -f stop-hook-threads.cpp -p "Set break point at this line" |