Skip to content

Commit 139c00b

Browse files
committed
Don't run TestUnwindFramelessFaulted.py on Linux
There's something still wrong with how it's building the test file. (cherry picked from commit 48a814c)
1 parent 32b1f83 commit 139c00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TestUnwindFramelessFaulted(TestBase):
1111
NO_DEBUG_INFO_TESTCASE = True
1212

13-
@skipIf(oslist=no_match([lldbplatformutil.getDarwinOSTriples(), "linux"]))
13+
@skipIf(oslist=no_match([lldbplatformutil.getDarwinOSTriples()]))
1414
@skipIf(archs=no_match(["aarch64", "arm64", "arm64e"]))
1515

1616
# The static linker in Xcode 15.0-15.2 on macOS 14 will mislink

0 commit comments

Comments
 (0)