summaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-04-10 14:42:42 +1000
committerDamien George <damien.p.george@gmail.com>2018-04-10 14:43:52 +1000
commit5ad27d4b8bb248954d98178e068a382599dadfa6 (patch)
tree0b9827eefb7d588728fb57325d87cd0bb896357d /tests/run-tests
parent605fdcf754c2c3f80f71e2dc83dcb3a4e74e5d95 (diff)
tests: Move recursive tests to the tests/stress/ subdir.
Keeping all the stress related tests in one place makes it easier to stress-test a given port, and to also not run such tests on ports that can't handle them.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 42037831d..71eab4905 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -312,9 +312,6 @@ def run_tests(pyb, tests, args, base_path="."):
if args.target == 'wipy':
skip_tests.add('misc/print_exception.py') # requires error reporting full
- skip_tests.add('misc/recursion.py') # requires stack checking enabled
- skip_tests.add('misc/recursive_data.py') # requires stack checking enabled
- skip_tests.add('misc/recursive_iternext.py') # requires stack checking enabled
skip_tests.update({'extmod/uctypes_%s.py' % t for t in 'bytearray le native_le ptr_le ptr_native_le sizeof sizeof_native array_assign_le array_assign_native_le'.split()}) # requires uctypes
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy