aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/tests/test-data.py
blob: 54909d7338e96b5127b15da5b99350eeaae35a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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: ***