Skip to content

Commit 9b21828

Browse files
author
Julian Lettner
committed
[Swift CI] Re-enable sanitizer symbolication tests
We updated the Swift CI nodes to a version of Xcode that includes the fix for a regression in atos that broke sanitizer report symbolication. Regression: rdar://79151503 (If atos is handed a dSYM, it should find the binary rather than erring) Fix: rdar://80345994 (Regression: atos -p <pid> exits immediately) Radar-Id: rdar://80274830
1 parent 0c6063f commit 9b21828

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/Sanitizers/symbolication.swift

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

8-
// rdar://80274830 ([Swift CI] Sanitizer report symbolication fails because we fail to start atos, sanbox issue?)
9-
// REQUIRES: 80274830
10-
// Might be related/same issue as below
11-
128
// rdar://75365575 (Failing to start atos external symbolizer)
139
// UNSUPPORTED: OS=watchos
1410

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

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

13-
// rdar://80274830 ([Swift CI] Sanitizer report symbolication fails because we fail to start atos, sanbox issue?)
14-
// REQUIRES: 80274830
15-
// Might be related/same issue as below
16-
1713
// rdar://75365575 (Failing to start atos external symbolizer)
1814
// UNSUPPORTED: OS=watchos
1915

0 commit comments

Comments
 (0)