qemu/boards/SABRELITE.mk: Remove exception for omitted tests.
This commit re-introduces `tests/extmod/vfs_rom.py` and `tests/float/math_domain.py` to the test suite, as the issues that made them fail have now been addressed. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
committed by
Damien George
parent
c610199f2d
commit
a46e842807
@@ -17,6 +17,3 @@ MPY_CROSS_FLAGS += -march=armv6
|
||||
|
||||
# These tests don't work on Cortex-A9, so exclude them.
|
||||
RUN_TESTS_ARGS += --exclude 'inlineasm/thumb/(asmbcc|asmbitops|asmconst|asmdiv|asmit|asmspecialregs).py'
|
||||
|
||||
# These tests fail with via-mpy and the native (armv6) emitter, so exclude them.
|
||||
RUN_TESTS_ARGS += --exclude 'extmod/vfs_rom.py|float/math_domain.py'
|
||||
|
||||
Reference in New Issue
Block a user