Skip to content

Commit ec662bc

Browse files
DanBlackwellDebadri Basak
authored andcommitted
[Fuzzer][Test-Only][Darwin] Mark coverage.test and exit_on_src_pos.test unsupported (llvm#165408)
These tests are currently failing on some CI macOS instances due to an issue with the system symbolizer. This patch marks the tests unsupported on Darwin while we wait for all CI machines to be updated to a newer OS. rdar://160410051
1 parent b4abf4e commit ec662bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compiler-rt/test/fuzzer/coverage.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
UNSUPPORTED: target={{.*windows.*}}
33
# FIXME: CreatePCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::PrintCoverage().
44
UNSUPPORTED: target=s390x{{.*}}
5+
UNSUPPORTED: darwin
6+
57
RUN: mkdir -p %t.dir && cd %t.dir
68
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/NullDerefTest.cpp -o %t.dir/NullDerefTest
79
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1

compiler-rt/test/fuzzer/exit_on_src_pos.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
UNSUPPORTED: target=thumb{{.*}}
99
# Timeout on loongarch64 machine
1010
UNSUPPORTED: target=loongarch64{{.*}}
11+
UNSUPPORTED: darwin
1112

1213
RUN: %cpp_compiler -O0 %S/SimpleTest.cpp -o %t-SimpleTest.exe -mllvm -use-unknown-locations=Disable
1314
RUN: %cpp_compiler -O0 %S/ShrinkControlFlowTest.cpp -o %t-ShrinkControlFlowTest.exe

0 commit comments

Comments
 (0)