Skip to content
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

scripts: twister: Fix Unit Tests on Windows systems #72685

Merged

Conversation

LukaszMrugala
Copy link
Collaborator

@LukaszMrugala LukaszMrugala commented May 13, 2024

Unit tests currently are not runnable on Windows systems, failing on two testfiles: test_jobserver.py and test_testsuite.py.

This commit removes code dependency on Windows-unavailable elements on Windows systems via skipping the offending tests.

This step is necessary in order to have Twister on Windows automatic verification.

Unit tests currently are not runnable on Windows systems, failing
on two testfiles: test_jobserver.py and test_testsuite.py.

This commit removes code dependency on Windows-unavailable
elements on Windows systems via skipping the offending tests.

Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
@carlescufi carlescufi merged commit f71a418 into zephyrproject-rtos:main May 15, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants