mirror of https://github.com/rust-lang/rust.git
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.
This commit is contained in:
parent
8e214cbc06
commit
4851d5663c
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test that if we build `b` against a version of `a` that has one set
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test that -A warnings makes the 'empty trait list for derive' warning go away
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test that -A warnings makes the 'empty trait list for derive' warning go away
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-macos
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-macos
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(TMPDIR)/$(call BIN,bar)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-freebsd
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,cfoo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,cfoo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: archive
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,add)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
TARGET_SYSROOT := $(shell $(RUSTC) --print sysroot)/lib/rustlib/$(TARGET)/lib
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# Test that allocator-related symbols don't show up as exported from a cdylib as
|
||||
# they're internal to Rust and not part of the public ABI.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call RUN_BINFILE,foo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Ensure that crates compiled with different rustc versions cannot
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Check that valid binaries are persisted by running them, regardless of whether the --run or --no-run option is used.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Attempt to build this dependency tree:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test mixing pathless --extern with paths.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-windows-msvc
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,ctest)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,ctest)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: foo
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: foo
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# ignore-i686-pc-windows-gnu
|
||||
|
||||
# This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-windows
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# only-gnu
|
||||
# only-linux
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# rust-lang/rust#70924: Test that if we add rust-src component in between two
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# The rust crate foo will link to the native library foo, while the rust crate
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# This test ensures that if you have the same rlib or dylib at two locations
|
||||
# in the same path that you don't hit an assertion in the compiler.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
include ../tools.mk
|
||||
|
||||
# ignore-cross-compile
|
||||
|
||||
# Test to make sure that reachable extern fns are always available in final
|
||||
# productcs, including when LTO is used. In this test, the `foo` crate has a
|
||||
# reahable symbol, and is a dependency of the `bar` crate. When the `bar` crate
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,foo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test output to be four
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: foo.rs
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# only-linux
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-windows
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# ignore-none no-std is not supported
|
||||
# ignore-wasm32 FIXME: don't attempt to compile C++ to WASM
|
||||
# ignore-wasm64 FIXME: don't attempt to compile C++ to WASM
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# Regression test for issue #68794
|
||||
#
|
||||
# Verify that no text relocations are accidentally introduced by linking a
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test that previously triggered a linker failure with root cause
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-msvc
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Different optimization levels imply different values for `-Zshare-generics`,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-windows
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test expected libtest's JSON output
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call DYLIB,return1) $(call DYLIB,return2) $(call NATIVE_STATICLIB,return3)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Verifies that the -L arguments given to the linker is in the same order
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,foo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,foo)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Test that we don't run into an assertion when using a Rust dylib dependency
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: cdylib-fat cdylib-thin
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,foo) $(call NATIVE_STATICLIB,bar)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Apparently older versions of GCC segfault if -g is passed...
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: noparam bool_true bool_false thin fat
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(TMPDIR)/libbar.a
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# Testing various mixings of rlibs and dylibs. Makes sure that it's possible to
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
ifdef IS_MSVC
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
# Regression test for issue #10973
|
||||
|
||||
include ../tools.mk
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# check that rustc builds all crate_type attributes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# FIXME: it would be good to check that it's actually the rightmost flags
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all: $(call NATIVE_STATICLIB,test)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# ignore-cross-compile
|
||||
include ../tools.mk
|
||||
|
||||
# ignore-windows
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue