Skip to content

Commit 493a8c5

Browse files
authored
Merge pull request swiftlang#40753 from atrick/disable-racy-test
Conditionally disable tsan/racy_async_let_fibonacci.swift
2 parents 8e2f122 + 3bde13b commit 493a8c5

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)