1*9880d681SAndroid Build Coastguard WorkerRUN: not LLVMFuzzer-NullDerefTest %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInput 2*9880d681SAndroid Build Coastguard WorkerSingleInput-NOT: Test unit written to ./crash- 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard WorkerRUN: rm -rf %tmp/SINGLE_INPUTS 5*9880d681SAndroid Build Coastguard WorkerRUN: mkdir -p %tmp/SINGLE_INPUTS 6*9880d681SAndroid Build Coastguard WorkerRUN: echo aaa > %tmp/SINGLE_INPUTS/aaa 7*9880d681SAndroid Build Coastguard WorkerRUN: echo bbb > %tmp/SINGLE_INPUTS/bbb 8*9880d681SAndroid Build Coastguard WorkerRUN: LLVMFuzzer-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %s --check-prefix=SINGLE_INPUTS 9*9880d681SAndroid Build Coastguard WorkerRUN: rm -rf %tmp/SINGLE_INPUTS 10*9880d681SAndroid Build Coastguard WorkerSINGLE_INPUTS: LLVMFuzzer-SimpleTest: Running 2 inputs 1 time(s) each. 11*9880d681SAndroid Build Coastguard WorkerSINGLE_INPUTS: aaa in 12*9880d681SAndroid Build Coastguard WorkerSINGLE_INPUTS: bbb in 13*9880d681SAndroid Build Coastguard Worker 14