Skip to content

Commit 5ad27d4

Browse files
committed
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.
1 parent 605fdcf commit 5ad27d4

6 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/run-tests

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ def run_tests(pyb, tests, args, base_path="."):
312312

313313
if args.target == 'wipy':
314314
skip_tests.add('misc/print_exception.py') # requires error reporting full
315-
skip_tests.add('misc/recursion.py') # requires stack checking enabled
316-
skip_tests.add('misc/recursive_data.py') # requires stack checking enabled
317-
skip_tests.add('misc/recursive_iternext.py') # requires stack checking enabled
318315
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
319316
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
320317
skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy

0 commit comments

Comments
 (0)