Skip to content

Commit 2a436a0

Browse files
committed
Mark TestFixIts.py xfail for LLDB AArch64/Linux
1 parent 59c2810 commit 2a436a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/expression/fixits/TestFixIts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_with_dummy_target(self):
2323
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
2424
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
2525

26+
@expectedFailureAll(archs=["aarch64"], oslist=["linux"])
2627
def test_with_target(self):
2728
"""Test calling expressions with errors that can be fixed by the FixIts."""
2829
self.build()

0 commit comments

Comments
 (0)