Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |