File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +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>
48
- @expectedFailureDarwin (archs = ["arm64" ]) # <rdar://problem/37773624>
47
+ @expectedFailureDarwin (archs = ["arm64" , "arm64e" ]) # <rdar://problem/37773624>
49
48
def test_target_variable_command (self ):
50
49
"""Test 'target variable' command before and after starting the inferior."""
51
50
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
@@ -54,8 +53,7 @@ def test_target_variable_command(self):
54
53
55
54
self .do_target_variable_command ('globals' )
56
55
57
- @expectedFailureAll (archs = ['arm64e' ]) # <rdar://problem/37773624>
58
- @expectedFailureDarwin (archs = ["arm64" ]) # <rdar://problem/37773624>
56
+ @expectedFailureDarwin (archs = ["arm64" , "arm64e" ]) # <rdar://problem/37773624>
59
57
def test_target_variable_command_no_fail (self ):
60
58
"""Test 'target variable' command before and after starting the inferior."""
61
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