@@ -14,7 +14,7 @@ SHARED_INPUTS="$3"
14
14
SRC_ROOT=" $4 "
15
15
16
16
lnt submit " http://localhost:9091/db_default/submitRun" " ${SHARED_INPUTS} /sample-report.json" -v > " ${OUTPUT_DIR} /submit_verbose.txt"
17
- # RUN: FileCheck %s --check-prefix=CHECK-VERBOSE < %t.tmp/submit_verbose.txt
17
+ # RUN: filecheck %s --check-prefix=CHECK-VERBOSE < %t.tmp/submit_verbose.txt
18
18
#
19
19
# CHECK-VERBOSE: Import succeeded.
20
20
# CHECK-VERBOSE: --- Tested: 10 tests --
@@ -33,21 +33,21 @@ lnt submit "http://localhost:9091/db_default/submitRun" "${SHARED_INPUTS}/sample
33
33
34
34
# Make sure the old --commit=1 style argument is still accepted.
35
35
lnt submit " http://localhost:9091/db_default/submitRun" --commit=1 " ${SHARED_INPUTS} /sample-report1.json" > " ${OUTPUT_DIR} /submit0.txt"
36
- # RUN: FileCheck %s --check-prefix=CHECK-SUBMIT0 < %t.tmp/submit0.txt
36
+ # RUN: filecheck %s --check-prefix=CHECK-SUBMIT0 < %t.tmp/submit0.txt
37
37
# CHECK-SUBMIT0: http://localhost:9091/db_default/v4/nts/4
38
38
39
39
# Submit sample-report1.json again and check it keeps the same URL
40
40
lnt submit " http://localhost:9091/db_default/submitRun" --commit=1 " ${SHARED_INPUTS} /sample-report1.json" > " ${OUTPUT_DIR} /submit0-resubmit.txt"
41
- # RUN: FileCheck %s --check-prefix=CHECK-RESUBMIT0 < %t.tmp/submit0-resubmit.txt
41
+ # RUN: filecheck %s --check-prefix=CHECK-RESUBMIT0 < %t.tmp/submit0-resubmit.txt
42
42
# CHECK-RESUBMIT0: http://localhost:9091/db_default/v4/nts/4
43
43
44
44
lnt submit " http://localhost:9091/db_default/submitRun" --commit 1 " ${SHARED_INPUTS} /sample-report2.json" > " ${OUTPUT_DIR} /submit1.txt"
45
- # RUN: FileCheck %s --check-prefix=CHECK-SUBMIT1 < %t.tmp/submit1.txt
45
+ # RUN: filecheck %s --check-prefix=CHECK-SUBMIT1 < %t.tmp/submit1.txt
46
46
# CHECK-SUBMIT1: http://localhost:9091/db_default/v4/nts/5
47
47
48
48
49
49
lnt submit " http://localhost:9091/db_default/v4/compile/submitRun" " ${INPUTS} /compile_submission.json" -v > " ${OUTPUT_DIR} /submit_compile.txt"
50
- # RUN: FileCheck %s --check-prefix=CHECK-COMPILE0 < %t.tmp/submit_compile.txt
50
+ # RUN: filecheck %s --check-prefix=CHECK-COMPILE0 < %t.tmp/submit_compile.txt
51
51
#
52
52
# CHECK-COMPILE0: --- Tested: 10 tests --
53
53
#
@@ -63,7 +63,7 @@ lnt submit "http://localhost:9091/db_default/v4/compile/submitRun" "${INPUTS}/co
63
63
# CHECK-COMPILE0: Results available at: http://localhost:9091/db_default/v4/compile/5
64
64
65
65
lnt submit " http://localhost:9091/db_default/submitRun" " ${SRC_ROOT} /docs/report-example.json" -v > " ${OUTPUT_DIR} /submit_newformat.txt"
66
- # RUN: FileCheck %s --check-prefix=CHECK-NEWFORMAT < %t.tmp/submit_newformat.txt
66
+ # RUN: filecheck %s --check-prefix=CHECK-NEWFORMAT < %t.tmp/submit_newformat.txt
67
67
#
68
68
# CHECK-NEWFORMAT: Import succeeded.
69
69
# CHECK-NEWFORMAT: --- Tested: 10 tests --
@@ -83,7 +83,7 @@ lnt submit "http://localhost:9091/db_default/submitRun" "${SRC_ROOT}/docs/report
83
83
# test-suite based on the Info.Run.tag field instead of the URL. The result
84
84
# should be the same as using the "correct" URL.
85
85
lnt submit " http://localhost:9091/db_default/submitRun" " ${INPUTS} /compile_submission1.json" -v > " ${OUTPUT_DIR} /submit_compile1.txt"
86
- # RUN: FileCheck %s --check-prefix=CHECK-COMPILE1 < %t.tmp/submit_compile1.txt
86
+ # RUN: filecheck %s --check-prefix=CHECK-COMPILE1 < %t.tmp/submit_compile1.txt
87
87
#
88
88
# CHECK-COMPILE1: Import succeeded.
89
89
#
@@ -93,7 +93,7 @@ lnt submit "http://localhost:9091/db_default/submitRun" "${INPUTS}/compile_submi
93
93
# CHECK-COMPILE1: Results available at: http://localhost:9091/db_default/v4/compile/6
94
94
95
95
# Check some error handling/reporting
96
- # RUN: FileCheck %s --check-prefix=CHECK-ERRORS < %t.tmp/submit_errors.txt
96
+ # RUN: filecheck %s --check-prefix=CHECK-ERRORS < %t.tmp/submit_errors.txt
97
97
rm -f " ${OUTPUT_DIR} /submit_errors.txt"
98
98
99
99
echo " === compile_submission.json badsuite" >> " ${OUTPUT_DIR} /submit_errors.txt"
@@ -132,7 +132,7 @@ not lnt submit "http://localhost:9091/db_default/v4/compile/submitRun" "${INPUTS
132
132
133
133
# Adding extra fields to the machine in a submission is fine.
134
134
lnt submit " http://localhost:9091/db_default/v4/compile/submitRun" " ${INPUTS} /compile_submission_machine_diff_fine.json" -v > " ${OUTPUT_DIR} /submit_compile_machine_diff_fine.txt"
135
- # RUN: FileCheck %s --check-prefix=CHECK-MACHINEDIFF < %t.tmp/submit_compile_machine_diff_fine.txt
135
+ # RUN: filecheck %s --check-prefix=CHECK-MACHINEDIFF < %t.tmp/submit_compile_machine_diff_fine.txt
136
136
#
137
137
# CHECK-MACHINEDIFF: Imported Data
138
138
# CHECK-MACHINEDIFF: -------------
@@ -147,7 +147,7 @@ lnt submit "http://localhost:9091/db_default/v4/compile/submitRun" "${INPUTS}/co
147
147
148
148
# Test updating existing machine
149
149
lnt submit " http://localhost:9091/db_default/v4/compile/submitRun" " ${INPUTS} /compile_submission_machine_diff_reject.json" --select-machine=update -v > " ${OUTPUT_DIR} /submit_compile_machine_update.txt"
150
- # RUN: FileCheck %s --check-prefix=CHECK-UPDATEMACHINE < %t.tmp/submit_compile_machine_update.txt
150
+ # RUN: filecheck %s --check-prefix=CHECK-UPDATEMACHINE < %t.tmp/submit_compile_machine_update.txt
151
151
#
152
152
# CHECK-UPDATEMACHINE: Imported Data
153
153
# CHECK-UPDATEMACHINE: -------------
@@ -162,7 +162,7 @@ lnt submit "http://localhost:9091/db_default/v4/compile/submitRun" "${INPUTS}/co
162
162
163
163
# Test creation of new machines on information mismatch in split mode.
164
164
lnt submit " http://localhost:9091/db_default/v4/compile/submitRun" " ${INPUTS} /compile_submission_machine_diff_split.json" --select-machine=split -v > " ${OUTPUT_DIR} /submit_compile_machine_split.txt"
165
- # RUN: FileCheck %s --check-prefix=CHECK-SPLITMACHINE < %t.tmp/submit_compile_machine_split.txt
165
+ # RUN: filecheck %s --check-prefix=CHECK-SPLITMACHINE < %t.tmp/submit_compile_machine_split.txt
166
166
#
167
167
# We should have added a new machine:
168
168
# CHECK-SPLITMACHINE: Imported Data
0 commit comments