Skip to content

Commit 958e273

Browse files
author
Daniel Campora
committed
tests: Skip extmod machine tests when target is WiPy.
1 parent c92e6a4 commit 958e273

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/run-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def run_tests(pyb, tests, args):
197197
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
198198
skip_tests.add('extmod/ujson_dumps_float.py') # requires floating point
199199
skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
200+
skip_tests.add('extmod/machine1.py') # raw memory access not supported by WiPy
201+
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported by WiPy
200202
skip_tests.add('basics/exception_chain.py') # warning is not printed
201203

202204
# Some tests are known to fail on 64-bit machines

0 commit comments

Comments
 (0)