Skip to content

Commit e7f24a2

Browse files
committed
[lldb] Skip target variable test on AS
(cherry picked from commit c900b0a)
1 parent fc04bf9 commit e7f24a2

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)