File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def test_target_command(self):
42
42
self .buildAll ()
43
43
self .do_target_command ()
44
44
45
- @expectedFailureDarwin ( archs = [ "arm64" , "arm64e" ]) # <rdar://problem/37773624>
45
+ @skipIfDarwin # Chained Fixups
46
46
def test_target_variable_command (self ):
47
47
"""Test 'target variable' command before and after starting the inferior."""
48
48
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
@@ -51,7 +51,7 @@ def test_target_variable_command(self):
51
51
52
52
self .do_target_variable_command ('globals' )
53
53
54
- @expectedFailureDarwin ( archs = [ "arm64" , "arm64e" ]) # <rdar://problem/37773624>
54
+ @skipIfDarwin # Chained Fixups
55
55
def test_target_variable_command_no_fail (self ):
56
56
"""Test 'target variable' command before and after starting the inferior."""
57
57
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ def setUp(self):
18
18
self .source , '// Set break point at this line.' )
19
19
self .shlib_names = ["a" ]
20
20
21
+ @skipIfDarwin # Chained Fixups
21
22
@expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24764" )
22
- @expectedFailureDarwin (archs = ["arm64" , "arm64e" ]) # <rdar://problem/37773624>
23
23
def test_without_process (self ):
24
24
"""Test that static initialized variables can be inspected without
25
25
process."""
Original file line number Diff line number Diff line change 12
12
13
13
class CxxChar8_tTestCase (TestBase ):
14
14
15
+ @skipIfDarwin # Chained Fixups
15
16
@skipIf (compiler = "clang" , compiler_version = ['<' , '7.0' ])
16
- @expectedFailureDarwin (archs = ["arm64" , "arm64e" ]) # <rdar://problem/37773624>
17
17
def test_without_process (self ):
18
18
"""Test that C++ supports char8_t without a running process."""
19
19
self .build ()
You can’t perform that action at this time.
0 commit comments