]> git.proxmox.com Git - rustc.git/blame - src/llvm/utils/lit/tests/progress-bar.py
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / utils / lit / tests / progress-bar.py
CommitLineData
1a4d82fc
JJ
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)