mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
Merge #19958
19958: tests/unittests: blacklist LLVM on native r=maribu a=benpicco Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
This commit is contained in:
commit
eee4ce1050
@ -13,6 +13,12 @@ ifeq (, $(UNIT_TESTS))
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init auto_init_%
|
DISABLE_MODULE += auto_init auto_init_%
|
||||||
|
|
||||||
# boards using stdio via CDC ACM require auto_init to automatically
|
# boards using stdio via CDC ACM require auto_init to automatically
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user