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 py: Fix compiling and decoding of *args at large arg positions. 2022-04-01 09:20:42 +11:00
fun_call_limit.py.exp py: Fix compiling and decoding of *args at large arg positions. 2022-04-01 09:20:42 +11:00
gc_trace.py
list_sort.py
qstr_limit.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
qstr_limit.py.exp
recursion.py
recursive_data.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
recursive_data.py.exp
recursive_gen.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
recursive_iternext.py
recursive_iternext.py.exp