AMDGPU: Mark test as XFAIL in expensive_checks builds
[llvm-project.git] / llvm / utils / lit / tests / shtest-output-printing.py
blobb9045c3fe520bd4aed2402000d60c606e0f7c199
1 # Check the various features of the ShTest format.
3 # RUN: not %{lit} -v %{inputs}/shtest-output-printing > %t.out
4 # RUN: FileCheck --input-file %t.out --match-full-lines %s
6 # END.
8 # CHECK: -- Testing: {{.*}}
9 # CHECK: FAIL: shtest-output-printing :: basic.txt {{.*}}
10 # CHECK-NEXT: ***{{\**}} TEST 'shtest-output-printing :: basic.txt' FAILED ***{{\**}}
11 # CHECK-NEXT: Exit Code: 1
12 # CHECK-EMPTY:
13 # CHECK-NEXT: Command Output (stdout):
14 # CHECK-NEXT: --
15 # CHECK-NEXT: # RUN: at line 1
16 # CHECK-NEXT: true
17 # CHECK-NEXT: # executed command: true
18 # CHECK-NEXT: # RUN: at line 2
19 # CHECK-NEXT: echo hi
20 # CHECK-NEXT: # executed command: echo hi
21 # CHECK-NEXT: # .---command stdout------------
22 # CHECK-NEXT: # | hi
23 # CHECK-NEXT: # `-----------------------------
24 # CHECK-NEXT: # RUN: at line 3
25 # CHECK-NEXT: not not wc missing-file &> [[FILE:.*]] || true
26 # CHECK-NEXT: # executed command: not not wc missing-file
27 # CHECK-NEXT: # .---redirected output from '[[FILE]]'
28 # CHECK-NEXT: # | {{.*}}wc: {{cannot open missing-file|missing-file.* No such file or directory}}
29 # CHECK-NEXT: # `-----------------------------
30 # CHECK-NEXT: # note: command had no output on stdout or stderr
31 # CHECK-NEXT: # error: command failed with exit status: 1
32 # CHECK-NEXT: # executed command: true
33 # CHECK-NEXT: # RUN: at line 4
34 # CHECK-NEXT: not {{.*}}python{{.*}} {{.*}}write-a-lot.py &> [[FILE:.*]]
35 # CHECK-NEXT: # executed command: not {{.*}}python{{.*}} {{.*}}write-a-lot.py{{.*}}
36 # CHECK-NEXT: # .---redirected output from '[[FILE]]'
37 # CHECK-NEXT: # | All work and no play makes Jack a dull boy.
38 # CHECK-NEXT: # | All work and no play makes Jack a dull boy.
39 # CHECK-NEXT: # | All work and no play makes Jack a dull boy.
40 # CHECK: # | ...
41 # CHECK-NEXT: # `---data was truncated--------
42 # CHECK-NEXT: # note: command had no output on stdout or stderr
43 # CHECK-NEXT: # error: command failed with exit status: 1
44 # CHECK-EMPTY:
45 # CHECK-NEXT:--