Replace ignore-everything with only-arch
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.
This commit is contained in:
parent
040bc3447e
commit
20ebbf467d
15 changed files with 74 additions and 184 deletions
|
@ -1,24 +1,6 @@
|
|||
// ignore-aarch64
|
||||
// ignore-arm
|
||||
// ignore-avr
|
||||
// ignore-bpf
|
||||
// ignore-bpf
|
||||
// ignore-hexagon
|
||||
// ignore-mips
|
||||
// ignore-mips64
|
||||
// ignore-msp430
|
||||
// ignore-powerpc64
|
||||
// ignore-powerpc
|
||||
// ignore-sparc
|
||||
// ignore-sparc64
|
||||
// ignore-s390x
|
||||
// ignore-thumb
|
||||
// ignore-nvptx64
|
||||
// ignore-spirv
|
||||
// ignore-wasm32
|
||||
// ignore-wasm64
|
||||
// ignore-emscripten
|
||||
// ignore-loongarch64
|
||||
// revisions: x32 x64
|
||||
//[x32] only-x86
|
||||
//[x64] only-x86_64
|
||||
// compile-flags: -C no-prepopulate-passes
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue