mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-04 01:00:26 +02:00
Shamelessly copy Josiah
This commit is contained in:
8
source/lib/json/tests/thirdparty/Fuzzer/test/fuzzer-runs.test
vendored
Normal file
8
source/lib/json/tests/thirdparty/Fuzzer/test/fuzzer-runs.test
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
RUN: mkdir -p %t
|
||||
RUN: echo abcd > %t/NthRunCrashTest.in
|
||||
RUN: LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in
|
||||
RUN: LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in -runs=10
|
||||
RUN: not LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s
|
||||
RUN: rm %t/NthRunCrashTest.in
|
||||
CHECK: BINGO
|
||||
|
Reference in New Issue
Block a user