Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Side by Side Diff: third_party/lit/tests/shtest-shell.py

Issue 1663053003: [fusl] Add llvm's lit tool to third_party (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: move down a dir Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lit/tests/shtest-format.py ('k') | third_party/lit/tests/test-data.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Check the internal shell handling component of the ShTest format.
2 #
3 # RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out
4 # RUN: FileCheck < %t.out %s
5 #
6 # END.
7
8 # CHECK: -- Testing:
9
10 # CHECK: FAIL: shtest-shell :: error-0.txt
11 # CHECK: *** TEST 'shtest-shell :: error-0.txt' FAILED ***
12 # CHECK: Command 0: "not-a-real-command"
13 # CHECK: Command 0 Result: 127
14 # CHECK: Command 0 Stderr:
15 # CHECK: 'not-a-real-command': command not found
16 # CHECK: ***
17
18 # FIXME: The output here sucks.
19 #
20 # CHECK: FAIL: shtest-shell :: error-1.txt
21 # CHECK: *** TEST 'shtest-shell :: error-1.txt' FAILED ***
22 # CHECK: shell parser error on: 'echo "missing quote'
23 # CHECK: ***
24
25 # CHECK: FAIL: shtest-shell :: error-2.txt
26 # CHECK: *** TEST 'shtest-shell :: error-2.txt' FAILED ***
27 # CHECK: Unsupported redirect:
28 # CHECK: ***
29
30 # CHECK: PASS: shtest-shell :: redirects.txt
31 # CHECK: PASS: shtest-shell :: sequencing-0.txt
32 # CHECK: XFAIL: shtest-shell :: sequencing-1.txt
33 # CHECK: Failing Tests (3)
OLDNEW
« no previous file with comments | « third_party/lit/tests/shtest-format.py ('k') | third_party/lit/tests/test-data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698