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)
sysroot-crates-are-unstable: can't run rustc without RPATH
  • Loading branch information
smaeul committed Sep 1, 2023
1 parent 1ce31f8 commit db35017
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-make/c-link-to-rust-va-list-fn/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ignore-cross-compile
# ignore-aarch64

include ../tools.mk

all:
Expand Down
2 changes: 2 additions & 0 deletions tests/run-make/long-linker-command-lines/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ignore-cross-compile
# ignore-test

include ../tools.mk

all:
Expand Down
2 changes: 2 additions & 0 deletions tests/run-make/sysroot-crates-are-unstable/Makefile
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 tests/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-emscripten no execve
Expand Down

0 comments on commit db35017

Please sign in to comment.