Skip to content

Commit

Permalink
tests/run-tests: Enable extmod/machine1.py on pyboard.
Browse files Browse the repository at this point in the history
It now works.
  • Loading branch information
dpgeorge committed Oct 17, 2016
1 parent 48feb8a commit 1e3a7c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run-tests
Expand Up @@ -237,7 +237,6 @@ def run_tests(pyb, tests, args):
skip_tests.add('float/float_divmod.py') # tested by float/float_divmod_relaxed.py instead
skip_tests.add('float/float2int_doubleprec.py') # requires double precision floating point to work
skip_tests.add('micropython/meminfo.py') # output is very different to PC output
skip_tests.add('extmod/machine1.py') # raw memory access not supported
skip_tests.add('extmod/machine_mem.py') # raw memory access not supported

if args.target == 'wipy':
Expand Down

0 comments on commit 1e3a7c4

Please sign in to comment.