Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler-rt/test/fuzzer/coverage.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
UNSUPPORTED: target={{.*windows.*}}
# FIXME: CreatePCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::PrintCoverage().
UNSUPPORTED: target=s390x{{.*}}
UNSUPPORTED: darwin

RUN: mkdir -p %t.dir && cd %t.dir
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/NullDerefTest.cpp -o %t.dir/NullDerefTest
RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1
Expand Down
1 change: 1 addition & 0 deletions compiler-rt/test/fuzzer/exit_on_src_pos.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
UNSUPPORTED: target=thumb{{.*}}
# Timeout on loongarch64 machine
UNSUPPORTED: target=loongarch64{{.*}}
UNSUPPORTED: darwin

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