File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 4848 $(Q )$(BOOTSTRAP ) test $(BOOTSTRAP_ARGS )
4949check-aux :
5050 $(Q )$(BOOTSTRAP ) test \
51- src/test/pretty \
5251 src/test/run-pass/pretty \
5352 src/test/run-fail/pretty \
5453 src/test/run-pass-valgrind/pretty \
Original file line number Diff line number Diff line change @@ -897,12 +897,10 @@ host_test!(Rustdoc {
897897 suite: "rustdoc"
898898} ) ;
899899
900- test ! ( Pretty {
900+ host_test ! ( Pretty {
901901 path: "src/test/pretty" ,
902902 mode: "pretty" ,
903- suite: "pretty" ,
904- default : false ,
905- host: true
903+ suite: "pretty"
906904} ) ;
907905test ! ( RunPassPretty {
908906 path: "src/test/run-pass/pretty" ,
@@ -993,11 +991,7 @@ impl Step for Compiletest {
993991 } ) ;
994992 }
995993
996- if suite. ends_with ( "fulldeps" ) ||
997- // FIXME: Does pretty need librustc compiled? Note that there are
998- // fulldeps test suites with mode = pretty as well.
999- mode == "pretty"
1000- {
994+ if suite. ends_with ( "fulldeps" ) {
1001995 builder. ensure ( compile:: Rustc { compiler, target } ) ;
1002996 }
1003997
You can’t perform that action at this time.
0 commit comments