]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/test/thirdparty/Fuzzer/test/fuzzer-singleinputs.test
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / test / thirdparty / Fuzzer / test / fuzzer-singleinputs.test
1 RUN: not LLVMFuzzer-NullDerefTest %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInput
2 SingleInput-NOT: Test unit written to ./crash-
3
4 RUN: rm -rf %tmp/SINGLE_INPUTS
5 RUN: mkdir -p %tmp/SINGLE_INPUTS
6 RUN: echo aaa > %tmp/SINGLE_INPUTS/aaa
7 RUN: echo bbb > %tmp/SINGLE_INPUTS/bbb
8 RUN: LLVMFuzzer-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %s --check-prefix=SINGLE_INPUTS
9 RUN: LLVMFuzzer-SimpleTest -max_len=2 %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %s --check-prefix=SINGLE_INPUTS
10 RUN: rm -rf %tmp/SINGLE_INPUTS
11 SINGLE_INPUTS: LLVMFuzzer-SimpleTest: Running 2 inputs 1 time(s) each.
12 SINGLE_INPUTS: aaa in
13 SINGLE_INPUTS: bbb in
14 SINGLE_INPUTS: NOTE: fuzzing was not performed, you have only
15 SINGLE_INPUTS: executed the target code on a fixed set of inputs.
16