lit: Add a trivial test of the basic progress bar.

llvm-svn: 179243
This commit is contained in:
Daniel Dunbar 2013-04-11 00:05:37 +00:00
parent 1e2bc9b53b
commit 99a67ed76e
6 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,5 @@
config.name = 'shtest-shell'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None

View File

@ -0,0 +1 @@
# RUN: false

View File

@ -0,0 +1 @@
# RUN: false

View File

@ -0,0 +1 @@
# RUN: false

View File

@ -0,0 +1 @@
# RUN: false

View File

@ -0,0 +1,13 @@
# 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)