Skip to content

Commit 0aa4692

Browse files
committed
Ignore broken and non-applicable tests
c-link-to-rust-va-list-fn: unstable feature, broken on aarch64, rust-lang#56475 env-funky-keys: can't handle LD_PRELOAD (e.g. sandbox) long-linker-command-lines: takes >10 minutes to run (but still passes) simd-intrinsic-generic-bitmask.rs: broken on BE, rust-lang#59356 sparc-struct-abi: no sparc target sysroot-crates-are-unstable: can't run rustc without RPATH
1 parent af5aee5 commit 0aa4692

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

Diff for: src/test/codegen/sparc-struct-abi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// only-sparc64
66
// compile-flags: -O --target=sparc64-unknown-linux-gnu --crate-type=rlib
7+
// ignore-test
78
#![feature(no_core, lang_items)]
89
#![no_core]
910

Diff for: src/test/run-make-fulldeps/c-link-to-rust-va-list-fn/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ignore-aarch64
2+
13
-include ../tools.mk
24

35
all:

Diff for: src/test/run-make-fulldeps/long-linker-command-lines/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ignore-test
2+
13
-include ../tools.mk
24

35
all:

Diff for: src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# ignore-test
2+
13
-include ../tools.mk
24

35
all:

Diff for: src/test/ui/env-funky-keys.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// run-pass
22
// Ignore this test on Android, because it segfaults there.
33

4+
// ignore-test
45
// ignore-android
56
// ignore-windows
67
// ignore-cloudabi no execve

Diff for: src/test/ui/simd/simd-intrinsic-generic-bitmask.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#![allow(non_camel_case_types)]
33

44
// ignore-emscripten
5+
// ignore-powerpc
6+
// ignore-powerpc64
57

68
// Test that the simd_bitmask intrinsic produces correct results.
79

0 commit comments

Comments
 (0)