Skip to content

Commit 4af3236

Browse files
author
Julian Lettner
committed
[CI] Disable tests that depend on symbolication
After upgrading the OS and Xcode on the CI nodes sanitizer report symbolication fails because we fail to start atos. This might be a sandboxing issue. Radar-Id: rdar://80274830
1 parent 191dc14 commit 4af3236

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/Sanitizers/symbolication.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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+
812
// rdar://75365575 (Failing to start atos external symbolizer)
913
// UNSUPPORTED: OS=watchos
1014

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
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+
1317
// rdar://75365575 (Failing to start atos external symbolizer)
1418
// UNSUPPORTED: OS=watchos
1519

0 commit comments

Comments
 (0)