rust/src/test/ui/asm
bors 2e7eb85b1d Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu
Check for asm support in UI tests that require it

Add `needs-asm-support` compiletest directive, and use it in asm tests
that require asm support without relying on any architecture specific
features.

Closes #84038.
2021-04-13 08:40:12 +00:00
..
bad-arch.rs Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
bad-arch.stderr tests: Mark ui/asm/bad-arch.rs as requiring wasm llvm backend 2020-08-09 11:40:48 +03:00
bad-options.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
bad-options.stderr Add tests for asm! 2020-05-18 14:41:32 +01:00
bad-reg.rs Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
bad-reg.stderr Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
bad-template.rs Add a suggestion to use unused asm arguments in comments 2020-06-11 05:34:43 +01:00
bad-template.stderr Add a suggestion to use unused asm arguments in comments 2020-06-11 05:34:43 +01:00
const.rs Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
duplicate-options.fixed Make suggestion machine-applicable 2020-06-20 11:12:43 -07:00
duplicate-options.rs Make suggestion machine-applicable 2020-06-20 11:12:43 -07:00
duplicate-options.stderr Fix duplicate options error 2020-06-20 11:12:43 -07:00
inline-syntax.arm.stderr Add test to allow bad_asm_style 2021-04-11 15:11:02 +01:00
inline-syntax.rs Add test to allow bad_asm_style 2021-04-11 15:11:02 +01:00
inline-syntax.x86_64.stderr Add test to allow bad_asm_style 2021-04-11 15:11:02 +01:00
interpolated-idents.rs builtin_macros: Fix use of interpolated identifiers in asm! 2020-10-06 00:18:03 +03:00
interpolated-idents.stderr builtin_macros: Fix use of interpolated identifiers in asm! 2020-10-06 00:18:03 +03:00
issue-72570.rs add test for #72960 2020-06-05 12:08:54 +02:00
issue-72570.stderr add test for #72960 2020-06-05 12:08:54 +02:00
naked-functions.rs Validate naked functions definitions 2020-12-07 00:00:00 +00:00
naked-functions.stderr Validate naked functions definitions 2020-12-07 00:00:00 +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 Bless test. 2020-11-26 21:32:28 +01:00
noreturn.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
parse-error.rs Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
parse-error.stderr Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
rustfix-asm.fixed Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
rustfix-asm.rs Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
rustfix-asm.stderr Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
srcloc.rs Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplett 2021-03-27 12:37:19 +09:00
srcloc.stderr asm: Allow multiple template strings; interpret them as newline-separated 2020-06-15 12:35:27 -07:00
sym.rs reduce threads spawned by ui-tests 2021-04-09 04:58:53 +02:00
type-check-1.rs Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
type-check-1.stderr Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
type-check-2.rs Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
type-check-2.stderr Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
type-check-3.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
type-check-3.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
type-check-4.rs Add borrow-check test 2020-05-18 14:41:34 +01:00
type-check-4.stderr Add borrow-check test 2020-05-18 14:41:34 +01:00