Skip to content

Commit

Permalink
tests: Disable float/float2int.py on pyboard (needs double prec).
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Dec 31, 2014
1 parent 2c75665 commit 816a46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def run_tests(pyb, tests, args):
# Some tests shouldn't be run on pyboard
if pyb is not None:
skip_tests.add('float/float_divmod.py') # tested by float/float_divmod_relaxed.py instead
skip_tests.add('float/float2int.py') # requires double precision floating point to work

# Some tests are known to fail on 64-bit machines
if pyb is None and platform.architecture()[0] == '64bit':
Expand Down

0 comments on commit 816a46a

Please sign in to comment.