forked from OSchip/llvm-project
[libFuzzer] split one slow test into several, for more parallel testing
llvm-svn: 289481
This commit is contained in:
parent
b3901bdde8
commit
092d5764a1
|
@ -1,7 +1,2 @@
|
|||
CHECK: BINGO
|
||||
RUN: not LLVMFuzzer-SimpleCmpTest -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
RUN: not LLVMFuzzer-SimpleHashTest -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
RUN: not LLVMFuzzer-AbsNegAndConstantTest -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
RUN: not LLVMFuzzer-AbsNegAndConstant64Test -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
|
||||
|
||||
RUN: not LLVMFuzzer-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
CHECK: BINGO
|
||||
RUN: not LLVMFuzzer-SimpleHashTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
|
@ -0,0 +1,2 @@
|
|||
CHECK: BINGO
|
||||
RUN: not LLVMFuzzer-AbsNegAndConstantTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
|
@ -0,0 +1,2 @@
|
|||
CHECK: BINGO
|
||||
RUN: not LLVMFuzzer-AbsNegAndConstant64Test -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
Loading…
Reference in New Issue