Skip to content

Commit 6adc187

Browse files
authored
Merge pull request #81723 from edymtt/edymtt/disable-some-sanitizers-tests-on-ios-arm64e
Disable tests that require arm64e slices for iOS sanitizers
2 parents 43f6fea + 00334ac commit 6adc187

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Profiler/coverage_inlined_counters.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// RUN: env SWIFT_USE_OLD_DRIVER=1 %target-build-swift %t/b.swift -profile-generate -profile-coverage-mapping -o %t/main -module-name B -I %t/out %t/out/a.swift.o
1818

1919
// REQUIRES: profile_runtime
20+
// UNSUPPORTED: OS=ios && CPU=arm64e
2021

2122
//--- a.swift
2223
@_transparent

validation-test/SILOptimizer/rdar133779160.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-build-swift %s -sanitize=thread
22

33
// REQUIRES: tsan_runtime
4+
// UNSUPPORTED: OS=ios && CPU=arm64e
45

56
class C {}
67
func passC(_ b: consuming C) {

0 commit comments

Comments
 (0)