| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 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. | |||
| 2018-04-10 | tests/stress/recursive_gen: Add test for recursive gen with iter. | Damien George | |
| 2018-04-10 | py/objgenerator: Check stack before resuming a generator. | Jeff Epler | |
| This turns a hard crash in a recursive generator into a 'maximum recursion depth exceeded' exception. | |||
| 2018-04-04 | tests/stress: Add test to verify the GC can trace nested objects. | Damien George | |
| 2018-02-24 | tests/stress: Add test to create a dict beyond "maximum" rehash size. | Damien George | |
| There is a finite list of ascending primes used for the size of a hash table, and this test tests that the code can handle a dict larger than the maximum value in that list of primes. Adding this tests gets py/map.c to 100% coverage. | |||
| 2016-03-15 | tests: Add new subdir "stress/" specifically for stress tests. | Damien George | |
