Skip to content

Commit

Permalink
ignore-test cleanup
Browse files Browse the repository at this point in the history
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
  • Loading branch information
steveklabnik committed Jun 12, 2015
1 parent a2f2a64 commit bba934f
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 11,650 deletions.
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

0 comments on commit bba934f

Please sign in to comment.