Skip to content
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