Skip to content

Commit 2f7116a

Browse files
Disable tests newly included with asan_runtime available, but not supported on Windows yet
1 parent 53d0781 commit 2f7116a

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

test/Driver/sanitize_coverage.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
13
// Different sanitizer coverage types
24
// RUN: %swiftc_driver -driver-print-jobs -sanitize-coverage=func -sanitize=address %s | %FileCheck -check-prefix=SANCOV_FUNC %s
35
// RUN: %swiftc_driver -driver-print-jobs -sanitize-coverage=bb -sanitize=address %s | %FileCheck -check-prefix=SANCOV_BB %s

test/IRGen/address_sanitizer_use_odr_indicator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: OS=windows-msvc
12
// REQUIRES: asan_runtime
23

34
// Default instrumentation that does not use ODR indicators

test/Interpreter/indirect_enum.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
13
// RUN: %target-swiftc_driver %s -g -sanitize=address -o %t_asan-binary
24
// RUN: %target-codesign %t_asan-binary
35
// RUN: env ASAN_OPTIONS=detect_leaks=0 %target-run %t_asan-binary

test/Reflection/typeref_decoding_asan.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
2+
// UNSUPPORTED: OS=windows-msvc
23

34
// rdar://100805115
45
// UNSUPPORTED: CPU=arm64e

test/Sanitizers/asan/asan.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
13
// RUN: %target-swiftc_driver %s -g -sanitize=address -o %t_asan-binary
24
// RUN: %target-codesign %t_asan-binary
35
// RUN: env %env-ASAN_OPTIONS=abort_on_error=0 not %target-run %t_asan-binary 2>&1 | %FileCheck %s

test/Sanitizers/sanitizer_coverage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// For now restrict this test to platforms where we know this test will pass
1010
// REQUIRES: CPU=x86_64
1111
// UNSUPPORTED: remote_run
12+
// UNSUPPORTED: OS=windows-msvc
1213

1314
func sayHello() {
1415
print("Hello")

0 commit comments

Comments
 (0)