We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90aad2 commit 347864bCopy full SHA for 347864b
test/Concurrency/Runtime/custom_executors_complex_equality_crash.swift
@@ -6,6 +6,8 @@
6
// RUN: %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=legacy %target-run %import-libdispatch %t/a.out
7
// RUN: %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=swift6 %target-run %import-libdispatch %t/a.out
8
9
+// TODO: Need to find out how to combine %env- and %target-run and %import-libdispatch reliably.
10
+// UNSUPPORTED: OS=linux-gnu
11
12
// REQUIRES: concurrency
13
// REQUIRES: executable_test
0 commit comments