forked from OSchip/llvm-project
Mark TestFixIts.py xfail for LLDB AArch64/Linux
This commit is contained in:
parent
59c28103a4
commit
2a436a07ae
|
@ -23,6 +23,7 @@ class ExprCommandWithFixits(TestBase):
|
|||
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
|
||||
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
|
||||
|
||||
@expectedFailureAll(archs=["aarch64"], oslist=["linux"])
|
||||
def test_with_target(self):
|
||||
"""Test calling expressions with errors that can be fixed by the FixIts."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue