diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-29 15:14:50 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-29 15:16:47 +0100 |
| commit | 59bf63b1446b135dd573c14ef1d426e42e02ff37 (patch) | |
| tree | 212a8cc93ce9120d0bde8ffeca9abfdb495f2d90 /src | |
| parent | 6211dd7250e9b8e80733f74911ca88c661adb1a9 (diff) | |
| download | rust-59bf63b1446b135dd573c14ef1d426e42e02ff37.tar.gz rust-59bf63b1446b135dd573c14ef1d426e42e02ff37.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/incremental/hashes/inline_asm.rs | 1 | ||||
| -rw-r--r-- | src/test/incremental/issue-72386.rs | 1 |
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 |
