micropython/tests/stress
Jeff Epler cbf981f330 py/objgenerator: Check stack before resuming a generator.
This turns a hard crash in a recursive generator into a 'maximum recursion
depth exceeded' exception.
2018-04-10 14:06:26 +10:00
..
dict_copy.py tests: Add new subdir "stress/" specifically for stress tests. 2016-03-15 13:20:18 +00:00
dict_create_max.py tests/stress: Add test to create a dict beyond "maximum" rehash size. 2018-02-24 23:14:39 +11:00
dict_create.py tests: Add new subdir "stress/" specifically for stress tests. 2016-03-15 13:20:18 +00:00
gc_trace.py tests/stress: Add test to verify the GC can trace nested objects. 2018-04-04 14:22:54 +10:00
list_sort.py tests: Add new subdir "stress/" specifically for stress tests. 2016-03-15 13:20:18 +00:00
recursive_gen.py py/objgenerator: Check stack before resuming a generator. 2018-04-10 14:06:26 +10:00