Skip to content

Temporarily skip tests that fail on noasserts bots #9231

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
Show file tree
Hide file tree
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 @@ -9,10 +9,12 @@ class TestSwiftImportSearchPaths(lldbtest.TestBase):
NO_DEBUG_INFO_TESTCASE = True
mydir = lldbtest.TestBase.compute_mydir(__file__)

@skipIf(bugnumber='rdar://135553659')
@swiftTest
def test_positive(self):
self.do_test('true')

@skipIf(bugnumber='rdar://135553659')
@swiftTest
def test_negative(self):
self.do_test('false')
Expand Down
1 change: 1 addition & 0 deletions lldb/test/Shell/Swift/MissingVFSOverlay.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test that error messages from constructing ClangImporter
# are surfaced to the user.
# REQUIRES: 135553659
# REQUIRES: swift

# RUN: rm -rf %t && mkdir %t && cd %t
Expand Down