[all-commits] [llvm/llvm-project] 9a0152: [compiler-rt] fuzzer: adjust tests to not expect t...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Fri Jul 9 05:03:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a0152799f8e4a59e0483728c9f11c8a7805616f
https://github.com/llvm/llvm-project/commit/9a0152799f8e4a59e0483728c9f11c8a7805616f
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
R compiler-rt/test/fuzzer/NullDerefTest.cpp
M compiler-rt/test/fuzzer/ShallowOOMDeepCrash.cpp
A compiler-rt/test/fuzzer/TrapTest.cpp
M compiler-rt/test/fuzzer/coverage.test
M compiler-rt/test/fuzzer/fork.test
M compiler-rt/test/fuzzer/fuzzer-seed.test
M compiler-rt/test/fuzzer/fuzzer-segv.test
M compiler-rt/test/fuzzer/fuzzer-singleinputs.test
M compiler-rt/test/fuzzer/minimize_crash.test
R compiler-rt/test/fuzzer/null-deref.test
A compiler-rt/test/fuzzer/trap.test
Log Message:
-----------
[compiler-rt] fuzzer: adjust tests to not expect that store to null traps and is not erase
Instead, mostly just trap directly.
More information about the All-commits
mailing list