[compiler-rt] fuzzer: adjust tests to not expect that store to null traps and is...
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 9 Jul 2021 11:56:18 +0000 (14:56 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 9 Jul 2021 12:03:11 +0000 (15:03 +0300)
commit9a0152799f8e4a59e0483728c9f11c8a7805616f
tree63e8e48e7b6e2a37d40c21f33cffac05015c71a0
parent3f7c9cc27422f7302cf5a683eeb3978e6cb84270
[compiler-rt] fuzzer: adjust tests to not expect that store to null traps and is not erase

Instead, mostly just trap directly.
compiler-rt/test/fuzzer/ShallowOOMDeepCrash.cpp
compiler-rt/test/fuzzer/TrapTest.cpp [moved from compiler-rt/test/fuzzer/NullDerefTest.cpp with 85% similarity]
compiler-rt/test/fuzzer/coverage.test
compiler-rt/test/fuzzer/fork.test
compiler-rt/test/fuzzer/fuzzer-seed.test
compiler-rt/test/fuzzer/fuzzer-segv.test
compiler-rt/test/fuzzer/fuzzer-singleinputs.test
compiler-rt/test/fuzzer/minimize_crash.test
compiler-rt/test/fuzzer/null-deref.test [deleted file]
compiler-rt/test/fuzzer/trap.test [new file with mode: 0644]