Skip to content

Commit

Permalink
Ignore broken and non-applicable tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
smaeul committed Oct 8, 2019
1 parent 45081d6 commit 7a79721
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/codegen/sparc-struct-abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

Expand Down
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/c-link-to-rust-va-list-fn/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ignore-aarch64

-include ../tools.mk

all:
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/linker-output-non-utf8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# This also does not work on Apple APFS due to the filesystem requiring
# valid UTF-8 paths.

# ignore-musl

# The zzz it to allow humans to tab complete or glob this thing.
bad_dir := $(TMPDIR)/zzz$$'\xff'

Expand Down
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/long-linker-command-lines/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ignore-test

-include ../tools.mk

all:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ignore-test

-include ../tools.mk

all:
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/env-funky-keys.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// run-pass
// Ignore this test on Android, because it segfaults there.

// ignore-test
// ignore-android
// ignore-windows
// ignore-cloudabi no execve
Expand Down
2 changes: 2 additions & 0 deletions src/test/ui/simd/simd-intrinsic-generic-bitmask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#![allow(non_camel_case_types)]

// ignore-emscripten
// ignore-powerpc
// ignore-powerpc64

// Test that the simd_bitmask intrinsic produces correct results.

Expand Down

0 comments on commit 7a79721

Please sign in to comment.