servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
172 stars 84 forks source link

Run unit-tests serially #289

Closed jschwe closed 4 months ago

jschwe commented 4 months ago

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