Skip to content

Commit ca2588c

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd3b6753d6291' from swift/release/6.0 into stable/20230725
2 parents b8b233d + d3b6753 commit ca2588c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lldb/test/API/lang/swift/expression/import_search_paths/TestSwiftImportSearchPaths.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ class TestSwiftImportSearchPaths(lldbtest.TestBase):
99
NO_DEBUG_INFO_TESTCASE = True
1010
mydir = lldbtest.TestBase.compute_mydir(__file__)
1111

12+
@skipIf(bugnumber='rdar://135553659')
1213
@swiftTest
1314
def test_positive(self):
1415
self.do_test('true')
1516

17+
@skipIf(bugnumber='rdar://135553659')
1618
@swiftTest
1719
def test_negative(self):
1820
self.do_test('false')

lldb/test/Shell/Swift/MissingVFSOverlay.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Test that error messages from constructing ClangImporter
22
# are surfaced to the user.
3+
# REQUIRES: 135553659
34
# REQUIRES: swift
45

56
# RUN: rm -rf %t && mkdir %t && cd %t

0 commit comments

Comments
 (0)