Skip to content

Cleanup: Skip macOS-only test on non-macOS systems and give it a uniq… #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
import unittest2


class TestSwiftAnyType(lldbtest.TestBase):
class TestSwiftSystemFramework(lldbtest.TestBase):

mydir = lldbtest.TestBase.compute_mydir(__file__)

@swiftTest
@skipIf(oslist=no_match(["macosx"]))
def test_system_framework(self):
"""Make sure no framework paths into /System/Library are added"""
self.build()
Expand Down