mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e5789151e6
- This is a work-in-progress and all details are subject to change, but I am trying to build up support for allowing lit to be used as a driver for performance tests (or other tests which might want to record information beyond simple PASS/FAIL). llvm-svn: 190535
13 lines
358 B
Python
13 lines
358 B
Python
# Test features related to formats which support reporting additional test data.
|
|
|
|
# RUN: %{lit} -j 1 -v %{inputs}/test-data > %t.out
|
|
# RUN: FileCheck < %t.out %s
|
|
|
|
# CHECK: -- Testing:
|
|
|
|
# CHECK: PASS: test-data :: metrics.ini
|
|
# CHECK-NEXT: *** TEST 'test-data :: metrics.ini' RESULTS ***
|
|
# CHECK-NEXT: value0: 1
|
|
# CHECK-NEXT: value1: 2.3456
|
|
# CHECK-NEXT: ***
|