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: 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
1 parent a2f2a64 commit bba934f

35 files changed

+0
-11650
lines changed

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

-5
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

-17
This file was deleted.

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

-29
This file was deleted.

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

-21
This file was deleted.

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

-189
This file was deleted.

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

-52
This file was deleted.

src/test/debuginfo/issue11600.rs

-30
This file was deleted.

0 commit comments

Comments
 (0)