Skip to content

Commit 88b7f32

Browse files
authored
Merge pull request #3470 from apple/🍒/FBI/c900b0a6d5f7+b1bb1d4c4688
🍒/fbi/c900b0a6d5f7+b1bb1d4c4688
2 parents 3f17361 + de14972 commit 88b7f32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

47-
@expectedFailureAll(archs=['arm64e']) # <rdar://problem/37773624>
47+
@expectedFailureDarwin(archs=["arm64", "arm64e"]) # <rdar://problem/37773624>
4848
def test_target_variable_command(self):
4949
"""Test 'target variable' command before and after starting the inferior."""
5050
d = {'C_SOURCES': 'globals.c', 'EXE': self.getBuildArtifact('globals')}
@@ -53,7 +53,7 @@ def test_target_variable_command(self):
5353

5454
self.do_target_variable_command('globals')
5555

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

lldb/test/API/lang/c/global_variables/TestGlobalVariables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def setUp(self):
2121
self.shlib_names = ["a"]
2222

2323
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
24-
@expectedFailureAll(archs=["arm64e"]) # <rdar://problem/37773624>
24+
@expectedFailureDarwin(archs=["arm64", "arm64e"]) # <rdar://problem/37773624>
2525
def test_without_process(self):
2626
"""Test that static initialized variables can be inspected without
2727
process."""

0 commit comments

Comments
 (0)