mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
708bc15ff0
We were already requiring 2.5, which meant that people on old linux distros had to upgrade anyway. Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X exception syntax. According to the discussion on llvmdev, there is not much value is requiring just 2.6, we may as well just require 2.7. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224129 91177308-0d34-0410-b5e6-96231b3b80d8
20 lines
553 B
Python
20 lines
553 B
Python
# RUN: %{lit} -j 1 -v %{inputs}/test-data --output %t.results.out > %t.out
|
|
# RUN: FileCheck < %t.results.out %s
|
|
|
|
# CHECK: {
|
|
# CHECK: "__version__"
|
|
# CHECK: "elapsed"
|
|
# CHECK-NEXT: "tests": [
|
|
# CHECK-NEXT: {
|
|
# CHECK-NEXT: "code": "PASS",
|
|
# CHECK-NEXT: "elapsed": {{[0-9.]+}},
|
|
# CHECK-NEXT: "metrics": {
|
|
# CHECK-NEXT: "value0": 1,
|
|
# CHECK-NEXT: "value1": 2.3456
|
|
# CHECK-NEXT: }
|
|
# CHECK-NEXT: "name": "test-data :: metrics.ini",
|
|
# CHECK-NEXT: "output": "Test passed."
|
|
# CHECK-NEXT: }
|
|
# CHECK-NEXT: ]
|
|
# CHECK-NEXT: }
|