mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 08:26:07 +00:00

Add a new --order option to choose between available test orders: the default "smart" order, predictable "lexical" order or "random" order. Default to using lexical order and one job in the lit test suite. Differential Revision: https://reviews.llvm.org/D107695
13 lines
353 B
Python
13 lines
353 B
Python
# 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: ***
|