-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
infrastructure/reftest/size-ref.html flaky on Azure/Edge #15159
Comments
Interesting, this might be flaky. In https://dev.azure.com/web-platform-tests/wpt/_build/results?buildId=5605 for #15196 the test unexpectedly passed. |
It's not that surprising, resizing is a bit weird and complicated and OS dependent to start with, especially if we're dealing with anything where there isn't an integral scaling factor (though I'd be surprised if this were the case for what we're running on Azure?). |
One thing that might be worth trying is moving the window to some constant location before we start trying to resize it? |
…terministic location Especially on systems where we don't have an integral scaling factor between CSS pixels and device pixels we can end up with our ability to resize the window depending on the location of the window.
Especially on systems where we don't have an integral scaling factor between CSS pixels and device pixels we can end up with our ability to resize the window depending on the location of the window.
@foolip is there any way to just trigger a large number of runs now and see if it's at all stable? |
Sure, you can push a branch that uses parallel jobs like all_edge but each does the same steps. |
@foolip do you know if this flakiness went away after the above PR? |
@gsnedders no, I haven't checked. |
We're no longer running this configuration. |
In https://dev.azure.com/web-platform-tests/wpt/_build/results?buildId=5357 (before #14300 was landed) /infrastructure/reftest/size-ref.html failed.
https://gist.github.com/foolip/d4b8dc5e236ebcf0cf10b28bf50684da is the edge.tbpl.log.
Pasting that into https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml reveals that the output was "innerWidth x innerHeight: 600x601" instead of the expected "innerWidth x innerHeight: 600x600":
The size of this image is also 600x601.
The text was updated successfully, but these errors were encountered: