mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Rollup merge of #115378 - ferrocene:ignore-cross-compile, r=lqd
`ignore-cross-compile` remaining tests that run binaries Follow up to https://github.com/rust-lang/rust/pull/114958
This commit is contained in:
commit
a0d2cb0e0e
@ -1,5 +1,6 @@
|
||||
# needs-profiler-support
|
||||
# ignore-windows-gnu
|
||||
# ignore-cross-compile
|
||||
|
||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
||||
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# needs-profiler-support
|
||||
# ignore-windows-gnu
|
||||
# ignore-cross-compile
|
||||
|
||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
||||
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# needs-profiler-support
|
||||
# ignore-windows-gnu
|
||||
# ignore-cross-compile
|
||||
|
||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
||||
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# needs-profiler-support
|
||||
# ignore-windows-gnu
|
||||
# ignore-cross-compile
|
||||
|
||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
||||
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# needs-profiler-support
|
||||
# ignore-windows-gnu
|
||||
# ignore-cross-compile
|
||||
|
||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
||||
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||
|
@ -1,6 +1,7 @@
|
||||
include ../tools.mk
|
||||
|
||||
# only-aarch64
|
||||
# ignore-cross-compile
|
||||
|
||||
all:
|
||||
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c
|
||||
|
@ -1,4 +1,5 @@
|
||||
# needs-profiler-support
|
||||
# ignore-cross-compile
|
||||
|
||||
include ../tools.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user