-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate remaining compile-fail tests to ui #53353
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
estebank
added
the
A-testsuite
Area: The testsuite used to check the correctness of rustc
label
Aug 14, 2018
bors
added a commit
that referenced
this issue
Oct 21, 2018
Move parse-fail tests to UI cc #53353 r? @davidtwco
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 4, 2018
Move compile-fail-fulldeps tests to UI cc rust-lang#53353 r? @davidtwco
bors
added a commit
that referenced
this issue
Dec 9, 2018
Move compile-fail-fulldeps tests to UI cc #53353 r? @davidtwco
Centril
added
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
labels
Jun 25, 2019
CC #65440 |
This was completed in #80453. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
As part of #53196,
compile-fail
tests were migrated toui
tests. As part of this PR, some tests remained ascompile-fail
tests - due to an unresolvable issue (at the time) with the test that meant delaying migration meant more sense than holding up the PR (which needed rebased a lot). The main issues exhibited were:compile-fail
tests.compile-fail
tests toui
#53196 that mention specific platforms.The text was updated successfully, but these errors were encountered: