aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2015-06-25 10:50:00 +0100
committerDamien George2015-06-25 10:50:00 +0100
commite44c1d3acef6d1a81e9496d1a4a8c4d12e2fd0a6 (patch)
tree4e52070b638ed299323e9ee0f9a151740e1da06e /tests/run-tests
parent186b355b286d00a46b3eb1db6341c17763f30f10 (diff)
tests: Split out json float tests to separate files.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-tests b/tests/run-tests
index c4868b3c2..bd2cbfd02 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -155,8 +155,8 @@ def run_tests(pyb, tests, args):
skip_tests.add('misc/rge_sm.py') # requires floating point
skip_tests.update({'extmod/uctypes_%s.py' % t for t in 'bytearray le native_le ptr_le ptr_native_le sizeof sizeof_native'.split()}) # requires uctypes
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
- skip_tests.add('extmod/ujson_dumps.py') # requires floating point
- skip_tests.add('extmod/ujson_loads.py') # requires floating point
+ skip_tests.add('extmod/ujson_dumps_float.py') # requires floating point
+ skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
# Some tests are known to fail on 64-bit machines
if pyb is None and platform.architecture()[0] == '64bit':