Mark TestFixIts.py xfail for LLDB AArch64/Linux

This commit is contained in:
Muhammad Omair Javaid 2020-04-07 15:59:05 +05:00
parent 59c28103a4
commit 2a436a07ae
1 changed files with 1 additions and 0 deletions

View File

@ -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()