rust/tests
Eddy (Eduard) Stefes 1ac3d6bba7 Let CStrings be either 1 or 2 byte aligned.
Some architectures (like s390x) require strings to be 2 byte aligned.
Therefor the section name will be marked with a .2  postfix on this
architectures.

Allowing a section name with a .1 or .2 postfix will make the test pass
on either platform.
2025-04-14 10:03:31 +02:00
..
assembly Let CStrings be either 1 or 2 byte aligned. 2025-04-14 10:03:31 +02:00
auxiliary
codegen Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDenton 2025-04-13 14:56:44 +00:00
codegen-units
coverage Update the minimum external LLVM to 19 2025-04-05 11:44:38 -07:00
coverage-run-rustdoc Update coverage-run-rustdoc output 2025-03-28 10:35:53 +01:00
crashes Use delayed bug for normalization errors in drop elaboration 2025-04-11 16:31:28 +00:00
debuginfo replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
incremental replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
mir-opt JumpThreading: Re-enable and fix Not ops on non-booleans 2025-04-13 20:29:49 +00:00
pretty Avoid empty identifiers for delegate params and args. 2025-04-10 14:46:53 +10:00
run-make tests: produce target artifacts and/or require crate type / ignore cross-compile 2025-04-12 15:09:06 +08:00
rustdoc replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
rustdoc-gui Add regression test for #139282 2025-04-07 17:28:46 +02:00
rustdoc-js rustdoc-search: add unbox flag to Result aliases 2025-04-11 11:36:40 -07:00
rustdoc-js-std rustdoc-search: add unbox flag to Result aliases 2025-04-11 11:36:40 -07:00
rustdoc-json rustdoc-json: Add test for #[automatically_derived] attribute 2025-03-31 20:42:49 +00:00
rustdoc-ui Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu 2025-04-11 10:53:45 +00:00
ui Rollup merge of #139740 - jieyouxu:known-bug, r=nnethercote 2025-04-13 17:37:55 -04:00
ui-fulldeps import rustc_smir::rustc_internal in run_driver! 2025-04-13 18:09:10 +08:00
COMPILER_TESTS.md