Skip to content

Commit a46e842

Browse files
agattidpgeorge
authored andcommitted
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 <[email protected]>
1 parent c610199 commit a46e842

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/qemu/boards/SABRELITE.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ MPY_CROSS_FLAGS += -march=armv6
1717

1818
# These tests don't work on Cortex-A9, so exclude them.
1919
RUN_TESTS_ARGS += --exclude 'inlineasm/thumb/(asmbcc|asmbitops|asmconst|asmdiv|asmit|asmspecialregs).py'
20-
21-
# These tests fail with via-mpy and the native (armv6) emitter, so exclude them.
22-
RUN_TESTS_ARGS += --exclude 'extmod/vfs_rom.py|float/math_domain.py'

0 commit comments

Comments
 (0)