You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
358 B
13 lines
358 B
# 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: ***
|