forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#83775 - jyn514:run-make, r=petrochenkov
Move rustdoc run-make-fulldeps tests to run-make This cuts the time to run the tests in half, because they don't require building a stage 2 compiler. They were all added to fulldeps before rust-lang#82802 because rustdoc wasn't available in run-make tests. This doesn't change coverage tests, which will be changed soon in a separate PR (rust-lang#83755 (comment)). This also changes some of the `-include` directives, see rust-lang#83773 for what's going on there. r? `@petrochenkov`
- Loading branch information
Showing
27 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...test/run-make-fulldeps/exit-code/Makefile → src/test/run-make/exit-code/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-include ../tools.mk | ||
include ../../run-make-fulldeps/tools.mk | ||
|
||
all: | ||
$(RUSTC) success.rs; [ $$? -eq 0 ] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...st/run-make-fulldeps/issue-22131/Makefile → src/test/run-make/issue-22131/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...st/run-make-fulldeps/issue-38237/Makefile → src/test/run-make/issue-38237/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-include ../tools.mk | ||
include ../../run-make-fulldeps/tools.mk | ||
|
||
all: | ||
$(RUSTC) foo.rs; $(RUSTC) bar.rs | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ake-fulldeps/rustdoc-determinism/Makefile → ...est/run-make/rustdoc-determinism/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ake-fulldeps/rustdoc-error-lines/Makefile → ...est/run-make/rustdoc-error-lines/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...n-make-fulldeps/rustdoc-io-error/Makefile → src/test/run-make/rustdoc-io-error/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...n-make-fulldeps/rustdoc-map-file/Makefile → src/test/run-make/rustdoc-map-file/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
-include ../tools.mk | ||
|
||
all: | ||
$(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out" | ||
"$(PYTHON)" validate_json.py "$(TMPDIR)/out" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...ake-fulldeps/rustdoc-output-path/Makefile → ...est/run-make/rustdoc-output-path/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
-include ../tools.mk | ||
|
||
all: | ||
$(RUSTDOC) -o "$(TMPDIR)/foo/bar/doc" foo.rs |
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...fulldeps/print-unversioned-files/Makefile → .../rustdoc-print-unversioned-files/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
-include ../tools.mk | ||
|
||
all: | ||
$(RUSTDOC) -Z unstable-options --print unversioned-files | sort | diff - unversioned-files.txt |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...run-make-fulldeps/rustdoc-themes/Makefile → src/test/run-make/rustdoc-themes/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.