aboutsummaryrefslogtreecommitdiff
path: root/tests/runtest/test_suite-fail-compile.shtest
blob: 4217b70abef7ffce98dffca6248841d71146da2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RUN: rm -rf %t.SANDBOX
# RUN: lnt runtest test-suite \
# RUN:     --sandbox %t.SANDBOX \
# RUN:     --no-timestamp \
# RUN:     --no-configure \
# RUN:     --test-suite %S/Inputs/test-suite-cmake \
# RUN:     --cc %{shared_inputs}/FakeCompilers/clang-r154331 \
# RUN:     --use-cmake %S/Inputs/test-suite-cmake/fake-cmake \
# RUN:     --use-make %S/Inputs/test-suite-cmake/fake-make \
# RUN:     --use-lit %S/Inputs/test-suite-cmake/fake-lit-fails-compile \
# RUN:     --run-order=123 > %t.log 2> %t.err
# RUN: FileCheck --check-prefix CHECK-RESULTS-FAIL-COMPILE < %t.SANDBOX/build/report.json %s
# CHECK-RESULTS-FAIL-COMPILE: "no_errors": "False"
# CHECK-RESULTS-FAIL-COMPILE: "run_order": "123"
# CHECK-RESULTS-FAIL-COMPILE: "Name": "nts.bar.compile.status"