rust/tests
bors 7f2fc33da6 Auto merge of - icedrocket:ignore-strip-on-msvc, r=michaelwoerister
Ignore `-C strip` on MSVC

tl;dr - Define `-Cstrip` to only ever affect the binary; no other build artifacts.

This is necessary to improve cross-platform behavior consistency: if someone wanted debug information to be contained only in separate files on all platforms, they would set `-Cstrip=symbols` and `-Csplit-debuginfo=packed`, but this would result in no PDB files on MSVC.

Resolves 
2024-04-22 12:05:39 +00:00
..
assembly Add support for Arm64EC inline assembly 2024-04-10 10:06:44 -07:00
auxiliary
codegen Avoid reloading Vec::len across grow_one in push 2024-04-20 21:07:00 -04:00
codegen-units
coverage Rollup merge of - Zalathar:lazy-boolean, r=Mark-Simulacrum 2024-04-20 21:45:36 +01:00
coverage-run-rustdoc
crashes crashes: add a couple more ICE tests 2024-04-21 21:04:32 +02:00
debuginfo disable two debuginfo tests under gdb 15 2024-04-15 12:46:22 +00:00
incremental
mir-opt Update tests after 123949 2024-04-21 11:24:54 -07:00
pretty
run-make Auto merge of - beetrees:incremental-os-str, r=Nadrieril 2024-04-22 04:00:58 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc Auto merge of - GuillaumeGomez:display-stability-version, r=rustdoc 2024-04-19 14:17:29 +00:00
rustdoc-gui Add GUI test for copy path button 2024-04-17 16:56:14 +02:00
rustdoc-js
rustdoc-js-std rustdoc-search: fix description on aliases in results 2024-04-18 22:21:29 -07:00
rustdoc-json
rustdoc-ui Rollup merge of - Urgau:stabilize-check-cfg, r=petrochenkov 2024-04-16 17:54:41 +02:00
ui Auto merge of - icedrocket:ignore-strip-on-msvc, r=michaelwoerister 2024-04-22 12:05:39 +00:00
ui-fulldeps Use the rustc_private libc less in tests 2024-04-15 08:54:11 -04:00
COMPILER_TESTS.md