Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / len_control.test
blob189ad36033e5aa1af2f82a005dadb3640138acf4
1 # Tests len_control
2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4 LIM4: DONE{{.*}}lim: 4
5 LIM77: DONE{{.*}}lim: 77
6 LIM20: DONE{{.*}}lim: 20
7 RUN: %run %t-SimpleTest -runs=1  2>&1 | FileCheck %s --check-prefix=LIM4
8 RUN: %run %t-SimpleTest -seed_inputs=%t-SimpleTest -max_len=77 -runs=1  2>&1 | FileCheck %s --check-prefix=LIM77
9 RUN: echo -n 01234567890123456789 > %t-temp
10 RUN: %run %t-SimpleTest -seed_inputs=%t-temp -runs=1  2>&1 | FileCheck %s --check-prefix=LIM20