Skip to content

Fix stage 1 tests broken because i128 doesn't work in stage 1 #39100

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

Merged
merged 1 commit into from
Jan 17, 2017

Conversation

Mark-Simulacrum
Copy link
Member

Broken by #38992.

@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -9,6 +9,9 @@
// except according to those terms.
#![feature(i128_type)]

// SNAP: run on stage 1 after snapshot, i128 currently doesn't work on stage 1
// ignore-stage1
Copy link
Member

Choose a reason for hiding this comment

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

maybe also ignore-stage0? i128.rs has it as well.

@Mark-Simulacrum
Copy link
Member Author

Fixed.

@eddyb
Copy link
Member

eddyb commented Jan 17, 2017

@bors r+ p=1

@bors
Copy link
Collaborator

bors commented Jan 17, 2017

📌 Commit f88f660 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Jan 17, 2017

⌛ Testing commit f88f660 with merge aedebfe...

bors added a commit that referenced this pull request Jan 17, 2017
Fix stage 1 tests broken because i128 doesn't work in stage 1

Broken by #38992.
@bors
Copy link
Collaborator

bors commented Jan 17, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing aedebfe to master...

@bors bors merged commit f88f660 into rust-lang:master Jan 17, 2017
@Mark-Simulacrum Mark-Simulacrum deleted the fix-stage1 branch March 25, 2017 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants