about summary refs log tree commit diff
path: root/tests/ui/asm/s390x
AgeCommit message (Collapse)AuthorLines
2025-08-06Explicitly disable vector feature on s390x baseline of bad-reg testPaul Murphy-1/+1
If the baseline s390x cpu is changed to a newer variant, such as z13, the vector feature may be enabled by default. When rust is packaged on fedora 38 and newer, it is set to z13. Explicitly disable vector support on the baseline test for consistent results across s390x cpus.
2024-12-17tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro ↵Taiki Endo-1/+1
features by using minicore
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-116/+627
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-108/+468
2024-11-02Adjust tests to use minicore and reblessJieyou Xu-64/+57
2024-11-02Add bad-reg inline assembly ui test for RISC-V and s390xTaiki Endo-0/+487