rust/src/test/compile-fail-fulldeps
Alex Crichton 0d5cfd9117 mk: Distribute fewer TARGET_CRATES
Right now everything in TARGET_CRATES is built by default for all non-fulldeps
tests and is distributed by default for all target standard library packages.
Currenly this includes a number of unstable crates which are rarely used such as
`graphviz` and `rbml`>

This commit trims down the set of `TARGET_CRATES`, moves a number of tests to
`*-fulldeps` as a result, and trims down the dependencies of libtest so we can
distribute fewer crates in the `rust-std` packages.
2016-03-07 13:05:12 -08:00
..
derive-no-std-not-supported.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
dropck_tarena_cycle_checked.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
dropck_tarena_unsound_drop.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
gated-macro-reexports.rs
gated-plugin.rs
gated-quote.rs libsyntax: Add more quasiquoting macros 2015-11-11 15:19:01 -05:00
issue-15778-fail.rs
issue-18986.rs
lint-group-plugin-deny-cmdline.rs
lint-plugin-deny-attr.rs
lint-plugin-deny-cmdline.rs
lint-plugin-forbid-attrs.rs
lint-plugin-forbid-cmdline.rs
macro-crate-doesnt-resolve.rs
macro-crate-rlib.rs
macro-crate-unexported-macro.rs
macro-crate-unknown-crate.rs
plugin-as-extern-crate.rs
plugin-attr-register-deny.rs
plugin-MacroRulesTT.rs
plugin-plus-extern-crate.rs
qquote.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00