rust/src/test/ui/asm
Amanieu d'Antras b3a55371a7 Remove automatic rustfix of asm! to llvm_asm!
This no longer works now that asm! needs an explicit import. Also, it's
been over a year since asm! landed, everyone should have transitioned by
now.
2021-12-12 11:20:03 +00:00
..
aarch64 Fix AArch64 asm ui tests 2021-12-11 17:29:29 +00:00
x86_64 fix inline asm test by not hardcoding symbol names 2021-12-03 23:51:49 +01:00
bad-arch.mirunsafeck.stderr Bless tests 2021-10-15 02:36:58 -05:00
bad-arch.rs Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-arch.thirunsafeck.stderr Bless tests 2021-10-15 02:36:58 -05:00
bad-template.aarch64_mirunsafeck.stderr Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
bad-template.aarch64_thirunsafeck.stderr Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
bad-template.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
bad-template.x86_64_mirunsafeck.stderr Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
bad-template.x86_64_thirunsafeck.stderr Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
inline-syntax.arm.stderr compiletest: ignore tests on a per-revision basis 2021-06-24 23:13:08 +03:00
inline-syntax.rs Re-Annotate the tests with needs-llvm-components 2021-06-24 23:13:08 +03:00
inline-syntax.x86_64.stderr compiletest: ignore tests on a per-revision basis 2021-06-24 23:13:08 +03:00
issue-72570.rs Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
issue-72570.stderr
issue-87802.rs Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
issue-87802.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
issue-89305.rs Restrict tests that use needs-asm-support to non-experimental 2021-11-07 03:44:42 +00:00
issue-89305.stderr Restrict tests that use needs-asm-support to non-experimental 2021-11-07 03:44:42 +00:00
may_unwind.rs add tests for asm's options(may_unwind) 2021-12-03 23:51:49 +01:00
naked-functions-ffi.rs Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
naked-functions-ffi.stderr Validate FFI-safety warnings on naked functions 2021-08-03 17:50:50 -04:00
naked-functions-unused.aarch64.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
naked-functions-unused.rs Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
naked-functions-unused.x86_64.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
naked-functions.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
naked-functions.stderr Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
naked-invalid-attr.rs Check for asm support in UI tests that require it 2021-04-13 00:00:00 +00:00
naked-invalid-attr.stderr
named-asm-labels.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
named-asm-labels.s Fix lint capitalization and ignoring, test with include_str 2021-08-04 13:38:17 -04:00
named-asm-labels.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
noreturn.rs Add inline asm! tests for aarch64 2021-09-24 16:23:37 +00:00
type-check-1.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
type-check-1.stderr Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
type-check-4.rs Disable some tests for platforms without registers. 2021-09-24 17:00:57 +00:00
type-check-4.stderr Bless tests 2021-10-15 02:36:58 -05:00