Skip to content

Commit 7a79721

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 45081d6 commit 7a79721

File tree

7 files changed

+12
-0
lines changed

7 files changed

+12
-0
lines changed

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

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:

src/test/run-make-fulldeps/linker-output-non-utf8/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# This also does not work on Apple APFS due to the filesystem requiring
1414
# valid UTF-8 paths.
1515

16+
# ignore-musl
17+
1618
# The zzz it to allow humans to tab complete or glob this thing.
1719
bad_dir := $(TMPDIR)/zzz$$'\xff'
1820

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:

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:

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

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)