Skip to content

Commit 347864b

Browse files
committed
disable custom_executors_complex_equality_crash on linux for now
1 parent b90aad2 commit 347864b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/custom_executors_complex_equality_crash.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=legacy %target-run %import-libdispatch %t/a.out
77
// RUN: %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=swift6 %target-run %import-libdispatch %t/a.out
88

9+
// TODO: Need to find out how to combine %env- and %target-run and %import-libdispatch reliably.
10+
// UNSUPPORTED: OS=linux-gnu
911

1012
// REQUIRES: concurrency
1113
// REQUIRES: executable_test

0 commit comments

Comments
 (0)