Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/utils/lit/tests/shtest-output-printing.py
Show All 18 Lines | |||||
# CHECK-NEXT: $ ":" "RUN: at line 1" | # CHECK-NEXT: $ ":" "RUN: at line 1" | ||||
# CHECK-NEXT: $ "true" | # CHECK-NEXT: $ "true" | ||||
# CHECK-NEXT: $ ":" "RUN: at line 2" | # CHECK-NEXT: $ ":" "RUN: at line 2" | ||||
# CHECK-NEXT: $ "echo" "hi" | # CHECK-NEXT: $ "echo" "hi" | ||||
# CHECK-NEXT: # command output: | # CHECK-NEXT: # command output: | ||||
# CHECK-NEXT: hi | # CHECK-NEXT: hi | ||||
# | # | ||||
# CHECK: $ ":" "RUN: at line 3" | # CHECK: $ ":" "RUN: at line 3" | ||||
# CHECK-NEXT: $ "wc" "missing-file" | # CHECK-NEXT: $ "not" "not" "wc" "missing-file" | ||||
# CHECK-NEXT: # redirected output from '{{.*(/|\\\\)}}basic.txt.tmp.out': | # CHECK-NEXT: # redirected output from '{{.*(/|\\\\)}}basic.txt.tmp.out': | ||||
# CHECK-NEXT: missing-file{{.*}} No such file or directory | # CHECK-NEXT: {{cannot open missing-file|missing-file.* No such file or directory}} | ||||
# CHECK: note: command had no output on stdout or stderr | # CHECK: note: command had no output on stdout or stderr | ||||
# CHECK-NEXT: error: command failed with exit status: 1 | # CHECK-NEXT: error: command failed with exit status: 1 |