-
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
test: Ignore some phase(syntax) tests #12659
Conversation
Perhaps things aren't getting cleaned, or perhaps this means that the SVH for i686 changed between stage{1,2}. I would rather get a new snap than block on investigation |
The dependency tracking for fulldeps seems pretty broken to me, so I'm thinking it's probably just a cleaning issue. |
@@ -10,6 +10,7 @@ | |||
|
|||
// aux-build:macro_crate_test.rs | |||
// ignore-stage1 | |||
// ignore-cross-compile #12102 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test shouldn't need this, since it'll stop at feature gating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, this was just failing locally due to some dependencies not getting built, reverted.
These tests are failing on the snap builders, and are now tagged with a FIXME. cc rust-lang#12102
A description of what I believe is going on: #12102 (comment) |
These tests are failing on the snap builders, and are now tagged with a FIXME. cc #12102
fix: Fix flycheck sending cancel progress with no running process Fixes rust-lang#12659
These tests are failing on the snap builders, and are now tagged with a FIXME.
cc #12102