Skip to content
Snippets Groups Projects
Commit 5ad27d4b authored by Damien George's avatar Damien George
Browse files

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.
parent 605fdcf7
No related branches found
No related tags found
No related merge requests found
...@@ -312,9 +312,6 @@ def run_tests(pyb, tests, args, base_path="."): ...@@ -312,9 +312,6 @@ def run_tests(pyb, tests, args, base_path="."):
if args.target == 'wipy': if args.target == 'wipy':
skip_tests.add('misc/print_exception.py') # requires error reporting full 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.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/zlibd_decompress.py') # requires zlib
skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment