File tree 1 file changed +4
-0
lines changed
lldb/test/API/tools/lldb-server 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ def test_first_launch_stop_reply_thread_matches_first_qC(self):
110
110
context = self .expect_gdbremote_sequence ()
111
111
self .assertEqual (context .get ("thread_id_QC" ), context .get ("thread_id_?" ))
112
112
113
+ # This test is flaky on Windows. Sometimes returns 'Exception 0x80000003'.
114
+ @skipIf (oslist = ["windows" ], bugnumber = "github.com/llvm/llvm-project/issues/138085" )
113
115
def test_attach_commandline_continue_app_exits (self ):
114
116
self .build ()
115
117
self .set_inferior_startup_attach ()
@@ -303,6 +305,8 @@ def Hg_switches_to_3_threads(self, pass_pid=False):
303
305
self .assertIsNotNone (context .get ("thread_id" ))
304
306
self .assertEqual (int (context .get ("thread_id" ), 16 ), thread )
305
307
308
+ # This test is flaky on Windows. Sometimes returns '$E37#af'.
309
+ @skipIf (oslist = ["windows" ], bugnumber = "github.com/llvm/llvm-project/issues/138085" )
306
310
@skipIf (compiler = "clang" , compiler_version = ["<" , "11.0" ])
307
311
def test_Hg_switches_to_3_threads_launch (self ):
308
312
self .build ()
You can’t perform that action at this time.
0 commit comments