Skip to content

Commit 6a63114

Browse files
authored
[compiler-rt] Mark some tests as unsupported on Windows. (#157972)
PR157951 removed 'REQUIRES: shell' from several tests, which (among other things) caused them to start running on some Windows builders -- the 'REQUIRES: shell' prevented that. Some of those tests fail on Windows. This PR marks those failing tests as UNSUPPORTED on Windows.
1 parent cf5ae4d commit 6a63114

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

compiler-rt/test/asan/TestCases/suppressions-library.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: system-windows
2+
13
// RUN: %clangxx_asan -O0 -DSHARED_LIB %s %fPIC -shared -o %dynamiclib %ld_flags_rpath_so
24
// RUN: %clangxx_asan -O0 %s -o %t %ld_flags_rpath_exe
35

compiler-rt/test/asan/TestCases/verbose-log-path_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: system-windows
2+
13
// RUN: rm -rf %t-dir && mkdir -p %t-dir
24
// RUN: %clangxx_asan %s -o %t-dir/verbose-log-path_test-binary
35

compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test various levels of coverage
22
//
3+
// UNSUPPORTED: system-windows
4+
//
35
// RUN: rm -rf %t-dir && mkdir %t-dir
46
// RUN: %clangxx -fsanitize=shift -DGOOD_SHIFT=1 -O1 -fsanitize-coverage=func,trace-pc-guard %s -o %t
57
// RUN: %env_ubsan_opts=coverage=1:verbosity=1:coverage_dir='"%t-dir"' %run %t 2>&1 | FileCheck %s --check-prefix=CHECK1 --check-prefix=CHECK_NOWARN

compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: system-windows
2+
13
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
24
// XFAIL: android
35

0 commit comments

Comments
 (0)