about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-31 23:14:47 +0100
committerGitHub <noreply@github.com>2021-12-31 23:14:47 +0100
commit81f5dbdbd1fdc4a561a0a762c8ba1d9a304e1ffd (patch)
tree9b5db836d8856ac30db3a7d8e64ddf7a5cf0a41d
parent83226039707fa69eeb18994bb1293db567eacd42 (diff)
parent59bf63b1446b135dd573c14ef1d426e42e02ff37 (diff)
downloadrust-81f5dbdbd1fdc4a561a0a762c8ba1d9a304e1ffd.tar.gz
rust-81f5dbdbd1fdc4a561a0a762c8ba1d9a304e1ffd.zip
Rollup merge of #92405 - bjorn3:more_needs_inline_asm, r=lqd
Add a couple needs-asm-support headers to tests

This will allow them to be ignored by codegen backends that don't support inline asm.
-rw-r--r--src/test/incremental/hashes/inline_asm.rs1
-rw-r--r--src/test/incremental/issue-72386.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/incremental/hashes/inline_asm.rs b/src/test/incremental/hashes/inline_asm.rs
index a5d53258a7b..1ddb345e566 100644
--- a/src/test/incremental/hashes/inline_asm.rs
+++ b/src/test/incremental/hashes/inline_asm.rs
@@ -8,6 +8,7 @@
 // build-pass (FIXME(62277): could be check-pass?)
 // revisions: cfail1 cfail2 cfail3 cfail4 cfail5 cfail6
 // compile-flags: -Z query-dep-graph
+// needs-asm-support
 // [cfail1]compile-flags: -Zincremental-ignore-spans
 // [cfail2]compile-flags: -Zincremental-ignore-spans
 // [cfail3]compile-flags: -Zincremental-ignore-spans
diff --git a/src/test/incremental/issue-72386.rs b/src/test/incremental/issue-72386.rs
index be624faad04..5917152e1bc 100644
--- a/src/test/incremental/issue-72386.rs
+++ b/src/test/incremental/issue-72386.rs
@@ -1,4 +1,5 @@
 // revisions: rpass1 cfail1 rpass3
+// needs-asm-support
 // only-x86_64
 // Regression test for issue #72386
 // Checks that we don't ICE when switching to an invalid register