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 ed54515 commit 034ef7dCopy full SHA for 034ef7d
test/IRGen/tsan_coroutines.swift
@@ -1,6 +1,10 @@
1
// This test case used to crash when tsan ran before co-routine lowering.
2
// RUN: %target-swift-frontend -emit-ir -sanitize=thread %s | %FileCheck %s
3
4
+// TSan is currently only supported on 64 bit mac and simulators.
5
+// (We do not test the simulators here.)
6
+// REQUIRES: CPU=x86_64, OS=macosx
7
+
8
public class C { }
9
10
public struct Foobar {
0 commit comments