This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d3df25891a
circuitpython
/
tests
/
stress
/
bytecode_limit.py.exp
6 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py/emitbc: Add check for bytecode jump offset overflow. Signed-off-by: Damien George <damien@micropython.org>
2022-03-17 22:18:59 -04:00
RuntimeError
RuntimeError
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-28 00:37:29 -04:00
cond false
cond false
tests/stress: Adjust bytecode_limit test so it can SKIP if no memory. Signed-off-by: Damien George <damien@micropython.org>
2022-06-08 00:51:19 -04:00
[123]
Reference in New Issue
Copy Permalink