Skip to content

Commit bba934f

Browse files
committed
ignore-test cleanup
Most of these are old, but some specific messages for specific tests: * trait-contravariant-self.rs: failed due to a soundess hole: 05e3248 * process-detatch: 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 #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 #3965
1 parent a2f2a64 commit bba934f

35 files changed

+0
-11650
lines changed

src/test/compile-fail/issue-15167.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
// except according to those terms.
1010

1111
// macro f should not be able to inject a reference to 'n'.
12-
//
13-
// Ignored because `for` loops are not hygienic yet; they will require special
14-
// handling since they introduce a new pattern binding position.
15-
16-
// ignore-test
1712

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

src/test/compile-fail/issue-2478.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/test/compile-fail/redundant-link-args.rs

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/test/compile-fail/struct-field-assignability.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/test/debuginfo/gdb-pretty-struct-and-enums.rs

Lines changed: 0 additions & 189 deletions
This file was deleted.

src/test/debuginfo/generic-trait-generic-static-default-method.rs

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/test/debuginfo/issue11600.rs

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)