brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · 189ad36 Raw
12 lines · plain
1# Tests len_control2RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest3 4LIM4: DONE{{.*}}lim: 45LIM77: DONE{{.*}}lim: 776LIM20: DONE{{.*}}lim: 207RUN: %run %t-SimpleTest -runs=1  2>&1 | FileCheck %s --check-prefix=LIM48RUN: %run %t-SimpleTest -seed_inputs=%t-SimpleTest -max_len=77 -runs=1  2>&1 | FileCheck %s --check-prefix=LIM779RUN: echo -n 01234567890123456789 > %t-temp10RUN: %run %t-SimpleTest -seed_inputs=%t-temp -runs=1  2>&1 | FileCheck %s --check-prefix=LIM2011 12