brintos

brintos / llvm-project-archived public Read only

0
0
Text · 583 B · ba609e0 Raw
14 lines · python
1## Tests glob pattern handling in echo command.2 3# RUN: not %{lit} -v %{inputs}/shtest-glob \4# RUN: | FileCheck -dump-input=fail -match-full-lines --implicit-check-not=Error: %s5# END.6 7# CHECK: UNRESOLVED: shtest-glob :: glob-echo.txt ({{[^)]*}})8# CHECK: TypeError: string argument expected, got 'GlobItem'9 10# CHECK:      FAIL: shtest-glob :: glob-mkdir.txt ({{[^)]*}})11# CHECK:      # | Error: 'mkdir' command failed, {{.*}}example_file1.input'12# CHECK-NEXT: # | Error: 'mkdir' command failed, {{.*}}example_file2.input'13# CHECK:      # error: command failed with exit status: 114