rust/src/test
Mazdak Farrokhzad 11e1b3e46a
Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkov
Whitelist some rustc attrs

These rustc attrs are used within libcore, and were causing failures when one mixed incremental compilation with bootstrapping (due to a default of `-D warnings` when bootstrapping).

Fix #59523
Fix #59524

Cc #58633
2019-03-30 07:51:41 +01:00
..
assembly Introduce assembly tests 2019-02-27 23:33:05 +01:00
auxiliary
codegen fix some uses I missed 2019-03-26 09:23:19 +01:00
codegen-units
compile-fail Fix a bug in implied bounds 2019-03-20 20:09:26 +01:00
debuginfo Correct minimum system LLVM version in tests 2019-03-22 21:28:25 -05:00
incremental Regression test for incremental treatment of rustc_scalar_valid_range_{start,end}. 2019-03-29 15:05:03 +01:00
mir-opt Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov 2019-03-24 21:26:57 +00:00
pretty rustc: pass Option<&Substs> and Namespace around in ty::item_path. 2019-03-15 13:25:10 +02:00
run-fail Use the correct state for poisoning a generator 2019-03-03 20:34:26 +00:00
run-make Introduce assembly tests 2019-02-27 23:33:05 +01:00
run-make-fulldeps Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett 2019-03-28 13:35:40 +01:00
run-pass Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
run-pass-fulldeps Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
run-pass-valgrind
rustdoc Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus 2019-03-21 08:55:50 +00:00
rustdoc-js Move rustdoc-js testing into compiletest 2019-02-28 18:08:48 +01:00
rustdoc-js-std Rename rustdoc js test suites 2019-02-25 17:46:06 +01:00
rustdoc-ui compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
rustfix tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
ui Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwco 2019-03-30 07:51:37 +01:00
ui-fulldeps Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
COMPILER_TESTS.md