]> git.lizzy.rs Git - rust.git/blob - mk/tests.mk
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / mk / tests.mk
1 # Copyright 2012 The Rust Project Developers. See the COPYRIGHT
2 # file at the top-level directory of this distribution and at
3 # http://rust-lang.org/COPYRIGHT.
4 #
5 # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8 # option. This file may not be copied, modified, or distributed
9 # except according to those terms.
10
11
12 ######################################################################
13 # Test variables
14 ######################################################################
15
16 # The names of crates that must be tested
17 TEST_TARGET_CRATES = $(TARGET_CRATES)
18 TEST_DOC_CRATES = $(DOC_CRATES)
19 TEST_HOST_CRATES = $(HOST_CRATES)
20 TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES)
21
22 ######################################################################
23 # Environment configuration
24 ######################################################################
25
26 # The arguments to all test runners
27 ifdef TESTNAME
28   TESTARGS += $(TESTNAME)
29 endif
30
31 ifdef CHECK_IGNORED
32   TESTARGS += --ignored
33 endif
34
35 TEST_BENCH = --bench
36
37 # Arguments to the cfail/rfail/rpass/bench tests
38 ifdef CFG_VALGRIND
39   CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
40   TEST_BENCH =
41 endif
42
43 ifdef NO_BENCH
44   TEST_BENCH =
45 endif
46
47 # Arguments to the perf tests
48 ifdef CFG_PERF_TOOL
49   CTEST_PERF_RUNTOOL = --runtool "$(CFG_PERF_TOOL)"
50 endif
51
52 CTEST_TESTARGS := $(TESTARGS)
53
54 ifdef VERBOSE
55   CTEST_TESTARGS += --verbose
56 endif
57
58 # If we're running perf then set this environment variable
59 # to put the benchmarks into 'hard mode'
60 ifeq ($(MAKECMDGOALS),perf)
61   RUST_BENCH=1
62   export RUST_BENCH
63 endif
64
65 TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
66 TEST_OK_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).ok
67
68 TEST_RATCHET_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4)-metrics.json
69 TEST_RATCHET_NOISE_PERCENT=10.0
70
71 # Whether to ratchet or merely save benchmarks
72 ifdef CFG_RATCHET_BENCH
73 CRATE_TEST_EXTRA_ARGS=\
74   --test $(TEST_BENCH) \
75   --ratchet-metrics $(call TEST_RATCHET_FILE,$(1),$(2),$(3),$(4)) \
76   --ratchet-noise-percent $(TEST_RATCHET_NOISE_PERCENT)
77 else
78 CRATE_TEST_EXTRA_ARGS=\
79   --test $(TEST_BENCH) \
80   --save-metrics $(call TEST_RATCHET_FILE,$(1),$(2),$(3),$(4))
81 endif
82
83 # If we're sharding the testsuite between parallel testers,
84 # pass this argument along to the compiletest and crate test
85 # invocations.
86 ifdef TEST_SHARD
87   CTEST_TESTARGS += --test-shard=$(TEST_SHARD)
88   CRATE_TEST_EXTRA_ARGS += --test-shard=$(TEST_SHARD)
89 endif
90
91 define DEF_TARGET_COMMANDS
92
93 ifdef CFG_UNIXY_$(1)
94   CFG_RUN_TEST_$(1)=$$(call CFG_RUN_$(1),,$$(CFG_VALGRIND) $$(1))
95 endif
96
97 ifdef CFG_WINDOWSY_$(1)
98   CFG_TESTLIB_$(1)=$$(CFG_BUILD_DIR)$$(2)/$$(strip \
99    $$(if $$(findstring stage0,$$(1)), \
100        stage0/$$(CFG_LIBDIR_RELATIVE), \
101       $$(if $$(findstring stage1,$$(1)), \
102            stage1/$$(CFG_LIBDIR_RELATIVE), \
103           $$(if $$(findstring stage2,$$(1)), \
104                stage2/$$(CFG_LIBDIR_RELATIVE), \
105                $$(if $$(findstring stage3,$$(1)), \
106                     stage3/$$(CFG_LIBDIR_RELATIVE), \
107                )))))/rustlib/$$(CFG_BUILD)/lib
108   CFG_RUN_TEST_$(1)=$$(call CFG_RUN_$(1),$$(call CFG_TESTLIB_$(1),$$(1),$$(3)),$$(1))
109 endif
110
111 # Run the compiletest runner itself under valgrind
112 ifdef CTEST_VALGRIND
113 CFG_RUN_CTEST_$(1)=$$(RPATH_VAR$$(1)_T_$$(3)_H_$$(3)) \
114       $$(call CFG_RUN_TEST_$$(CFG_BUILD),$$(2),$$(3))
115 else
116 CFG_RUN_CTEST_$(1)=$$(RPATH_VAR$$(1)_T_$$(3)_H_$$(3)) \
117       $$(call CFG_RUN_$$(CFG_BUILD),$$(TLIB$$(1)_T_$$(3)_H_$$(3)),$$(2))
118 endif
119
120 endef
121
122 $(foreach target,$(CFG_TARGET), \
123   $(eval $(call DEF_TARGET_COMMANDS,$(target))))
124
125 # Target platform specific variables
126 # for arm-linux-androidabi
127 define DEF_ADB_DEVICE_STATUS
128 CFG_ADB_DEVICE_STATUS=$(1)
129 endef
130
131 $(foreach target,$(CFG_TARGET), \
132   $(if $(findstring $(target),"arm-linux-androideabi"), \
133     $(if $(findstring adb,$(CFG_ADB)), \
134       $(if $(findstring device,$(shell $(CFG_ADB) devices 2>/dev/null | grep -E '^[:_A-Za-z0-9-]+[[:blank:]]+device')), \
135         $(info check: android device attached) \
136         $(eval $(call DEF_ADB_DEVICE_STATUS, true)), \
137         $(info check: android device not attached) \
138         $(eval $(call DEF_ADB_DEVICE_STATUS, false)) \
139       ), \
140       $(info check: adb not found) \
141       $(eval $(call DEF_ADB_DEVICE_STATUS, false)) \
142     ), \
143   ) \
144 )
145
146 ifeq ($(CFG_ADB_DEVICE_STATUS),true)
147 CFG_ADB_TEST_DIR=/data/tmp
148
149 $(info check: android device test dir $(CFG_ADB_TEST_DIR) ready \
150  $(shell $(CFG_ADB) remount 1>/dev/null) \
151  $(shell $(CFG_ADB) shell rm -r $(CFG_ADB_TEST_DIR) >/dev/null) \
152  $(shell $(CFG_ADB) shell mkdir $(CFG_ADB_TEST_DIR)) \
153  $(shell $(CFG_ADB) shell mkdir $(CFG_ADB_TEST_DIR)/tmp) \
154  $(shell $(CFG_ADB) push $(S)src/etc/adb_run_wrapper.sh $(CFG_ADB_TEST_DIR) 1>/dev/null) \
155  $(foreach crate,$(TARGET_CRATES),\
156     $(shell $(CFG_ADB) push $(TLIB2_T_arm-linux-androideabi_H_$(CFG_BUILD))/$(call CFG_LIB_GLOB_arm-linux-androideabi,$(crate)) \
157                     $(CFG_ADB_TEST_DIR)))\
158  )
159 else
160 CFG_ADB_TEST_DIR=
161 endif
162
163
164 ######################################################################
165 # Main test targets
166 ######################################################################
167
168 check: cleantmptestlogs cleantestlibs tidy check-notidy
169
170 check-notidy: cleantmptestlogs cleantestlibs all check-stage2
171         $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
172
173 check-lite: cleantestlibs cleantmptestlogs \
174         $(foreach crate,$(TARGET_CRATES),check-stage2-$(crate)) \
175         check-stage2-rpass \
176         check-stage2-rfail check-stage2-cfail check-stage2-rmake
177         $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
178
179 check-ref: cleantestlibs cleantmptestlogs check-stage2-rpass \
180         check-stage2-rfail check-stage2-cfail check-stage2-rmake
181         $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
182
183 check-docs: cleantestlibs cleantmptestlogs check-stage2-docs
184         $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
185
186 # NOTE: Remove after reprogramming windows bots
187 check-fast: check-lite
188
189 .PHONY: cleantmptestlogs cleantestlibs
190
191 cleantmptestlogs:
192         $(Q)rm -f tmp/*.log
193
194 cleantestlibs:
195         $(Q)find $(CFG_BUILD)/test \
196          -name '*.[odasS]' -o \
197          -name '*.so' -o      \
198          -name '*.dylib' -o   \
199          -name '*.dll' -o     \
200          -name '*.def' -o     \
201          -name '*.bc' -o      \
202          -name '*.dSYM' -o    \
203          -name '*.libaux' -o      \
204          -name '*.out' -o     \
205          -name '*.err' -o     \
206          -name '*.debugger.script' \
207          | xargs rm -rf
208
209
210 ######################################################################
211 # Tidy
212 ######################################################################
213
214 ifdef CFG_NOTIDY
215 tidy:
216 else
217
218 ALL_CS := $(wildcard $(S)src/rt/*.cpp \
219                      $(S)src/rt/*/*.cpp \
220                      $(S)src/rt/*/*/*.cpp \
221                      $(S)src/rustllvm/*.cpp)
222 ALL_CS := $(filter-out $(S)src/rt/miniz.cpp \
223                        $(wildcard $(S)src/rt/hoedown/src/*.c) \
224                        $(wildcard $(S)src/rt/hoedown/bin/*.c) \
225         ,$(ALL_CS))
226 ALL_HS := $(wildcard $(S)src/rt/*.h \
227                      $(S)src/rt/*/*.h \
228                      $(S)src/rt/*/*/*.h \
229                      $(S)src/rustllvm/*.h)
230 ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
231                        $(S)src/rt/vg/memcheck.h \
232                        $(S)src/rt/msvc/typeof.h \
233                        $(S)src/rt/msvc/stdint.h \
234                        $(S)src/rt/msvc/inttypes.h \
235                        $(wildcard $(S)src/rt/hoedown/src/*.h) \
236                        $(wildcard $(S)src/rt/hoedown/bin/*.h) \
237         ,$(ALL_HS))
238
239 # Run the tidy script in multiple parts to avoid huge 'echo' commands
240 tidy:
241                 @$(call E, check: formatting)
242                 $(Q)find $(S)src -name '*.r[sc]' \
243                 | grep '^$(S)src/libuv' -v \
244                 | grep '^$(S)src/llvm' -v \
245                 | grep '^$(S)src/gyp' -v \
246                 | grep '^$(S)src/libbacktrace' -v \
247                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
248                 $(Q)find $(S)src/etc -name '*.py' \
249                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
250                 $(Q)find $(S)src/doc -name '*.js' \
251                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
252                 $(Q)find $(S)src/etc -name '*.sh' \
253                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
254                 $(Q)find $(S)src/etc -name '*.pl' \
255                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
256                 $(Q)find $(S)src/etc -name '*.c' \
257                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
258                 $(Q)find $(S)src/etc -name '*.h' \
259                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
260                 $(Q)echo $(ALL_CS) \
261                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
262                 $(Q)echo $(ALL_HS) \
263                 | xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
264                 $(Q)find $(S)src -type f -perm +111 \
265                     -not -name '*.rs' -and -not -name '*.py' \
266                     -and -not -name '*.sh' \
267                 | grep '^$(S)src/llvm' -v \
268                 | grep '^$(S)src/libuv' -v \
269                 | grep '^$(S)src/rt/hoedown' -v \
270                 | grep '^$(S)src/gyp' -v \
271                 | grep '^$(S)src/etc' -v \
272                 | grep '^$(S)src/doc' -v \
273                 | grep '^$(S)src/compiler-rt' -v \
274                 | grep '^$(S)src/libbacktrace' -v \
275                 | xargs $(CFG_PYTHON) $(S)src/etc/check-binaries.py
276
277 endif
278
279
280 ######################################################################
281 # Sets of tests
282 ######################################################################
283
284 define DEF_TEST_SETS
285
286 check-stage$(1)-T-$(2)-H-$(3)-exec:                                     \
287         check-stage$(1)-T-$(2)-H-$(3)-rpass-exec                        \
288         check-stage$(1)-T-$(2)-H-$(3)-rfail-exec                        \
289         check-stage$(1)-T-$(2)-H-$(3)-cfail-exec                        \
290         check-stage$(1)-T-$(2)-H-$(3)-rpass-full-exec                   \
291         check-stage$(1)-T-$(2)-H-$(3)-rmake-exec                        \
292         check-stage$(1)-T-$(2)-H-$(3)-crates-exec                       \
293         check-stage$(1)-T-$(2)-H-$(3)-doc-crates-exec                   \
294         check-stage$(1)-T-$(2)-H-$(3)-bench-exec                        \
295         check-stage$(1)-T-$(2)-H-$(3)-debuginfo-exec \
296         check-stage$(1)-T-$(2)-H-$(3)-codegen-exec \
297         check-stage$(1)-T-$(2)-H-$(3)-doc-exec \
298         check-stage$(1)-T-$(2)-H-$(3)-pretty-exec
299
300 # Only test the compiler-dependent crates when the target is
301 # able to build a compiler (when the target triple is in the set of host triples)
302 ifneq ($$(findstring $(2),$$(CFG_HOST)),)
303
304 check-stage$(1)-T-$(2)-H-$(3)-crates-exec: \
305         $$(foreach crate,$$(TEST_CRATES), \
306            check-stage$(1)-T-$(2)-H-$(3)-$$(crate)-exec)
307
308 else
309
310 check-stage$(1)-T-$(2)-H-$(3)-crates-exec: \
311         $$(foreach crate,$$(TEST_TARGET_CRATES), \
312            check-stage$(1)-T-$(2)-H-$(3)-$$(crate)-exec)
313
314 endif
315
316 check-stage$(1)-T-$(2)-H-$(3)-doc-crates-exec: \
317         $$(foreach crate,$$(TEST_DOC_CRATES), \
318            check-stage$(1)-T-$(2)-H-$(3)-doc-crate-$$(crate)-exec)
319
320 check-stage$(1)-T-$(2)-H-$(3)-doc-exec: \
321         $$(foreach docname,$$(DOCS), \
322            check-stage$(1)-T-$(2)-H-$(3)-doc-$$(docname)-exec)
323
324 check-stage$(1)-T-$(2)-H-$(3)-pretty-exec: \
325         check-stage$(1)-T-$(2)-H-$(3)-pretty-rpass-exec \
326         check-stage$(1)-T-$(2)-H-$(3)-pretty-rpass-full-exec    \
327         check-stage$(1)-T-$(2)-H-$(3)-pretty-rfail-exec \
328         check-stage$(1)-T-$(2)-H-$(3)-pretty-bench-exec \
329         check-stage$(1)-T-$(2)-H-$(3)-pretty-pretty-exec
330
331 endef
332
333 $(foreach host,$(CFG_HOST), \
334  $(foreach target,$(CFG_TARGET), \
335   $(foreach stage,$(STAGES), \
336     $(eval $(call DEF_TEST_SETS,$(stage),$(target),$(host))))))
337
338
339 ######################################################################
340 # Crate testing
341 ######################################################################
342
343 define TEST_RUNNER
344
345 # If NO_REBUILD is set then break the dependencies on everything but
346 # the source files so we can test crates without rebuilding any of the
347 # parent crates.
348 ifeq ($(NO_REBUILD),)
349 TESTDEP_$(1)_$(2)_$(3)_$(4) = $$(SREQ$(1)_T_$(2)_H_$(3)) \
350                             $$(foreach crate,$$(TARGET_CRATES),\
351                                 $$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(crate)) \
352                                 $$(CRATE_FULLDEPS_$(1)_T_$(2)_H_$(3)_$(4))
353
354 # The regex crate depends on the regex_macros crate during testing, but it
355 # notably depend on the *host* regex_macros crate, not the target version.
356 # Additionally, this is not a dependency in stage1, only in stage2.
357 ifeq ($(4),regex)
358 ifneq ($(1),1)
359 TESTDEP_$(1)_$(2)_$(3)_$(4) += $$(TLIB$(1)_T_$(3)_H_$(3))/stamp.regex_macros
360 endif
361 endif
362
363 else
364 TESTDEP_$(1)_$(2)_$(3)_$(4) = $$(RSINPUTS_$(4))
365 endif
366
367 $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2)): CFG_COMPILER_HOST_TRIPLE = $(2)
368 $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2)):                            \
369                 $$(CRATEFILE_$(4)) \
370                 $$(TESTDEP_$(1)_$(2)_$(3)_$(4))
371         @$$(call E, oxidize: $$@)
372         $$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< --test   \
373                 -L "$$(RT_OUTPUT_DIR_$(2))"             \
374                 -L "$$(LLVM_LIBDIR_$(2))"
375
376 endef
377
378 $(foreach host,$(CFG_HOST), \
379  $(eval $(foreach target,$(CFG_TARGET), \
380   $(eval $(foreach stage,$(STAGES), \
381    $(eval $(foreach crate,$(TEST_CRATES), \
382     $(eval $(call TEST_RUNNER,$(stage),$(target),$(host),$(crate))))))))))
383
384 define DEF_TEST_CRATE_RULES
385 check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4))
386
387 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)): \
388                 $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2))
389         @$$(call E, run: $$<)
390         $$(Q)$$(call CFG_RUN_TEST_$(2),$$<,$(2),$(3)) $$(TESTARGS) \
391             --logfile $$(call TEST_LOG_FILE,$(1),$(2),$(3),$(4)) \
392             $$(call CRATE_TEST_EXTRA_ARGS,$(1),$(2),$(3),$(4)) \
393             && touch $$@
394 endef
395
396 define DEF_TEST_CRATE_RULES_arm-linux-androideabi
397 check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4))
398
399 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)): \
400                 $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2))
401         @$$(call E, run: $$< via adb)
402         $$(Q)$(CFG_ADB) push $$< $(CFG_ADB_TEST_DIR)
403         $$(Q)$(CFG_ADB) shell '(cd $(CFG_ADB_TEST_DIR); LD_LIBRARY_PATH=. \
404                 ./$$(notdir $$<) \
405                 --logfile $(CFG_ADB_TEST_DIR)/check-stage$(1)-T-$(2)-H-$(3)-$(4).log \
406                 $$(call CRATE_TEST_EXTRA_ARGS,$(1),$(2),$(3),$(4)) $(TESTARGS))' \
407                 > tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).tmp
408         $$(Q)cat tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).tmp
409         $$(Q)touch tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
410         $$(Q)$(CFG_ADB) pull $(CFG_ADB_TEST_DIR)/check-stage$(1)-T-$(2)-H-$(3)-$(4).log tmp/
411         $$(Q)$(CFG_ADB) shell rm $(CFG_ADB_TEST_DIR)/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
412         $$(Q)$(CFG_ADB) pull $(CFG_ADB_TEST_DIR)/$$(call TEST_RATCHET_FILE,$(1),$(2),$(3),$(4)) tmp/
413         @if grep -q "result: ok" tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).tmp; \
414         then \
415                 rm tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).tmp; \
416                 touch $$@; \
417         else \
418                 rm tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).tmp; \
419                 exit 101; \
420         fi
421 endef
422
423 define DEF_TEST_CRATE_RULES_null
424 check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4))
425
426 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)): \
427                 $(3)/stage$(1)/test/$(4)test-$(2)$$(X_$(2))
428         @$$(call E, failing: no device for $$< )
429         false
430 endef
431
432 $(foreach host,$(CFG_HOST), \
433  $(foreach target,$(CFG_TARGET), \
434   $(foreach stage,$(STAGES), \
435    $(foreach crate, $(TEST_CRATES), \
436     $(if $(findstring $(target),$(CFG_BUILD)), \
437      $(eval $(call DEF_TEST_CRATE_RULES,$(stage),$(target),$(host),$(crate))), \
438      $(if $(findstring $(target),"arm-linux-androideabi"), \
439       $(if $(findstring $(CFG_ADB_DEVICE_STATUS),"true"), \
440        $(eval $(call DEF_TEST_CRATE_RULES_arm-linux-androideabi,$(stage),$(target),$(host),$(crate))), \
441        $(eval $(call DEF_TEST_CRATE_RULES_null,$(stage),$(target),$(host),$(crate))) \
442       ), \
443       $(eval $(call DEF_TEST_CRATE_RULES,$(stage),$(target),$(host),$(crate))) \
444      ))))))
445
446 ######################################################################
447 # Rules for the compiletest tests (rpass, rfail, etc.)
448 ######################################################################
449
450 RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
451 RPASS_RS := $(wildcard $(S)src/test/run-pass/*.rs)
452 RPASS_FULL_RC := $(wildcard $(S)src/test/run-pass-fulldeps/*.rc)
453 RPASS_FULL_RS := $(wildcard $(S)src/test/run-pass-fulldeps/*.rs)
454 RFAIL_RC := $(wildcard $(S)src/test/run-fail/*.rc)
455 RFAIL_RS := $(wildcard $(S)src/test/run-fail/*.rs)
456 CFAIL_RC := $(wildcard $(S)src/test/compile-fail/*.rc)
457 CFAIL_RS := $(wildcard $(S)src/test/compile-fail/*.rs)
458 BENCH_RS := $(wildcard $(S)src/test/bench/*.rs)
459 PRETTY_RS := $(wildcard $(S)src/test/pretty/*.rs)
460 DEBUGINFO_RS := $(wildcard $(S)src/test/debug-info/*.rs)
461 CODEGEN_RS := $(wildcard $(S)src/test/codegen/*.rs)
462 CODEGEN_CC := $(wildcard $(S)src/test/codegen/*.cc)
463
464 # perf tests are the same as bench tests only they run under
465 # a performance monitor.
466 PERF_RS := $(wildcard $(S)src/test/bench/*.rs)
467
468 RPASS_TESTS := $(RPASS_RC) $(RPASS_RS)
469 RPASS_FULL_TESTS := $(RPASS_FULL_RC) $(RPASS_FULL_RS)
470 RFAIL_TESTS := $(RFAIL_RC) $(RFAIL_RS)
471 CFAIL_TESTS := $(CFAIL_RC) $(CFAIL_RS)
472 BENCH_TESTS := $(BENCH_RS)
473 PERF_TESTS := $(PERF_RS)
474 PRETTY_TESTS := $(PRETTY_RS)
475 DEBUGINFO_TESTS := $(DEBUGINFO_RS)
476 CODEGEN_TESTS := $(CODEGEN_RS) $(CODEGEN_CC)
477
478 CTEST_SRC_BASE_rpass = run-pass
479 CTEST_BUILD_BASE_rpass = run-pass
480 CTEST_MODE_rpass = run-pass
481 CTEST_RUNTOOL_rpass = $(CTEST_RUNTOOL)
482
483 CTEST_SRC_BASE_rpass-full = run-pass-fulldeps
484 CTEST_BUILD_BASE_rpass-full = run-pass-fulldeps
485 CTEST_MODE_rpass-full = run-pass
486 CTEST_RUNTOOL_rpass-full = $(CTEST_RUNTOOL)
487
488 CTEST_SRC_BASE_rfail = run-fail
489 CTEST_BUILD_BASE_rfail = run-fail
490 CTEST_MODE_rfail = run-fail
491 CTEST_RUNTOOL_rfail = $(CTEST_RUNTOOL)
492
493 CTEST_SRC_BASE_cfail = compile-fail
494 CTEST_BUILD_BASE_cfail = compile-fail
495 CTEST_MODE_cfail = compile-fail
496 CTEST_RUNTOOL_cfail = $(CTEST_RUNTOOL)
497
498 CTEST_SRC_BASE_bench = bench
499 CTEST_BUILD_BASE_bench = bench
500 CTEST_MODE_bench = run-pass
501 CTEST_RUNTOOL_bench = $(CTEST_RUNTOOL)
502
503 CTEST_SRC_BASE_perf = bench
504 CTEST_BUILD_BASE_perf = perf
505 CTEST_MODE_perf = run-pass
506 CTEST_RUNTOOL_perf = $(CTEST_PERF_RUNTOOL)
507
508 CTEST_SRC_BASE_debuginfo = debug-info
509 CTEST_BUILD_BASE_debuginfo = debug-info
510 CTEST_MODE_debuginfo = debug-info
511 CTEST_RUNTOOL_debuginfo = $(CTEST_RUNTOOL)
512
513 CTEST_SRC_BASE_codegen = codegen
514 CTEST_BUILD_BASE_codegen = codegen
515 CTEST_MODE_codegen = codegen
516 CTEST_RUNTOOL_codegen = $(CTEST_RUNTOOL)
517
518 # CTEST_DISABLE_$(TEST_GROUP), if set, will cause the test group to be
519 # disabled and the associated message to be printed as a warning
520 # during attempts to run those tests.
521
522 ifeq ($(CFG_GDB),)
523 CTEST_DISABLE_debuginfo = "no gdb found"
524 endif
525
526 ifeq ($(CFG_CLANG),)
527 CTEST_DISABLE_codegen = "no clang found"
528 endif
529
530 ifeq ($(CFG_OSTYPE),apple-darwin)
531 CTEST_DISABLE_debuginfo = "gdb on darwing needs root"
532 endif
533
534 # CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
535 # test group to be disabled *unless* the target is able to build a
536 # compiler (i.e. when the target triple is in the set of of host
537 # triples).  The associated message will be printed as a warning
538 # during attempts to run those tests.
539
540 define DEF_CTEST_VARS
541
542 # All the per-stage build rules you might want to call from the
543 # command line.
544 #
545 # $(1) is the stage number
546 # $(2) is the target triple to test
547 # $(3) is the host triple to test
548
549 # Prerequisites for compiletest tests
550 TEST_SREQ$(1)_T_$(2)_H_$(3) = \
551         $$(HBIN$(1)_H_$(3))/compiletest$$(X_$(3)) \
552         $$(SREQ$(1)_T_$(2)_H_$(3))
553
554 # Rules for the cfail/rfail/rpass/bench/perf test runner
555
556 # The tests select when to use debug configuration on their own;
557 # remove directive, if present, from CFG_RUSTC_FLAGS (issue #7898).
558 CTEST_RUSTC_FLAGS := $$(subst --cfg ndebug,,$$(CFG_RUSTC_FLAGS))
559
560 # The tests can not be optimized while the rest of the compiler is optimized, so
561 # filter out the optimization (if any) from rustc and then figure out if we need
562 # to be optimized
563 CTEST_RUSTC_FLAGS := $$(subst -O,,$$(CTEST_RUSTC_FLAGS))
564 ifndef CFG_DISABLE_OPTIMIZE_TESTS
565 CTEST_RUSTC_FLAGS += -O
566 endif
567
568 CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) :=                                          \
569                 --compile-lib-path $$(HLIB$(1)_H_$(3))                          \
570         --run-lib-path $$(TLIB$(1)_T_$(2)_H_$(3))                       \
571         --rustc-path $$(HBIN$(1)_H_$(3))/rustc$$(X_$(3))                        \
572         --clang-path $(if $(CFG_CLANG),$(CFG_CLANG),clang) \
573         --llvm-bin-path $(CFG_LLVM_INST_DIR_$(CFG_BUILD))/bin \
574         --aux-base $$(S)src/test/auxiliary/                 \
575         --stage-id stage$(1)-$(2)                                                       \
576         --target $(2)                                       \
577         --host $(3)                                       \
578         --adb-path=$(CFG_ADB)                          \
579         --adb-test-dir=$(CFG_ADB_TEST_DIR)                  \
580         --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(3))" \
581         --target-rustcflags "$(RUSTC_FLAGS_$(2)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \
582         $$(CTEST_TESTARGS)
583
584 CTEST_DEPS_rpass_$(1)-T-$(2)-H-$(3) = $$(RPASS_TESTS)
585 CTEST_DEPS_rpass-full_$(1)-T-$(2)-H-$(3) = $$(RPASS_FULL_TESTS) $$(CSREQ$(1)_T_$(3)_H_$(3)) $$(SREQ$(1)_T_$(2)_H_$(3))
586 CTEST_DEPS_rfail_$(1)-T-$(2)-H-$(3) = $$(RFAIL_TESTS)
587 CTEST_DEPS_cfail_$(1)-T-$(2)-H-$(3) = $$(CFAIL_TESTS)
588 CTEST_DEPS_bench_$(1)-T-$(2)-H-$(3) = $$(BENCH_TESTS)
589 CTEST_DEPS_perf_$(1)-T-$(2)-H-$(3) = $$(PERF_TESTS)
590 CTEST_DEPS_debuginfo_$(1)-T-$(2)-H-$(3) = $$(DEBUGINFO_TESTS)
591 CTEST_DEPS_codegen_$(1)-T-$(2)-H-$(3) = $$(CODEGEN_TESTS)
592
593 endef
594
595 $(foreach host,$(CFG_HOST), \
596  $(eval $(foreach target,$(CFG_TARGET), \
597   $(eval $(foreach stage,$(STAGES), \
598    $(eval $(call DEF_CTEST_VARS,$(stage),$(target),$(host))))))))
599
600 define DEF_RUN_COMPILETEST
601
602 CTEST_ARGS$(1)-T-$(2)-H-$(3)-$(4) := \
603         $$(CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3)) \
604         --src-base $$(S)src/test/$$(CTEST_SRC_BASE_$(4))/ \
605         --build-base $(3)/test/$$(CTEST_BUILD_BASE_$(4))/ \
606         --ratchet-metrics $(call TEST_RATCHET_FILE,$(1),$(2),$(3),$(4)) \
607         --mode $$(CTEST_MODE_$(4)) \
608         $$(CTEST_RUNTOOL_$(4))
609
610 check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4))
611
612 # CTEST_DONT_RUN_$(1)-T-$(2)-H-$(3)-$(4)
613 # Goal: leave this variable as empty string if we should run the test.
614 # Otherwise, set it to the reason we are not running the test.
615 # (Encoded as a separate variable because GNU make does not have a
616 # good way to express OR on ifeq commands)
617
618 ifneq ($$(CTEST_DISABLE_$(4)),)
619 # Test suite is disabled for all configured targets.
620 CTEST_DONT_RUN_$(1)-T-$(2)-H-$(3)-$(4) := $$(CTEST_DISABLE_$(4))
621 else
622 # else, check if non-self-hosted target (i.e. target not-in hosts) ...
623 ifeq ($$(findstring $(2),$$(CFG_HOST)),)
624 # ... if so, then check if this test suite is disabled for non-selfhosts.
625 ifneq ($$(CTEST_DISABLE_NONSELFHOST_$(4)),)
626 # Test suite is disabled for this target.
627 CTEST_DONT_RUN_$(1)-T-$(2)-H-$(3)-$(4) := $$(CTEST_DISABLE_NONSELFHOST_$(4))
628 endif
629 endif
630 # Neither DISABLE nor DISABLE_NONSELFHOST is set ==> okay, run the test.
631 endif
632
633 ifeq ($$(CTEST_DONT_RUN_$(1)-T-$(2)-H-$(3)-$(4)),)
634 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)): \
635                 $$(TEST_SREQ$(1)_T_$(2)_H_$(3)) \
636                 $$(CTEST_DEPS_$(4)_$(1)-T-$(2)-H-$(3))
637         @$$(call E, run $(4) [$(2)]: $$<)
638         $$(Q)$$(call CFG_RUN_CTEST_$(2),$(1),$$<,$(3)) \
639                 $$(CTEST_ARGS$(1)-T-$(2)-H-$(3)-$(4)) \
640                 --logfile $$(call TEST_LOG_FILE,$(1),$(2),$(3),$(4)) \
641                 && touch $$@
642
643 else
644
645 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)):
646         @$$(call E, run $(4) [$(2)]: $$<)
647         @$$(call E, warning: tests disabled: $$(CTEST_DONT_RUN_$(1)-T-$(2)-H-$(3)-$(4)))
648         touch $$@
649
650 endif
651
652 endef
653
654 CTEST_NAMES = rpass rpass-full rfail cfail bench perf debuginfo codegen
655
656 $(foreach host,$(CFG_HOST), \
657  $(eval $(foreach target,$(CFG_TARGET), \
658   $(eval $(foreach stage,$(STAGES), \
659    $(eval $(foreach name,$(CTEST_NAMES), \
660    $(eval $(call DEF_RUN_COMPILETEST,$(stage),$(target),$(host),$(name))))))))))
661
662 PRETTY_NAMES = pretty-rpass pretty-rpass-full pretty-rfail pretty-bench pretty-pretty
663 PRETTY_DEPS_pretty-rpass = $(RPASS_TESTS)
664 PRETTY_DEPS_pretty-rpass-full = $(RPASS_FULL_TESTS)
665 PRETTY_DEPS_pretty-rfail = $(RFAIL_TESTS)
666 PRETTY_DEPS_pretty-bench = $(BENCH_TESTS)
667 PRETTY_DEPS_pretty-pretty = $(PRETTY_TESTS)
668 PRETTY_DIRNAME_pretty-rpass = run-pass
669 PRETTY_DIRNAME_pretty-rpass-full = run-pass-fulldeps
670 PRETTY_DIRNAME_pretty-rfail = run-fail
671 PRETTY_DIRNAME_pretty-bench = bench
672 PRETTY_DIRNAME_pretty-pretty = pretty
673
674 define DEF_RUN_PRETTY_TEST
675
676 PRETTY_ARGS$(1)-T-$(2)-H-$(3)-$(4) :=                   \
677                 $$(CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3)) \
678         --src-base $$(S)src/test/$$(PRETTY_DIRNAME_$(4))/ \
679         --build-base $(3)/test/$$(PRETTY_DIRNAME_$(4))/ \
680         --mode pretty
681
682 check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4))
683
684 $$(call TEST_OK_FILE,$(1),$(2),$(3),$(4)): \
685                 $$(TEST_SREQ$(1)_T_$(2)_H_$(3))         \
686                 $$(PRETTY_DEPS_$(4))
687         @$$(call E, run pretty-rpass [$(2)]: $$<)
688         $$(Q)$$(call CFG_RUN_CTEST_$(2),$(1),$$<,$(3)) \
689                 $$(PRETTY_ARGS$(1)-T-$(2)-H-$(3)-$(4)) \
690                 --logfile $$(call TEST_LOG_FILE,$(1),$(2),$(3),$(4)) \
691                 && touch $$@
692
693 endef
694
695 $(foreach host,$(CFG_HOST), \
696  $(foreach target,$(CFG_TARGET), \
697   $(foreach stage,$(STAGES), \
698    $(foreach pretty-name,$(PRETTY_NAMES), \
699     $(eval $(call DEF_RUN_PRETTY_TEST,$(stage),$(target),$(host),$(pretty-name)))))))
700
701
702 ######################################################################
703 # Crate & freestanding documentation tests
704 ######################################################################
705
706 define DEF_RUSTDOC
707 RUSTDOC_EXE_$(1)_T_$(2)_H_$(3) := $$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3))
708 RUSTDOC_$(1)_T_$(2)_H_$(3) := $$(RPATH_VAR$(1)_T_$(2)_H_$(3)) $$(RUSTDOC_EXE_$(1)_T_$(2)_H_$(3))
709 endef
710
711 $(foreach host,$(CFG_HOST), \
712  $(foreach target,$(CFG_TARGET), \
713   $(foreach stage,$(STAGES), \
714    $(eval $(call DEF_RUSTDOC,$(stage),$(target),$(host))))))
715
716 # Freestanding
717
718 define DEF_DOC_TEST
719
720 check-stage$(1)-T-$(2)-H-$(3)-doc-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4))
721
722 # If NO_REBUILD is set then break the dependencies on everything but
723 # the source files so we can test documentation without rebuilding
724 # rustdoc etc.
725 ifeq ($(NO_REBUILD),)
726 DOCTESTDEP_$(1)_$(2)_$(3)_$(4) = \
727         $$(D)/$(4).md \
728         $$(TEST_SREQ$(1)_T_$(2)_H_$(3))                         \
729         $$(RUSTDOC_EXE_$(1)_T_$(2)_H_$(3))
730 else
731 DOCTESTDEP_$(1)_$(2)_$(3)_$(4) = $$(D)/$(4).md
732 endif
733
734 ifeq ($(2),$$(CFG_BUILD))
735 $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)): $$(DOCTESTDEP_$(1)_$(2)_$(3)_$(4))
736         @$$(call E, run doc-$(4) [$(2)])
737         $$(Q)$$(RUSTDOC_$(1)_T_$(2)_H_$(3)) --cfg dox --test $$< --test-args "$$(TESTARGS)" && touch $$@
738 else
739 $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)):
740         touch $$@
741 endif
742 endef
743
744 $(foreach host,$(CFG_HOST), \
745  $(foreach target,$(CFG_TARGET), \
746   $(foreach stage,$(STAGES), \
747    $(foreach docname,$(DOCS), \
748     $(eval $(call DEF_DOC_TEST,$(stage),$(target),$(host),$(docname)))))))
749
750 # Crates
751
752 define DEF_CRATE_DOC_TEST
753
754 # If NO_REBUILD is set then break the dependencies on everything but
755 # the source files so we can test crate documentation without
756 # rebuilding any of the parent crates.
757 ifeq ($(NO_REBUILD),)
758 CRATEDOCTESTDEP_$(1)_$(2)_$(3)_$(4) = \
759         $$(TEST_SREQ$(1)_T_$(2)_H_$(3))                         \
760         $$(CRATE_FULLDEPS_$(1)_T_$(2)_H_$(3)_$(4))              \
761         $$(RUSTDOC_EXE_$(1)_T_$(2)_H_$(3))
762 else
763 CRATEDOCTESTDEP_$(1)_$(2)_$(3)_$(4) = $$(RSINPUTS_$(4))
764 endif
765
766 check-stage$(1)-T-$(2)-H-$(3)-doc-crate-$(4)-exec: \
767         $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-crate-$(4))
768
769 ifeq ($(2),$$(CFG_BUILD))
770 $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-crate-$(4)): $$(CRATEDOCTESTDEP_$(1)_$(2)_$(3)_$(4))
771         @$$(call E, run doc-crate-$(4) [$(2)])
772         $$(Q)$$(RUSTDOC_$(1)_T_$(2)_H_$(3)) --test \
773                 $$(CRATEFILE_$(4)) --test-args "$$(TESTARGS)" && touch $$@
774 else
775 $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-crate-$(4)):
776         touch $$@
777 endif
778
779 endef
780
781 $(foreach host,$(CFG_HOST), \
782  $(foreach target,$(CFG_TARGET), \
783   $(foreach stage,$(STAGES), \
784    $(foreach crate,$(TEST_DOC_CRATES), \
785     $(eval $(call DEF_CRATE_DOC_TEST,$(stage),$(target),$(host),$(crate)))))))
786
787 ######################################################################
788 # Shortcut rules
789 ######################################################################
790
791 TEST_GROUPS = \
792         crates \
793         $(foreach crate,$(TEST_CRATES),$(crate)) \
794         $(foreach crate,$(TEST_DOC_CRATES),doc-crate-$(crate)) \
795         rpass \
796         rpass-full \
797         rfail \
798         cfail \
799         bench \
800         perf \
801         rmake \
802         debuginfo \
803         codegen \
804         doc \
805         $(foreach docname,$(DOCS),doc-$(docname)) \
806         pretty \
807         pretty-rpass \
808         pretty-rpass-full \
809         pretty-rfail \
810         pretty-bench \
811         pretty-pretty \
812         $(NULL)
813
814 define DEF_CHECK_FOR_STAGE_AND_TARGET_AND_HOST
815 check-stage$(1)-T-$(2)-H-$(3): check-stage$(1)-T-$(2)-H-$(3)-exec
816 endef
817
818 $(foreach stage,$(STAGES), \
819  $(foreach target,$(CFG_TARGET), \
820   $(foreach host,$(CFG_HOST), \
821    $(eval $(call DEF_CHECK_FOR_STAGE_AND_TARGET_AND_HOST,$(stage),$(target),$(host))))))
822
823 define DEF_CHECK_FOR_STAGE_AND_TARGET_AND_HOST_AND_GROUP
824 check-stage$(1)-T-$(2)-H-$(3)-$(4): check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec
825 endef
826
827 $(foreach stage,$(STAGES), \
828  $(foreach target,$(CFG_TARGET), \
829   $(foreach host,$(CFG_HOST), \
830    $(foreach group,$(TEST_GROUPS), \
831     $(eval $(call DEF_CHECK_FOR_STAGE_AND_TARGET_AND_HOST_AND_GROUP,$(stage),$(target),$(host),$(group)))))))
832
833 define DEF_CHECK_FOR_STAGE
834 check-stage$(1): check-stage$(1)-H-$$(CFG_BUILD)
835 check-stage$(1)-H-all: $$(foreach target,$$(CFG_TARGET), \
836                            check-stage$(1)-H-$$(target))
837 endef
838
839 $(foreach stage,$(STAGES), \
840  $(eval $(call DEF_CHECK_FOR_STAGE,$(stage))))
841
842 define DEF_CHECK_FOR_STAGE_AND_GROUP
843 check-stage$(1)-$(2): check-stage$(1)-H-$$(CFG_BUILD)-$(2)
844 check-stage$(1)-H-all-$(2): $$(foreach target,$$(CFG_TARGET), \
845                                check-stage$(1)-H-$$(target)-$(2))
846 endef
847
848 $(foreach stage,$(STAGES), \
849  $(foreach group,$(TEST_GROUPS), \
850   $(eval $(call DEF_CHECK_FOR_STAGE_AND_GROUP,$(stage),$(group)))))
851
852
853 define DEF_CHECK_FOR_STAGE_AND_HOSTS
854 check-stage$(1)-H-$(2): $$(foreach target,$$(CFG_TARGET), \
855                            check-stage$(1)-T-$$(target)-H-$(2))
856 endef
857
858 $(foreach stage,$(STAGES), \
859  $(foreach host,$(CFG_HOST), \
860   $(eval $(call DEF_CHECK_FOR_STAGE_AND_HOSTS,$(stage),$(host)))))
861
862 define DEF_CHECK_FOR_STAGE_AND_HOSTS_AND_GROUP
863 check-stage$(1)-H-$(2)-$(3): $$(foreach target,$$(CFG_TARGET), \
864                                 check-stage$(1)-T-$$(target)-H-$(2)-$(3))
865 endef
866
867 $(foreach stage,$(STAGES), \
868  $(foreach host,$(CFG_HOST), \
869   $(foreach group,$(TEST_GROUPS), \
870    $(eval $(call DEF_CHECK_FOR_STAGE_AND_HOSTS_AND_GROUP,$(stage),$(host),$(group))))))
871
872 define DEF_CHECK_DOC_FOR_STAGE
873 check-stage$(1)-docs: $$(foreach docname,$$(DOCS),\
874                        check-stage$(1)-T-$$(CFG_BUILD)-H-$$(CFG_BUILD)-doc-$$(docname)) \
875                      $$(foreach crate,$$(TEST_DOC_CRATES),\
876                        check-stage$(1)-T-$$(CFG_BUILD)-H-$$(CFG_BUILD)-doc-crate-$$(crate))
877 endef
878
879 $(foreach stage,$(STAGES), \
880  $(eval $(call DEF_CHECK_DOC_FOR_STAGE,$(stage))))
881
882 define DEF_CHECK_CRATE
883 check-$(1): check-stage2-T-$$(CFG_BUILD)-H-$$(CFG_BUILD)-$(1)-exec
884 endef
885
886 $(foreach crate,$(TEST_CRATES), \
887  $(eval $(call DEF_CHECK_CRATE,$(crate))))
888
889 ######################################################################
890 # RMAKE rules
891 ######################################################################
892
893 RMAKE_TESTS := $(shell ls -d $(S)src/test/run-make/*/)
894 RMAKE_TESTS := $(RMAKE_TESTS:$(S)src/test/run-make/%/=%)
895
896 define DEF_RMAKE_FOR_T_H
897 # $(1) the stage
898 # $(2) target triple
899 # $(3) host triple
900
901
902 ifeq ($(2)$(3),$$(CFG_BUILD)$$(CFG_BUILD))
903 check-stage$(1)-T-$(2)-H-$(3)-rmake-exec: \
904                 $$(call TEST_OK_FILE,$(1),$(2),$(3),rmake)
905
906 $$(call TEST_OK_FILE,$(1),$(2),$(3),rmake): \
907                 $$(RMAKE_TESTS:%=$(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok)
908         @touch $$@
909
910 $(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok: \
911                 $(S)src/test/run-make/%/Makefile \
912                 $$(CSREQ$(1)_T_$(2)_H_$(3))
913         @rm -rf $(3)/test/run-make/$$*
914         @mkdir -p $(3)/test/run-make/$$*
915         $$(Q)$$(CFG_PYTHON) $(S)src/etc/maketest.py $$(dir $$<) \
916         $$(MAKE) \
917             $$(HBIN$(1)_H_$(3))/rustc$$(X_$(3)) \
918             $(3)/test/run-make/$$* \
919             "$$(CC_$(3)) $$(CFG_GCCISH_CFLAGS_$(3))" \
920             $$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
921             "$$(TESTNAME)" \
922             "$$(RPATH_VAR$(1)_T_$(2)_H_$(3))"
923         @touch $$@
924 else
925 # FIXME #11094 - The above rule doesn't work right for multiple targets
926 check-stage$(1)-T-$(2)-H-$(3)-rmake-exec:
927         @true
928
929 endif
930
931
932 endef
933
934 $(foreach stage,$(STAGES), \
935  $(foreach target,$(CFG_TARGET), \
936   $(foreach host,$(CFG_HOST), \
937    $(eval $(call DEF_RMAKE_FOR_T_H,$(stage),$(target),$(host))))))