Skip to content

Device tests updates #9246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 21, 2025
Merged

Device tests updates #9246

merged 5 commits into from
May 21, 2025

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented May 20, 2025

Stop pyexpect from closing serial port when running with WSL2

Traceback (most recent call last):
  File "libraries/BSTest/virtualenv/lib/python3.13/site-packages/serial/serialposix.py", line 533, in close
OSError: [Errno 9] Bad file descriptor

Remove makefile flags & opts making it too silent. At some point it makes a lot of useful info just disappear. There are external means of silencing make, so probably best to leave useful data always available

Replace SPIFFS with LittleFS in FS test
Re-use certs-from-mozilla.py in FS test

Fix libc tests w/o -fno-builtin not actually testing anything by using wrapper funcs. At least one test already does this, but not the largest one.
Fix libc tests generating warnings when using invalid (but safe) size arguments

mcspr added 5 commits May 20, 2025 22:52
Stop pyexpect from closing serial port when running with WSL2
Remove makefile flags & opts making it too silent

Replace SPIFFS with LittleFS in FS test
Re-use certs-from-mozilla.py in FS test
Fix libc tests w/o -fno-builtin not actually testing anything
@mcspr mcspr merged commit 92002ec into esp8266:master May 21, 2025
28 checks passed
@mcspr mcspr deleted the tests/runner-fixes branch May 21, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant