Skip to content

Commit eef39a9

Browse files
authored
Merge pull request #64945 from rintaro/disable-rdar107670464-rdar107658865
[Tests] Disable 2 tests in use_os_stdlib
2 parents 4bc9671 + 655e30b commit eef39a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/Interpreter/opaque_result_type_runtime_call.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// RUN: %target-run %t/main %t/%target-library-name(opaque_result_type_runtime_call_other) | %FileCheck %s
77
// REQUIRES: executable_test
88

9-
// REQUIRES: executable_test
9+
// UNSUPPORTED: use_os_stdlib
10+
// UNSUPPORTED: back_deployment_runtime
1011

1112
import opaque_result_type_runtime_call_other
1213

test/Macros/macro_expand_peers.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// REQUIRES: swift_swift_parser, executable_test
22

3+
// For _Concurrency.
4+
// UNSUPPORTED: use_os_stdlib
5+
// UNSUPPORTED: back_deployment_runtime
6+
37
// RUN: %empty-directory(%t)
48
// RUN: %host-build-swift -swift-version 5 -emit-library -o %t/%target-library-name(MacroDefinition) -parse-as-library -module-name=MacroDefinition %S/Inputs/syntax_macro_definitions.swift -g -no-toolchain-stdlib-rpath
59
// RUN: %target-typecheck-verify-swift -swift-version 5 -load-plugin-library %t/%target-library-name(MacroDefinition) -parse-as-library -disable-availability-checking

0 commit comments

Comments
 (0)