Skip to content

Commit c40779a

Browse files
committed
[LLDB] Use skipIf instead of expectedFail
1 parent 3e28992 commit c40779a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/TestFrameVarDILGlobalVariableLookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestFrameVarDILGlobalVariableLookup(TestBase):
1919
NO_DEBUG_INFO_TESTCASE = True
2020

2121
@skipIf(macos_version=["<", "15.0"], archs=["arm64", "arm64e"])
22-
@expectedFailureAll(
22+
@skipIf(
2323
dwarf_version=["<", "5"],
2424
oslist=[lldbplatformutil.getDarwinOSTriples()],
2525
)

0 commit comments

Comments
 (0)