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

Remove old ignored tests #26253

Merged
merged 2 commits into from
Jun 13, 2015
Merged

Conversation

steveklabnik
Copy link
Member

Two commits here: one which removes a bunch of tests, and re-enables a few that work.

Second updates the syntax of one of the failing tests. It still doesn't pass, but at least it compiles.

Most of these are old, but some specific messages for specific tests:

* trait-contravariant-self.rs: failed due to a soundess hole:
  rust-lang@05e3248

* process-detatch: rust-lang@15966c3
  says "this test is being ignored until signals are implemented" That's
  not happening for a long time, and when it is, we'll write tests for
  it.

* deep-vector{,2}.rs: "too big for our poor macro infrastructure", and has
  been ignored over a year.

* borrowck-nested-calls.rs's FIXME rust-lang#6268 was closed in favor of
  rust-lang/rfcs#811

* issue-15167.rs works properly now
* issue-9737.rs works properly now
* match-var-hygiene.rs works properly now

Addresses a chunk of rust-lang#3965
This stdlib function went away, so update it to use current syntax.
@rust-highfive
Copy link
Collaborator

r? @brson

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

@steveklabnik
Copy link
Member Author

r? @alexcrichton

@rust-highfive rust-highfive assigned alexcrichton and unassigned brson Jun 12, 2015
@brson
Copy link
Contributor

brson commented Jun 12, 2015

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 12, 2015

📌 Commit 13b9a72 has been approved by brson

@tshepang
Copy link
Member

wow, that's a lot of shed weight

@@ -15,5 +15,5 @@
fn main() {
let x = || panic!();
x();
std::io::println("Foo bar"); //~ ERROR: unreachable statement
println!("Foo bar"); //~ ERROR: unreachable statement
Copy link
Member

Choose a reason for hiding this comment

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

This test is still ignored?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, it is not fixed, I just updated the syntax.

@bors
Copy link
Contributor

bors commented Jun 13, 2015

⌛ Testing commit 13b9a72 with merge a9f1e29...

bors added a commit that referenced this pull request Jun 13, 2015
Two commits here: one which removes a bunch of tests, and re-enables a few that work.

Second updates the syntax of one of the failing tests. It still doesn't pass, but at least it compiles.
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.

7 participants