[Lldb-commits] [lldb] r355992 - This test is failing on and off on the bots.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 12 16:15:48 PDT 2019


Author: jingham
Date: Tue Mar 12 16:15:48 2019
New Revision: 355992

URL: http://llvm.org/viewvc/llvm-project?rev=355992&view=rev
Log:
This test is failing on and off on the bots.  
Disable it for now till I can figure out what's going wrong.

Modified:
    lldb/trunk/lit/ExecControl/StopHook/stop-hook-threads.test

Modified: lldb/trunk/lit/ExecControl/StopHook/stop-hook-threads.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/ExecControl/StopHook/stop-hook-threads.test?rev=355992&r1=355991&r2=355992&view=diff
==============================================================================
--- lldb/trunk/lit/ExecControl/StopHook/stop-hook-threads.test (original)
+++ lldb/trunk/lit/ExecControl/StopHook/stop-hook-threads.test Tue Mar 12 16:15:48 2019
@@ -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"




More information about the lldb-commits mailing list