File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lldb/test/API/commands/target/basic Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ def test_target_command(self):
45
45
self .do_target_command ()
46
46
47
47
@expectedFailureAll (archs = ['arm64e' ]) # <rdar://problem/37773624>
48
+ @expectedFailureDarwin (archs = ["arm64" ]) # <rdar://problem/37773624>
48
49
def test_target_variable_command (self ):
49
50
"""Test 'target variable' command before and after starting the inferior."""
50
51
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
@@ -54,6 +55,7 @@ def test_target_variable_command(self):
54
55
self .do_target_variable_command ('globals' )
55
56
56
57
@expectedFailureAll (archs = ['arm64e' ]) # <rdar://problem/37773624>
58
+ @expectedFailureDarwin (archs = ["arm64" ]) # <rdar://problem/37773624>
57
59
def test_target_variable_command_no_fail (self ):
58
60
"""Test 'target variable' command before and after starting the inferior."""
59
61
d = {'C_SOURCES' : 'globals.c' , 'EXE' : self .getBuildArtifact ('globals' )}
You can’t perform that action at this time.
0 commit comments