File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ UNSUPPORTED: target=aarch64{{.*}}
77
88RUN: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-exe
99
10- RUN: %t-exe -runs=100 2>&1 | FileCheck %s --check-prefix=FOCUS_NONE
10+ RUN: %run % t-exe -runs=100 2>&1 | FileCheck %s --check-prefix=FOCUS_NONE
1111FOCUS_NONE-NOT: INFO: Focus function is set to
1212FOCUS_NONE-NOT: INFO: {{.*}} inputs touch the focus function
1313
14- RUN: not %t-exe -runs=100 -focus_function=WRONG 2>&1 | FileCheck %s --check-prefix=FOCUS_WRONG
14+ RUN: not %run % t-exe -runs=100 -focus_function=WRONG 2>&1 | FileCheck %s --check-prefix=FOCUS_WRONG
1515FOCUS_WRONG-NOT: INFO: Focus function is set to
1616FOCUS_WRONG: ERROR: Failed to set focus function
1717
18- RUN: %t-exe -runs=100 -focus_function=f0 2>&1 | FileCheck %s --check-prefix=FOCUS_F0
18+ RUN: %run % t-exe -runs=100 -focus_function=f0 2>&1 | FileCheck %s --check-prefix=FOCUS_F0
1919FOCUS_F0: INFO: Focus function is set to 'f0'
2020FOCUS_F0: INFO: 0/1 inputs touch the focus function
2121
@@ -26,6 +26,6 @@ RUN: echo ABC$(for((i=0;i<2048;i++)); do echo -n x; done) > %t-corpus/ABC
2626RUN: echo AXY$(for((i=0;i<2048;i++)); do echo -n x; done) > %t-corpus/AXY
2727RUN: echo ABX$(for((i=0;i<2048;i++)); do echo -n x; done) > %t-corpus/ABX
2828
29- RUN: %t-exe -runs=10000 -focus_function=f0 %t-corpus 2>&1 | FileCheck %s --check-prefix=CORPUS_1_3
29+ RUN: %run % t-exe -runs=10000 -focus_function=f0 %t-corpus 2>&1 | FileCheck %s --check-prefix=CORPUS_1_3
3030CORPUS_1_3: INFO: 1/3 inputs touch the focus function
3131CORPUS_1_3: DONE {{.*}} focus:
You can’t perform that action at this time.
0 commit comments