2016-08-17 03:33:51 +08:00
|
|
|
CHECK: BINGO
|
|
|
|
RUN: not LLVMFuzzer-SimpleCmpTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
2016-08-18 09:25:28 +08:00
|
|
|
RUN: not LLVMFuzzer-SimpleHashTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
2016-09-10 02:00:04 +08:00
|
|
|
RUN: not LLVMFuzzer-AbsNegAndConstantTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
2016-09-10 05:58:42 +08:00
|
|
|
RUN: not LLVMFuzzer-AbsNegAndConstant64Test -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
|
2016-08-18 09:25:28 +08:00
|
|
|
|
2016-08-17 03:33:51 +08:00
|
|
|
|