Skip to content

Commit 669a49a

Browse files
authored
Merge pull request #36638 from apple/watchos-atos-symbolication
[Sanitizer] Disable tests that depend on symbolication on watchOS
2 parents 1fa8ecf + 36b6b11 commit 669a49a

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)