Skip to content

Commit 59bf63b

Browse files
committed
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.
1 parent 6211dd7 commit 59bf63b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: src/test/incremental/hashes/inline_asm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// build-pass (FIXME(62277): could be check-pass?)
99
// revisions: cfail1 cfail2 cfail3 cfail4 cfail5 cfail6
1010
// compile-flags: -Z query-dep-graph
11+
// needs-asm-support
1112
// [cfail1]compile-flags: -Zincremental-ignore-spans
1213
// [cfail2]compile-flags: -Zincremental-ignore-spans
1314
// [cfail3]compile-flags: -Zincremental-ignore-spans

Diff for: src/test/incremental/issue-72386.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// revisions: rpass1 cfail1 rpass3
2+
// needs-asm-support
23
// only-x86_64
34
// Regression test for issue #72386
45
// Checks that we don't ICE when switching to an invalid register

0 commit comments

Comments
 (0)