brintos

brintos / llvm-project-archived public Read only

0
0
Text · 581 B · 2b42d74 Raw
16 lines · python
1# RUN: not %{lit} -vv %{inputs}/shtest-keyword-parse-errors > %t.out2# RUN: FileCheck -input-file %t.out %s3#4# END.5 6# CHECK: Testing: 3 tests7 8# CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: empty.txt9# CHECK:       {{^}}Test has no 'RUN:' line{{$}}10 11# CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: multiple-allow-retries.txt12# CHECK:       {{^}}Test has more than one ALLOW_RETRIES lines{{$}}13 14# CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: unterminated-run.txt15# CHECK:       {{^}}Test has unterminated 'RUN:' directive (with '\') at line 1{{$}}16