Skip to content

Commit d52dca5

Browse files
authored
Merge pull request #38605 from rintaro/disbale-rdar81024581
[Test] Disable a couple of Concurrency/Runtime/exclusivity tests
2 parents 7b791cf + a6e2d39 commit d52dca5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/exclusivity_custom_executors_filecheck.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar81024581
12
// RUN: export env %env-SWIFT_DEBUG_RUNTIME_EXCLUSIVITY_LOGGING=1 && \
23
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency %import-libdispatch -parse-as-library) 2>&1 | %FileCheck %s
34

test/Concurrency/Runtime/exclusivity_filecheck.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar81024581
12
// RUN: export env %env-SWIFT_DEBUG_RUNTIME_EXCLUSIVITY_LOGGING=1 && \
23
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-concurrency -parse-as-library -Xfrontend -disable-access-control -parse-stdlib) 2>&1 | %FileCheck %s
34

0 commit comments

Comments
 (0)