File tree 3 files changed +3
-0
lines changed
lldb/test/API/tools/lldb-server
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ def test_launch_via_vRun(self):
58
58
self .assertEqual (context ["O_content" ], b"arg1\r \n arg2\r \n arg3\r \n " )
59
59
60
60
@add_test_categories (["llgs" ])
61
+ @skipIfWindows # Sometimes returns '$E1f'.
61
62
def test_launch_via_vRun_no_args (self ):
62
63
self .build ()
63
64
server = self .connect_to_debug_monitor ()
Original file line number Diff line number Diff line change @@ -468,6 +468,7 @@ def test_Hg_fails_on_zero_pid(self):
468
468
self .Hg_fails_on_pid (0 )
469
469
470
470
@add_test_categories (["llgs" ])
471
+ @skipIfWindows # Sometimes returns '$E37'.
471
472
def test_Hg_fails_on_minus_one_pid (self ):
472
473
self .build ()
473
474
self .set_inferior_startup_launch ()
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ def test_multiple_vCont(self):
276
276
self .expect_gdbremote_sequence ()
277
277
278
278
@add_test_categories (["llgs" ])
279
+ @skipIfWindows # Sometimes results in '$E37' instead of expected '$OK'
279
280
def test_vCont_then_stop (self ):
280
281
self .build ()
281
282
self .set_inferior_startup_launch ()
You can’t perform that action at this time.
0 commit comments