Skip to content

Commit c9683d4

Browse files
committed
Cleanup: Skip macOS-only test on non-macOS systems and give it a unique name.
1 parent e9e842b commit c9683d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/packages/Python/lldbsuite/test/lang/swift/system_framework/TestSwiftSystemFramework.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
import unittest2
77

88

9-
class TestSwiftAnyType(lldbtest.TestBase):
9+
class TestSwiftSystemFramework(lldbtest.TestBase):
1010

1111
mydir = lldbtest.TestBase.compute_mydir(__file__)
1212

1313
@swiftTest
14+
@skipIf(oslist=no_match(["macosx"]))
1415
def test_system_framework(self):
1516
"""Make sure no framework paths into /System/Library are added"""
1617
self.build()

0 commit comments

Comments
 (0)