rust/src/tools/miri/tests
Vadim Petrochenkov 98804c1786 debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo]
`-Z debug-macros` is "stabilized" by enabling it by default and removing.

`-Z collapse-macro-debuginfo` is stabilized as `-C collapse-macro-debuginfo`.
It now supports all typical boolean values (`parse_opt_bool`) in addition to just yes/no.

Default value of `collapse_debuginfo` was changed from `false` to `external` (i.e. collapsed if external, not collapsed if local).
`#[collapse_debuginfo]` attribute without a value is no longer supported to avoid guessing the default.
2024-04-25 22:14:47 +03:00
..
extern-so there is no need for these wildcards 2024-03-31 10:10:35 +02:00
fail fmt 2024-04-25 05:05:41 +00:00
fail-dep make realloc with a size of zero fail 2024-04-18 12:06:29 +02:00
many-seeds run many-seeds tests at least a few times on all tier 1 targets 2024-04-25 09:53:34 +02:00
panic the mir-validation ICE test behaves strangely on Windows hosts 2024-04-21 12:36:16 +02:00
pass debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
pass-dep Add localtime_r shim 2024-04-22 06:30:10 +00:00
utils tests/utils: add fmt::Write implementations for miri's native stdout/stderr 2024-04-17 09:47:16 +02:00
avr.json test using a JSON target file 2022-12-28 18:01:20 +01:00
ui.rs Auto merge of #3411 - RalfJung:sysroot, r=RalfJung 2024-04-15 14:42:33 +00:00