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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/compile-fail/dead-code-closure-bang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

}
5 changes: 0 additions & 5 deletions src/test/compile-fail/issue-15167.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
// except according to those terms.

// macro f should not be able to inject a reference to 'n'.
//
// Ignored because `for` loops are not hygienic yet; they will require special
// handling since they introduce a new pattern binding position.

// ignore-test

macro_rules! f { () => (n) }

Expand Down
17 changes: 0 additions & 17 deletions src/test/compile-fail/issue-2478.rs

This file was deleted.

29 changes: 0 additions & 29 deletions src/test/compile-fail/redundant-link-args.rs

This file was deleted.

21 changes: 0 additions & 21 deletions src/test/compile-fail/struct-field-assignability.rs

This file was deleted.

189 changes: 0 additions & 189 deletions src/test/debuginfo/gdb-pretty-struct-and-enums.rs

This file was deleted.

52 changes: 0 additions & 52 deletions src/test/debuginfo/generic-trait-generic-static-default-method.rs

This file was deleted.

30 changes: 0 additions & 30 deletions src/test/debuginfo/issue11600.rs

This file was deleted.

Loading