Skip to content

Commit 15c333b

Browse files
authored
Merge pull request #59675 from atrick/disable-interop-module
[test] Disable tests until we fix _StringProcessing #59653
2 parents 28a1f1d + f428b51 commit 15c333b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/Frontend/skip-function-bodies.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %empty-directory(%t)
22

3+
// REQUIRES: rdar95219987
4+
35
// Check -emit-ir and -c are invalid when skipping function bodies
46
// RUN: not %target-swift-frontend -emit-ir %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR
57
// RUN: not %target-swift-frontend -c %s -experimental-skip-non-inlinable-function-bodies %s 2>&1 | %FileCheck %s --check-prefix ERROR

test/SourceKit/Indexing/index_bad_modulename.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ import ObjectiveC
99
let v: NSObject?
1010

1111
// REQUIRES: objc_interop
12+
// REQUIRES: rdar95219987

0 commit comments

Comments
 (0)