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

Side by Side Diff: third_party/lit/tests/progress-bar.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/lit.cfg ('k') | third_party/lit/tests/shell-parsing.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 simple progress bar.
2 #
3 # RUN: not %{lit} -j 1 -s %{inputs}/progress-bar > %t.out
4 # RUN: FileCheck < %t.out %s
5 #
6 # CHECK: Testing: 0 .. 10.. 20
7 # CHECK: FAIL: shtest-shell :: test-1.txt (1 of 4)
8 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40..
9 # CHECK: FAIL: shtest-shell :: test-2.txt (2 of 4)
10 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
11 # CHECK: FAIL: shtest-shell :: test-3.txt (3 of 4)
12 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
13 # CHECK: FAIL: shtest-shell :: test-4.txt (4 of 4)
OLDNEW
« no previous file with comments | « third_party/lit/tests/lit.cfg ('k') | third_party/lit/tests/shell-parsing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698