File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def test_target_command(self):
44
44
self .buildAll ()
45
45
self .do_target_command ()
46
46
47
- @expectedFailureAll (archs = [' arm64e' ]) # <rdar://problem/37773624>
47
+ @expectedFailureDarwin (archs = ["arm64" , " arm64e" ]) # <rdar://problem/37773624>
48
48
def test_target_variable_command (self ):
49
49
"""Test 'target variable' command before and after starting the inferior."""
50
50
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
@@ -53,7 +53,7 @@ def test_target_variable_command(self):
53
53
54
54
self .do_target_variable_command ('globals' )
55
55
56
- @expectedFailureAll (archs = [' arm64e' ]) # <rdar://problem/37773624>
56
+ @expectedFailureDarwin (archs = ["arm64" , " arm64e" ]) # <rdar://problem/37773624>
57
57
def test_target_variable_command_no_fail (self ):
58
58
"""Test 'target variable' command before and after starting the inferior."""
59
59
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def setUp(self):
21
21
self .shlib_names = ["a" ]
22
22
23
23
@expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24764" )
24
- @expectedFailureAll (archs = ["arm64e" ]) # <rdar://problem/37773624>
24
+ @expectedFailureDarwin (archs = ["arm64" , "arm64e" ]) # <rdar://problem/37773624>
25
25
def test_without_process (self ):
26
26
"""Test that static initialized variables can be inspected without
27
27
process."""
You can’t perform that action at this time.
0 commit comments