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

Run unit-tests serially #289

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Run unit-tests serially #289

merged 1 commit into from
Apr 27, 2024

Conversation

jschwe
Copy link
Contributor

@jschwe jschwe commented Apr 27, 2024

This fixes random test failures due to tests interfering with each other.
Note: I'm not familiar with what the sm-test feature does and it's not documented, so I'm not sure I need to wrap the #[serial] in [cfg_attr()] or not.

Fixes #288

This fixes random test failures due to tests interfering with each other.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
@jdm jdm added this pull request to the merge queue Apr 27, 2024
Merged via the queue into servo:main with commit 0825ee6 Apr 27, 2024
16 checks passed
@jschwe jschwe deleted the jschwender/serial branch April 27, 2024 14:32
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.

Spurious test failure of platform::unix::wayland::tests::test_depth_and_stencil
2 participants