We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c2810 commit 2a436a0Copy full SHA for 2a436a0
lldb/test/API/commands/expression/fixits/TestFixIts.py
@@ -23,6 +23,7 @@ def test_with_dummy_target(self):
23
self.assertEqual(result, lldb.eReturnStatusSuccessFinishResult, "The expression was successful.")
24
self.assertTrue("Fix-it applied" in ret_val.GetError(), "Found the applied FixIt.")
25
26
+ @expectedFailureAll(archs=["aarch64"], oslist=["linux"])
27
def test_with_target(self):
28
"""Test calling expressions with errors that can be fixed by the FixIts."""
29
self.build()
0 commit comments