Skip to content

Commit 0e32a79

Browse files
committed
---
yaml --- r: 94490 b: refs/heads/try c: 4d5243d h: refs/heads/master v: v3
1 parent 7c42cda commit 0e32a79

File tree

3 files changed

+11
-79
lines changed

3 files changed

+11
-79
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: cab6af55ff64148de1cda707f7d4c85f062f1ff4
5+
refs/heads/try: 4d5243dd0810aa2a86c1c0fbd66e0b1cd491332d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/mk/tests.mk

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -745,27 +745,21 @@ CRATE_DOC_LIB-extra = $(EXTRALIB_CRATE)
745745

746746
define DEF_CRATE_DOC_TEST
747747

748-
check-stage$(1)-T-$(2)-H-$(3)-doc-$(4)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4))
748+
check-stage$(1)-T-$(2)-H-$(2)-doc-$(3)-exec: $$(call TEST_OK_FILE,$(1),$(2),$(2),doc-$(3))
749749

750-
ifeq ($(2),$$(CFG_BUILD))
751-
$$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)): \
752-
$$(TEST_SREQ$(1)_T_$(2)_H_$(3)) \
753-
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3))
754-
@$$(call E, run doc-$(4) [$(2)])
755-
$$(Q)$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) --test \
756-
$$(CRATE_DOC_LIB-$(4)) && touch $$@
757-
else
758-
$$(call TEST_OK_FILE,$(1),$(2),$(3),doc-$(4)):
759-
touch $$@
760-
endif
750+
$$(call TEST_OK_FILE,$(1),$(2),$(2),doc-$(3)): \
751+
$$(TEST_SREQ$(1)_T_$(2)_H_$(2)) \
752+
$$(HBIN$(1)_H_$(2))/rustdoc$$(X_$(2))
753+
@$$(call E, run doc-$(3) [$(2)])
754+
$$(Q)$$(HBIN$(1)_H_$(2))/rustdoc$$(X_$(2)) --test \
755+
$$(CRATE_DOC_LIB-$(3)) && touch $$@
761756

762757
endef
763758

764759
$(foreach host,$(CFG_HOST), \
765-
$(foreach target,$(CFG_TARGET), \
766-
$(foreach stage,$(STAGES), \
767-
$(foreach crate,$(TEST_DOC_CRATES), \
768-
$(eval $(call DEF_CRATE_DOC_TEST,$(stage),$(target),$(host),$(crate)))))))
760+
$(foreach stage,$(STAGES), \
761+
$(foreach crate,$(TEST_DOC_CRATES), \
762+
$(eval $(call DEF_CRATE_DOC_TEST,$(stage),$(host),$(crate))))))
769763

770764
######################################################################
771765
# Extracting tests for docs

branches/try/src/test/run-pass-fulldeps/issue-1926.rs

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)