summaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-04-04 12:26:43 +1000
committerDamien George <damien.p.george@gmail.com>2017-04-04 12:26:43 +1000
commit805b1c8bc3424003a86c9ad270661ef31a8f6f56 (patch)
tree7762207ae0edab92ee8064be4cb15ff7ace24f4e /tests/run-tests
parent677fb3101525bc655d9fd548b8c2cecfc8deefd2 (diff)
tests/run-tests: Update names of tests that may need skipping.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 177c9a5c8..87d12ba36 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -249,6 +249,7 @@ def run_tests(pyb, tests, args):
if not has_complex:
skip_tests.add('float/complex1.py')
+ skip_tests.add('float/complex1_intbig.py')
skip_tests.add('float/int_big_float.py')
skip_tests.add('float/true_value.py')
skip_tests.add('float/types.py')
@@ -285,7 +286,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('extmod/urandom_basic.py') # requires urandom
skip_tests.add('extmod/urandom_extra.py') # requires urandom
elif args.target == 'esp8266':
- skip_tests.add('float/float2int.py') # requires at least fp32, there's float2int_fp30.py instead
+ skip_tests.add('float/float2int_intbig.py') # requires at least fp32, there's float2int_fp30_intbig.py instead
skip_tests.add('float/string_format.py') # requires at least fp32, there's string_format_fp30.py instead
skip_tests.add('float/bytes_construct.py') # requires fp32
skip_tests.add('float/bytearray_construct.py') # requires fp32