Skip to content

Commit

Permalink
tests/bench/runtime_coreapis: disable test with LLVM
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maribu committed Jul 18, 2023
1 parent 07a6948 commit 708e5ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bench/runtime_coreapis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ include ../Makefile.bench_common
USEMODULE += core_thread_flags
USEMODULE += benchmark

ifeq (llvm,$(TOOLCHAIN))
# the floating point exception bug is more likely to trigger when build
# with LLVM, so we just disable LLVM on native as a work around
TEST_ON_CI_BLACKLIST += native
endif

include $(RIOTBASE)/Makefile.include

0 comments on commit 708e5ea

Please sign in to comment.