rust/src/test
Steve Klabnik bba934f19a 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:
  05e3248a79

* process-detatch: 15966c3c1f
  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
2015-06-12 14:16:16 -04:00
..
auxiliary New tests for cross-crate usages of const fn and so forth 2015-05-29 11:52:59 -04:00
bench Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
codegen Revamp codegen tests to check IR quality instead of quantity 2015-05-27 12:08:31 +02:00
compile-fail ignore-test cleanup 2015-06-12 14:16:16 -04:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo ignore-test cleanup 2015-06-12 14:16:16 -04:00
parse-fail ignore-test cleanup 2015-06-12 14:16:16 -04:00
pretty ignore-test cleanup 2015-06-12 14:16:16 -04:00
run-fail ignore-test cleanup 2015-06-12 14:16:16 -04:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make fix #26092 by returning an empty OS string when the output file path has no file_stem 2015-06-10 18:18:04 -07:00
run-pass ignore-test cleanup 2015-06-12 14:16:16 -04:00
run-pass-fulldeps Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
run-pass-valgrind add const_fn features 2015-05-29 09:42:54 -04:00
rustdoc Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton 2015-05-26 21:36:57 +00:00