rust/src/test
bors 9953e76ca4 Auto merge of #38760 - est31:ignorecfg, r=sanxiyn
Fix pre-cfg_attr notation in comment

Commit aa3b1261b1 has changed notation
in the test from `#[ignore(cfg(ignorecfg))]` to `#[cfg_attr(ignorecfg, ignore)]`,
but missed to change the comment in the accompanying Makefile.
2017-01-02 18:10:37 +00:00
..
codegen Cleaned up the code and added tests. 2016-12-22 14:54:42 +03:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Add test to ensure unadjusted stays unstable 2016-12-30 15:19:51 +01:00
compile-fail-fulldeps More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
debuginfo Add pretty printing of unions in debuggers 2017-01-01 19:34:06 +10:00
incremental rustc: move function arguments into hir::Body. 2016-12-28 11:29:19 +02:00
mir-opt Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00:00
parse-fail Fix parse-fail and compile-fail tests 2016-12-30 15:17:26 +01:00
pretty Pretty-print $crate::foo::bar as ::foo::bar. 2016-12-22 06:14:36 +00:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Fix pre-cfg_attr notation in comment 2017-01-01 20:34:23 +01:00
run-pass Fix iabs and add some more tests 2016-12-31 18:19:06 +01:00
run-pass-fulldeps Style fixes 2016-12-31 17:55:59 +10:30
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc rustdoc: Fix short summaries in search results 2016-12-12 18:39:36 +00:00
ui Further and hopefully final Windows fixes 2016-12-30 15:19:50 +01:00