| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-10 | tests: Move recursive tests to the tests/stress/ subdir. | Damien George | |
| 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. | |||
| 2017-06-10 | tests: Convert remaining "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-03-11 | tests/misc/: Make few tests skippable. | Paul Sokolovsky | |
| 2016-06-04 | tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS. | Paul Sokolovsky | |
| 2016-06-03 | tests/misc/recursive_iternext: Provide more fine-grained selection of N. | Damien George | |
| To work on a variety of ports the selection of N is very specific. | |||
| 2016-06-03 | tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000. | Damien George | |
| This makes the test reliably overflow the recursion limit (which is the correct behaviour) on Mac OS X. | |||
| 2016-03-07 | tests/recursive_iternext.py: Make low-heap friendly. | Paul Sokolovsky | |
| 2015-06-03 | tests: Add test for recursive iternext stack overflow. | Damien George | |
