Running tests on a target #9101
-
Background: I'm running tests on an stm32 target, seeing many failures and crashes in some Besides |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes the cpydiff is designed to be run as part of the docs generation. It uses a different script (tools/gen-cpydiff.py) to run these tests.
I would expect the following directories to all pass on an stm32 target.
This is actually what run-tests.py does when it isn't given any directories -- it figures out based on the A historical note -- the stm32 port was originally written for the pyboard, hence why some things still use "pyb" to refer to "stm32". |
Beta Was this translation helpful? Give feedback.
Yes the cpydiff is designed to be run as part of the docs generation. It uses a different script (tools/gen-cpydiff.py) to run these tests.
I would expect the following directories to all pass on an stm32 target.
basics
,micropython
,misc
,extmod
,float
,stress
,pyb
,inlineasm
This is actually what run-tests.py does when it isn't given any directories -- it figures out based on the
--t…