1 # Check the simple progress bar.
3 # FIXME: this test depends on order of tests
4 # RUN: rm -f %{inputs}/progress-bar/.lit_test_times.txt
6 # RUN: not %{lit} -j 1 -s %{inputs}/progress-bar > %t.out
7 # RUN: FileCheck < %t.out %s
10 # CHECK: FAIL: progress-bar :: test-1.txt (1 of 4)
11 # CHECK: Testing: 0.. 10.. 20
12 # CHECK: FAIL: progress-bar :: test-2.txt (2 of 4)
13 # CHECK: Testing: 0.. 10.. 20.. 30.. 40..
14 # CHECK: FAIL: progress-bar :: test-3.txt (3 of 4)
15 # CHECK: Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
16 # CHECK: FAIL: progress-bar :: test-4.txt (4 of 4)
17 # CHECK: Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..