[TableGen] Use range-based for loops. NFC
[oota-llvm.git] / utils / lit / tests / progress-bar.py
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)