8000 tests/run-tests: Enable extmod/machine1.py on pyboard. · micropython/micropython@1e3a7c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e3a7c4

Browse files
committed
tests/run-tests: Enable extmod/machine1.py on pyboard.
It now works.
1 parent 48feb8a commit 1e3a7c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
237237
skip_tests.add('float/float_divmod.py') # tested by float/float_divmod_relaxed.py instead
238238
skip_tests.add('float/float2int_doubleprec.py') # requires double precision floating point to work
239239
skip_tests.add('micropython/meminfo.py') # output is very different to PC output
240-
skip_tests.add('extmod/machine1.py') # raw memory access not supported
241240
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported
242241

243242
if args.target == 'wipy':

0 commit comments

Comments
 (0)
0