Skip to content

Commit 36b6b11

Browse files
author
Julian Lettner
committed
[Sanitizer] Disable tests that depend on symbolication on watchOS
Some new Sanitizer tests are failing on watchOS because we fail to start atos to symbolicate the report. FileCheck then fails when we assert on the generated report. Radar-Id: rdar://75766734
1 parent fae8f4a commit 36b6b11

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

test/Sanitizers/symbolication.swift

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

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

test/Sanitizers/tsan/racy_actor_counters.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: libdispatch
88
// REQUIRES: tsan_runtime
99

10+
// rdar://75365575 (Failing to start atos external symbolizer)
11+
// UNSUPPORTED: OS=watchos
12+
1013
var globalCounterValue = 0
1114

1215
actor Counter {

test/Sanitizers/tsan/racy_async_let_fibonacci.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: libdispatch
88
// REQUIRES: tsan_runtime
99

10+
// rdar://75365575 (Failing to start atos external symbolizer)
11+
// UNSUPPORTED: OS=watchos
12+
1013
#if canImport(Darwin)
1114
import Darwin
1215
#elseif canImport(Glibc)

0 commit comments

Comments
 (0)