Skip to content

Commit c900b0a

Browse files
committed
[lldb] Skip target variable test on AS
1 parent d245f2e commit c900b0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/target/basic/TestTargetCommand.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_target_command(self):
4545
self.do_target_command()
4646

4747
@expectedFailureAll(archs=['arm64e']) # <rdar://problem/37773624>
48+
@expectedFailureDarwin(archs=["arm64"]) # <rdar://problem/37773624>
4849
def test_target_variable_command(self):
4950
"""Test 'target variable' command before and after starting the inferior."""
5051
d = {'C_SOURCES': 'globals.c', 'EXE': self.getBuildArtifact('globals')}
@@ -54,6 +55,7 @@ def test_target_variable_command(self):
5455
self.do_target_variable_command('globals')
5556

5657
@expectedFailureAll(archs=['arm64e']) # <rdar://problem/37773624>
58+
@expectedFailureDarwin(archs=["arm64"]) # <rdar://problem/37773624>
5759
def test_target_variable_command_no_fail(self):
5860
"""Test 'target variable' command before and after starting the inferior."""
5961
d = {'C_SOURCES': 'globals.c', 'EXE': self.getBuildArtifact('globals')}

0 commit comments

Comments
 (0)