We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dbf8d commit 55d4c5eCopy full SHA for 55d4c5e
lldb/test/API/lang/swift/expression/import_search_paths/TestSwiftImportSearchPaths.py
@@ -9,10 +9,12 @@ class TestSwiftImportSearchPaths(lldbtest.TestBase):
9
NO_DEBUG_INFO_TESTCASE = True
10
mydir = lldbtest.TestBase.compute_mydir(__file__)
11
12
+ @skipIf(bugnumber='rdar://135553659')
13
@swiftTest
14
def test_positive(self):
15
self.do_test('true')
16
17
18
19
def test_negative(self):
20
self.do_test('false')
lldb/test/Shell/Swift/MissingVFSOverlay.test
@@ -1,5 +1,6 @@
1
# Test that error messages from constructing ClangImporter
2
# are surfaced to the user.
3
+# REQUIRES: 135553659
4
# REQUIRES: swift
5
6
# RUN: rm -rf %t && mkdir %t && cd %t
0 commit comments