Skip to content

Commit df8cb66

Browse files
committed
XFAIL test/Profiler/instrprof_tsan.swift
Fails on simulator with unsupported option '-sanitize=thread' for target 'i386-apple-ios7.0' rdar://43422035
1 parent 622ccfa commit df8cb66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Profiler/instrprof_tsan.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -emit-ir -profile-generate -sanitize=thread %s | %FileCheck %s
22

3+
// rdar://43422035 unsupported option for target i386-apple-ios
4+
// XFAIL: CPU=i386
5+
36
// CHECK: define {{.*}}empty
47
// CHECK-NOT: load{{.*}}empty
58
// CHECK: ret void

0 commit comments

Comments
 (0)