Skip to content
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

Ignore proc macro stage 1 tests #49366

Conversation

Phlosioneer
Copy link
Contributor

A few tests related to proc-macros fail when performing stage-1
testing. This PR adds // ignore-stage1 to them, along with a FIXME.

Original issue: #49352

This should (hopefully) be fixed when #49219 is merged.

A few tests related to proc-macros fail when performing stage-1
testing. This PR adds // ignore-stage1 to them, along with a FIXME.

Original issue: rust-lang#49352

This should (hopefully) be fixed when rust-lang#49219 is merged.
@Phlosioneer
Copy link
Contributor Author

Closes #49352

@Phlosioneer
Copy link
Contributor Author

I don't understand how ignoring a test can cause other tests to fail...? I'm confused.

@pietroalbini pietroalbini added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 26, 2018
@pietroalbini
Copy link
Member

Highfive failed to assign a reviewer for this PR. Picking one randomly from the compiler team.

r? @eddyb

@@ -12,6 +12,10 @@

// ignore-cross-compile

// FIXME: The proc-macro tests should work for stage1 when #49219 is merged.
// See also #49352.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the FIXME - this uses the full compiler API, not proc_macro.

@Phlosioneer
Copy link
Contributor Author

Meh. This seems like a more complicated issue than I expected, and I still don't really understand the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants