1111class TestReverseContinueBreakpoints (ReverseTestBase ):
1212 @skipIfRemote
1313 @skipIf (macos_version = ["<" , "15.0" ])
14- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
1514 def test_reverse_continue (self ):
1615 self .reverse_continue_internal (async_mode = False )
1716
1817 @skipIfRemote
1918 @skipIf (macos_version = ["<" , "15.0" ])
20- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
2119 def test_reverse_continue_async (self ):
2220 self .reverse_continue_internal (async_mode = True )
2321
@@ -47,13 +45,11 @@ def reverse_continue_internal(self, async_mode):
4745
4846 @skipIfRemote
4947 @skipIf (macos_version = ["<" , "15.0" ])
50- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
5148 def test_reverse_continue_breakpoint (self ):
5249 self .reverse_continue_breakpoint_internal (async_mode = False )
5350
5451 @skipIfRemote
5552 @skipIf (macos_version = ["<" , "15.0" ])
56- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
5753 def test_reverse_continue_breakpoint_async (self ):
5854 self .reverse_continue_breakpoint_internal (async_mode = True )
5955
@@ -72,13 +68,11 @@ def reverse_continue_breakpoint_internal(self, async_mode):
7268
7369 @skipIfRemote
7470 @skipIf (macos_version = ["<" , "15.0" ])
75- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
7671 def test_reverse_continue_skip_breakpoint (self ):
7772 self .reverse_continue_skip_breakpoint_internal (async_mode = False )
7873
7974 @skipIfRemote
8075 @skipIf (macos_version = ["<" , "15.0" ])
81- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
8276 def test_reverse_continue_skip_breakpoint_async (self ):
8377 self .reverse_continue_skip_breakpoint_internal (async_mode = True )
8478
@@ -104,13 +98,11 @@ def reverse_continue_skip_breakpoint_internal(self, async_mode):
10498
10599 @skipIfRemote
106100 @skipIf (macos_version = ["<" , "15.0" ])
107- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
108101 def test_continue_preserves_direction (self ):
109102 self .continue_preserves_direction_internal (async_mode = False )
110103
111104 @skipIfRemote
112105 @skipIf (macos_version = ["<" , "15.0" ])
113- @skipIf (oslist = lldbplatformutil .getDarwinOSTriples (), archs = ["x86_64" ])
114106 def test_continue_preserves_direction_asyhc (self ):
115107 self .continue_preserves_direction_internal (async_mode = True )
116108
0 commit comments