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 upAsync ref tests fail under heavily loaded machine #2872
Closed
Comments
This was referenced Jul 27, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When opts.exit_after_load is set the compositor exits after the js load script completes execution. This does not guarantee that reflows have completed.
Affected ref tests (src/test/ref):
To observe failures execute
make check-ref-cpuon a heavily loaded machine, e.g. while compiling another instance of servo.Firefox reftests, README Asynchronous Tests, have an attribute to tell the test harness when rendering is done. Servo could use the same solution.
Related issue #2871