diff options
author | Damien George <damien@micropython.org> | 2025-07-22 14:52:17 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-31 11:07:50 +1000 |
commit | ff6491ded0ebaa7728ecba67c18641941885feb5 (patch) | |
tree | 000edb8d789456c8e6bcb3f6902b5ca8e253df27 /docs/esp8266/tutorial/filesystem.rst | |
parent | a9b038a57e2ca730dd95e79fc89491d0d1154e6e (diff) |
tests/run-natmodtests.py: Automatically skip tests that are too large.
This follows a similar change made for `run-tests.py` in commit
229104558fb7f9d283b7302bc3720bc35c5c49cf. The change here uses the same
logic to detect if a natmod test is too big for the target (eg overflows
(I)RAM loading the native .mpy), by printing "START TEST" at the start of
the test.
Typical output is now something like this:
...
pass extmod/random_basic.py
pass extmod/random_extra_float.py
pass extmod/random_extra.py
SKIP extmod/random_seed_default.py
LRGE extmod/re1.py
SKIP extmod/re_debug.py
pass extmod/re_error.py
pass extmod/re_group.py
pass extmod/re_groups.py
...
and the tests that are too large are reported at the end, and written to
the `_result.json` file.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial/filesystem.rst')
0 files changed, 0 insertions, 0 deletions