@@ -426,6 +426,7 @@ def cont(self):
426
426
427
427
self .server .responder = MyResponder ()
428
428
429
+ self .runCmd ("platform select remote-linux" )
429
430
target = self .createTarget ("a.yaml" )
430
431
process = self .connect (target )
431
432
@@ -434,7 +435,6 @@ def cont(self):
434
435
self .assertEqual (process .threads [0 ].GetStopDescription (100 ),
435
436
'signal SIGBUS' )
436
437
437
- @skipIfWindows
438
438
def test_signal_lldb_old (self ):
439
439
class MyResponder (MockGDBServerResponder ):
440
440
def qSupported (self , client_supported ):
@@ -454,6 +454,7 @@ def cont(self):
454
454
455
455
self .server .responder = MyResponder ()
456
456
457
+ self .runCmd ("platform select remote-linux" )
457
458
target = self .createTarget ("a.yaml" )
458
459
process = self .connect (target )
459
460
@@ -462,7 +463,6 @@ def cont(self):
462
463
self .assertEqual (process .threads [0 ].GetStopDescription (100 ),
463
464
'signal SIGUSR1' )
464
465
465
- @skipIfWindows
466
466
def test_signal_lldb (self ):
467
467
class MyResponder (MockGDBServerResponder ):
468
468
def qSupported (self , client_supported ):
@@ -479,6 +479,7 @@ def cont(self):
479
479
480
480
self .server .responder = MyResponder ()
481
481
482
+ self .runCmd ("platform select remote-linux" )
482
483
target = self .createTarget ("a.yaml" )
483
484
process = self .connect (target )
484
485
0 commit comments