Skip to content

Commit 034ef7d

Browse files
committed
Restrict test to mac x86_64
1 parent ed54515 commit 034ef7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/IRGen/tsan_coroutines.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// This test case used to crash when tsan ran before co-routine lowering.
22
// RUN: %target-swift-frontend -emit-ir -sanitize=thread %s | %FileCheck %s
33

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+
48
public class C { }
59

610
public struct Foobar {

0 commit comments

Comments
 (0)