aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/test-data.py
blob: 6d2df74fd5a4daf0aadb61b3ef194bae214daefa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Test features related to formats which support reporting additional test data.

# RUN: %{lit} -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: value2: "stringy"
# CHECK-NEXT: ***