Skip to content

Commit 8a886d8

Browse files
ylnJulian Lettner
andauthored
Re-enable sanitizer tests broken due to buggy atos (swiftlang#58408)
There was a regression in atos, but now a new-enough Xcode version that includes the fixed atos is now available on Swift CI bots. We can re-enable the tests. Radar-Id: rdar://problem/85471075 Co-authored-by: Julian Lettner <[email protected]>
1 parent f0ba04e commit 8a886d8

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

test/Sanitizers/symbolication.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: asan_runtime
66
// REQUIRES: VENDOR=apple
77

8-
// rdar://75365575 (Failing to start atos external symbolizer)
9-
// UNSUPPORTED: OS=watchos
10-
118
// We copy the binary but not the corresponding .dSYM for remote runs (e.g.,
129
// on-device testing), and hence online symbolication fails.
1310
// UNSUPPORTED: remote_run

test/Sanitizers/tsan/racy_actor_counters.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// rdar://76038845
1111
// UNSUPPORTED: use_os_stdlib
1212

13-
// rdar://75365575 (Failing to start atos external symbolizer)
14-
// UNSUPPORTED: OS=watchos
15-
1613
// REQUIRES: rdar76542113
1714

1815
var globalCounterValue = 0

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// REQUIRES: concurrency_runtime
1212
// UNSUPPORTED: back_deployment_runtime
1313

14-
// rdar://75365575 (Failing to start atos external symbolizer)
15-
// UNSUPPORTED: OS=watchos
16-
1714
// rdar://86825277
1815
// SR-15805
1916
// UNSUPPORTED: CPU=arm64 || CPU=arm64e

0 commit comments

Comments
 (0)