Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / shtest-keyword-parse-errors.py
blob2b42d748b54db8f270b4ee3d6c59d41f43cffb8a
1 # RUN: not %{lit} -vv %{inputs}/shtest-keyword-parse-errors > %t.out
2 # RUN: FileCheck -input-file %t.out %s
4 # END.
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{{$}}