Skip to content

Commit 3bde13b

Browse files
committed
Conditionally disable tsan/racy_async_let_fibonacci.swift
On arm64e, this test generates incorrect output. rdar://86825277
1 parent 40fff9c commit 3bde13b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// rdar://75365575 (Failing to start atos external symbolizer)
1515
// UNSUPPORTED: OS=watchos
1616

17+
// rdar://86825277
18+
// UNSUPPORTED: CPU=arm64e
19+
1720
func fib(_ n: Int) -> Int {
1821
var first = 0
1922
var second = 1

0 commit comments

Comments
 (0)