Skip to content

Commit cc6d3d3

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) sysroot-crates-are-unstable: can't run rustc without RPATH
1 parent 6c41265 commit cc6d3d3

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

tests/run-make/c-link-to-rust-va-list-fn/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ignore-cross-compile
2+
# ignore-aarch64
3+
24
include ../tools.mk
35

46
all:

tests/run-make/long-linker-command-lines/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ignore-cross-compile
2+
# ignore-test
3+
24
include ../tools.mk
35

46
all:

tests/run-make/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:

tests/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-wasm32 no execve

0 commit comments

Comments
 (0)