ignore-cross-compile
remaining tests that run binaries
This commit is contained in:
parent
61efe9d298
commit
76ee9acc61
@ -1,5 +1,6 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
# ignore-windows-gnu
|
# ignore-windows-gnu
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
# 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.
|
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
# ignore-windows-gnu
|
# ignore-windows-gnu
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
# 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.
|
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
# ignore-windows-gnu
|
# ignore-windows-gnu
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
# 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.
|
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
# ignore-windows-gnu
|
# ignore-windows-gnu
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
# 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.
|
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
# ignore-windows-gnu
|
# ignore-windows-gnu
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
# FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
|
# 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.
|
# properly. Since we only have GCC on the CI ignore the test for now.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
include ../tools.mk
|
include ../tools.mk
|
||||||
|
|
||||||
# only-aarch64
|
# only-aarch64
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c
|
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# needs-profiler-support
|
# needs-profiler-support
|
||||||
|
# ignore-cross-compile
|
||||||
|
|
||||||
include ../tools.mk
|
include ../tools.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user