Mercurial > hg > CbC > CbC_llvm
view utils/lit/tests/progress-bar.py @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 95c75e76d11b |
children | c2174574ed3a |
line wrap: on
line source
# Check the simple progress bar. # # RUN: not %{lit} -j 1 -s %{inputs}/progress-bar > %t.out # RUN: FileCheck < %t.out %s # # CHECK: Testing: 0 .. 10.. 20 # CHECK: FAIL: shtest-shell :: test-1.txt (1 of 4) # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. # CHECK: FAIL: shtest-shell :: test-2.txt (2 of 4) # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70 # CHECK: FAIL: shtest-shell :: test-3.txt (3 of 4) # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. # CHECK: FAIL: shtest-shell :: test-4.txt (4 of 4)