Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCompare parallel versus non-parallel layout results in reftests #2577
Labels
Comments
|
We will want to build on the infrastructure requested in #1975, and make use of that on our buildbots, at least (see https://github.com/servo/saltfs/). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reftests should automatically be rendered with both parallel layout (>1 layout thread) and sequential layout (1 layout thread), and both results compared against the reference. This will catch bugs that only show up in one mode or the other.
See also #1975.