Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1704dca

Browse files
authoredMay 9, 2020
Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov
Move tests from `test/run-fail` to UI Fixes #65440 cc #65865 #65506 r? @nikomatsakis
2 parents 2420b42 + 9a164ff commit 1704dca

File tree

165 files changed

+537
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+537
-152
lines changed
 

‎src/bootstrap/builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ impl<'a> Builder<'a> {
359359
test::Tidy,
360360
test::Ui,
361361
test::CompileFail,
362-
test::RunFail,
363362
test::RunPassValgrind,
364363
test::MirOpt,
365364
test::Codegen,
@@ -370,7 +369,6 @@ impl<'a> Builder<'a> {
370369
test::UiFullDeps,
371370
test::Rustdoc,
372371
test::Pretty,
373-
test::RunFailPretty,
374372
test::RunPassValgrindPretty,
375373
test::Crate,
376374
test::CrateLibrustc,

‎src/bootstrap/mk/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ check:
4848
$(Q)$(BOOTSTRAP) test $(BOOTSTRAP_ARGS)
4949
check-aux:
5050
$(Q)$(BOOTSTRAP) test \
51-
src/test/run-fail/pretty \
5251
src/test/run-pass-valgrind/pretty \
5352
$(AUX_ARGS) \
5453
$(BOOTSTRAP_ARGS)

0 commit comments

Comments
 (0)
Please sign in to comment.