[webkit-dev] New EWS queue: Stress Test EWS
Manuel Rego Casasnovas
rego at igalia.com
Wed Apr 28 03:23:43 PDT 2021
Hi,
The stress test EWS has some issue when dealing with testharness.js tests.
Every now and then it thinks it's a different type of test and it dumps
the layout tree, and it fails as the actual result has nothing to do
with a layout tree dump.
Actually it dumps an empty layout tree:
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
Last example I've seen:
https://ews-build.webkit.org/#/builders/62/builds/1903
I guess there might be some timing issue or something like that, as it
looks like it doesn't even load the test properly before comparing the
results.
Cheers,
Rego
More information about the webkit-dev
mailing list