Skip to content

Commit 4851d56

Browse files
committed
ignore failing cross-compiled run-make tests
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
1 parent 8e214cb commit 4851d56

File tree

126 files changed

+127
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+127
-0
lines changed

tests/run-make/a-b-a-linker-guard/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# Test that if we build `b` against a version of `a` that has one set

tests/run-make/allow-non-lint-warnings-cmdline/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# Test that -A warnings makes the 'empty trait list for derive' warning go away

tests/run-make/allow-warnings-cmdline-stability/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# Test that -A warnings makes the 'empty trait list for derive' warning go away

tests/run-make/archive-duplicate-names/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
all:

tests/run-make/arguments-non-c-like-enum/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
all:

tests/run-make/bare-outfile/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
all:

tests/run-make/c-dynamic-dylib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# ignore-macos

tests/run-make/c-dynamic-rlib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# ignore-macos

tests/run-make/c-link-to-rust-dylib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
all: $(TMPDIR)/$(call BIN,bar)

tests/run-make/c-link-to-rust-staticlib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ignore-cross-compile
12
include ../tools.mk
23

34
# ignore-freebsd

0 commit comments

Comments
 (0)