1 # RUN: not %{lit} -vv %{inputs}/shtest-keyword-parse-errors > %t.out
2 # RUN: FileCheck -input-file %t.out %s
6 # CHECK: Testing: 3 tests
8 # CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: empty.txt
9 # CHECK: {{^}}Test has no 'RUN:' line{{$}}
11 # CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: multiple-allow-retries.txt
12 # CHECK: {{^}}Test has more than one ALLOW_RETRIES lines{{$}}
14 # CHECK-LABEL: UNRESOLVED: shtest-keyword-parse-errors :: unterminated-run.txt
15 # CHECK: {{^}}Test has unterminated 'RUN:' directive (with '\') at line 1{{$}}