mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 17:28:30 +08:00
Mark TestFixIts.py xfail for LLDB AArch64/Linux
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user