Skip to content

Commit 708e5ea

Browse files
committed
tests/bench/runtime_coreapis: disable test with LLVM
This triggers a known bug much more often than with gnu toolchains to the point that merging this PR without disabling the test would render the CI useless.
1 parent 07a6948 commit 708e5ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/bench/runtime_coreapis/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ include ../Makefile.bench_common
44
USEMODULE += core_thread_flags
55
USEMODULE += benchmark
66

7+
ifeq (llvm,$(TOOLCHAIN))
8+
# the floating point exception bug is more likely to trigger when build
9+
# with LLVM, so we just disable LLVM on native as a work around
10+
TEST_ON_CI_BLACKLIST += native
11+
endif
12+
713
include $(RIOTBASE)/Makefile.include

0 commit comments

Comments
 (0)