@@ -10,7 +10,7 @@ class TestProcessConnect(GDBRemoteTestBase):
10
10
11
11
NO_DEBUG_INFO_TESTCASE = True
12
12
13
- @expectedFailureAll ( hostoslist = [ "windows" ], triple = '.*-android' )
13
+ @skipIfWindows
14
14
def test_gdb_remote_sync (self ):
15
15
"""Test the gdb-remote command in synchronous mode"""
16
16
try :
@@ -20,7 +20,7 @@ def test_gdb_remote_sync(self):
20
20
finally :
21
21
self .dbg .GetSelectedPlatform ().DisconnectRemote ()
22
22
23
- @expectedFailureAll ( hostoslist = [ "windows" ], triple = '.*-android' )
23
+ @skipIfWindows
24
24
def test_gdb_remote_async (self ):
25
25
"""Test the gdb-remote command in asynchronous mode"""
26
26
try :
@@ -33,7 +33,7 @@ def test_gdb_remote_async(self):
33
33
finally :
34
34
self .dbg .GetSelectedPlatform ().DisconnectRemote ()
35
35
36
- @expectedFailureAll ( hostoslist = [ "windows" ], triple = '.*-android' )
36
+ @skipIfWindows
37
37
def test_process_connect_sync (self ):
38
38
"""Test the gdb-remote command in synchronous mode"""
39
39
try :
@@ -44,7 +44,7 @@ def test_process_connect_sync(self):
44
44
finally :
45
45
self .dbg .GetSelectedPlatform ().DisconnectRemote ()
46
46
47
- @expectedFailureAll ( hostoslist = [ "windows" ], triple = '.*-android' )
47
+ @skipIfWindows
48
48
def test_process_connect_async (self ):
49
49
"""Test the gdb-remote command in asynchronous mode"""
50
50
try :
0 commit comments