diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-14 22:07:52 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-14 22:07:52 +1100 |
commit | 923ec1169f2c14bd97ffbc01c5a78d31c6e9eded (patch) | |
tree | fc36b2accf63e8f62fa7a30e58fac64ecf356d31 | |
parent | 3f7aa330fd9e69ef576e911d926ebdadd568c5ea (diff) |
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
-rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 6a78c2764..b1bb7dd84 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -261,7 +261,7 @@ def run_tests(pyb, tests, args): if pyb is not None: skip_tests.add('basics/exception_chain.py') # warning is not printed 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('float/float2int_doubleprec_intbig.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/machine_mem.py') # raw memory access not supported |