Skip to content

Commit 0933729

Browse files
authored
Merge pull request #59 from adrian-prantl/56280346-5.1-cleanup
Cleanup: Skip macOS-only test on non-macOS systems and give it a uniq…
2 parents 07d34d0 + a29a3e1 commit 0933729

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)