micropython/tests/stress
Jim Mussared 52f76cf4fc tests/stress/bytecode_limit.py: Reverse order of cases.
The PYBD_SF2 is right on the limit of being able to run this test and so
it succeeds the first two cases and fails the next two with MemoryError.

This causes it to SKIP, but that only works if it's the first thing
printed. So reverse the order of the tests so it fails on the biggest
one first.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-09-29 11:44:20 +10:00
..
bytecode_limit.py tests/stress/bytecode_limit.py: Reverse order of cases. 2023-09-29 11:44:20 +10:00
bytecode_limit.py.exp tests/stress/bytecode_limit.py: Reverse order of cases. 2023-09-29 11:44:20 +10:00
dict_copy.py
dict_create.py
dict_create_max.py
fun_call_limit.py
fun_call_limit.py.exp
gc_trace.py
list_sort.py
qstr_limit.py
qstr_limit.py.exp
recursion.py
recursive_data.py
recursive_data.py.exp
recursive_gen.py
recursive_iternext.py
recursive_iternext.py.exp