Skip to content

Commit

Permalink
Rollup merge of #115378 - ferrocene:ignore-cross-compile, r=lqd
Browse files Browse the repository at this point in the history
`ignore-cross-compile` remaining tests that run binaries

Follow up to #114958
  • Loading branch information
matthiaskrgr authored Aug 30, 2023
2 parents e8dfe12 + 76ee9ac commit 526aae6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-make/pgo-branch-weights/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/pgo-gen-lto/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/pgo-gen/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/pgo-indirect-call-promotion/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/pgo-use/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/pointer-auth-link-with-c/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include ../tools.mk

# only-aarch64
# ignore-cross-compile

all:
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c
Expand Down
1 change: 1 addition & 0 deletions tests/run-make/profile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# needs-profiler-support
# ignore-cross-compile

include ../tools.mk

Expand Down

0 comments on commit 526aae6

Please sign in to comment.