We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5cd93 commit 3ce2264Copy full SHA for 3ce2264
tests/pkg/lua_loader/Makefile
@@ -7,6 +7,9 @@ USEMODULE += stdin
7
8
BOARD_WHITELIST += native native64 samr21-xpro
9
10
+# currently fails with a Floating point exception - see #495
11
+TEST_ON_CI_BLACKLIST += native
12
+
13
ifeq (,$(filter native native64,$(BOARD)))
14
# This stack size is large enough to run Lua print() functions of
15
# various lengths. Other functions untested.
0 commit comments