diff options
author | Damien George <damien.p.george@gmail.com> | 2016-10-17 13:18:27 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-10-17 13:18:27 +1100 |
commit | 1e3a7c4ac57c7102bf7fe24a5432b29ec0718c0c (patch) | |
tree | 6209ce48a24e9a8ef51cc05b25792580ecd5cc5f | |
parent | 48feb8ac6e80ef4d0489bedee4c9f68f96015967 (diff) | |
download | micropython-1e3a7c4ac57c7102bf7fe24a5432b29ec0718c0c.tar.gz micropython-1e3a7c4ac57c7102bf7fe24a5432b29ec0718c0c.zip |
tests/run-tests: Enable extmod/machine1.py on pyboard.
It now works.
-rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 422d7463af..4ac7d8e28f 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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': |