Skip to content

Commit 9bb780c

Browse files
committed
add a few more missing test annotations
1 parent 100ff62 commit 9bb780c

File tree

4,518 files changed

+5353
-5353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,518 files changed

+5353
-5353
lines changed

tests/ui/abi/abi-sysv64-arg-passing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// Checks if the "sysv64" calling convention behaves the same as the
33
// "C" calling convention on platforms where both should be the same
44

tests/ui/abi/abi-sysv64-register-usage.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// run-pass
1+
//@run
22
// Checks if the correct registers are being used to pass arguments
33
// when the sysv64 ABI is specified.
44

55
// ignore-android
66
// ignore-arm
77
// ignore-aarch64
8-
// needs-asm-support
8+
//@needs-asm-support
99

1010
#[cfg(target_arch = "x86_64")]
1111
pub extern "sysv64" fn all_the_registers(

tests/ui/abi/anon-extern-mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// pretty-expanded FIXME #23616
33
// ignore-wasm32-bare no libc to test ffi with
44

tests/ui/abi/c-stack-as-value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// pretty-expanded FIXME #23616
33
// ignore-wasm32-bare no libc to test ffi with
44

tests/ui/abi/c-stack-returning-int64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// ignore-wasm32-bare no libc to test with
33
// ignore-sgx no libc
44

tests/ui/abi/cabi-int-widening.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// ignore-wasm32-bare no libc to test ffi with
33

44
#[link(name = "rust_test_helpers", kind = "static")]

tests/ui/abi/cross-crate/anon-extern-mod-cross-crate-2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// run-pass
2-
// aux-build:anon-extern-mod-cross-crate-1.rs
1+
//@run
2+
//@aux-build:anon-extern-mod-cross-crate-1.rs
33
// pretty-expanded FIXME #23616
44
// ignore-wasm32-bare no libc to test ffi with
55

tests/ui/abi/cross-crate/duplicated-external-mods.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// run-pass
2-
// aux-build:anon-extern-mod-cross-crate-1.rs
3-
// aux-build:anon-extern-mod-cross-crate-1.rs
1+
//@run
2+
//@aux-build:anon-extern-mod-cross-crate-1.rs
3+
//@aux-build:anon-extern-mod-cross-crate-1.rs
44
// pretty-expanded FIXME #23616
55
// ignore-wasm32-bare no libc to test ffi with
66

tests/ui/abi/extern/extern-call-deep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
// ignore-wasm32-bare no libc to test ffi with
33
// ignore-emscripten blows the JS stack
44

tests/ui/abi/extern/extern-call-deep2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@run
22
#![allow(unused_must_use)]
33
// ignore-emscripten no threads support
44
#![feature(rustc_private)]

0 commit comments

Comments
 (0)