rust/src/test
Tyler Mandry 97ac259148
Rollup merge of #68410 - tmiasko:msan-lto, r=varkor
Export weak symbols used by MemorySanitizer

Export weak symbols defined by MemorySanitizer instrumentation, which are used
to implement `-Zsanitizer-memory-track-origins` and `-Zsanitizer-recover=memory`.
Previously, when using fat LTO, they would internalized and eliminated.

Fixes #68367.
2020-01-22 16:02:16 -08:00
..
assembly
auxiliary
codegen Mark __msan_keep_going as an exported symbol for LTO 2020-01-21 00:00:00 +00:00
codegen-units adjust codegen-units tests 2020-01-19 10:09:52 -06:00
compile-fail Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00:00
debuginfo Remove legacy debuginfo tests 2020-01-07 21:28:22 +01:00
incremental Add a test for #37333 2020-01-01 13:07:41 +01:00
mir-opt Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum 2020-01-20 11:14:46 +05:30
pretty ast_stmt_expr_attr -> pretty & ui tests 2019-12-20 22:53:40 +01:00
run-fail Errors in promoteds may only cause lints not hard errors 2020-01-10 09:08:25 +01:00
run-make Do not use Cortex-M0 since Qemu is too old 2020-01-21 19:01:56 +01:00
run-make-fulldeps Add regression test for #64319 back in. 2020-01-20 12:00:43 +01:00
run-pass-valgrind
rustdoc Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison 2020-01-22 18:04:56 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez 2020-01-20 11:14:49 +05:30
rustfix
ui Rollup merge of #68388 - varkor:toogeneric-wf, r=eddyb 2020-01-22 16:02:13 -08:00
ui-fulldeps fix ui-fulldeps & tests fallout 2020-01-11 07:42:26 +01:00
COMPILER_TESTS.md