Skip to content

Commit 013270a

Browse files
authored
Merge pull request #42218 from nkcsgexi/disable-spi-available-test-5.7
[5.7] test: disable spi-available-local.swift and spi-available-swift-module.swift while investigating
2 parents dd2e5ff + 3458844 commit 013270a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Sema/spi-available-local.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: OS=ios
2+
// REQUIRES: rdar91325474
23
// RUN: %empty-directory(%t)
34
// RUN: not %target-swift-frontend -target x86_64-apple-macosx11.9 -parse-as-library %s -typecheck -library-level=api >& %t/macos.txt
45
// RUN: %FileCheck %s < %t/macos.txt

test/Sema/spi-available-swift-module.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: OS=ios
2+
// REQUIRES: rdar91325474
23
// RUN: %empty-directory(%t)
34
// RUN: %empty-directory(%t/macos)
45
// RUN: %empty-directory(%t/ios)

0 commit comments

Comments
 (0)