-
Notifications
You must be signed in to change notification settings - Fork 27
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
Chrome Dev & Edge Dev #96
Comments
For https://wpt.fyi/interop-2022 we only use the results from Chrome and assume that the results for Edge will be the same. Because they don't update at the exact same time there will definitely be differences at times however. Here's a link with a diff for all of Interop 2022: There are some Edge failures like this one: But most of this seems to be missing results in Edge. I'll file an issue about this. Note that it would be technically straightforward to show Edge and Chrome separately, but past feedback on wpt.fyi like web-platform-tests/wpt.fyi#1519 made us avoid that for Compat 2021 and that choice then carried forward. |
When it comes to differences between Chrome and Edge in Can I Use or BCD, most such differences are probably incorrect, at least in BCD. Improving on that is part of openwebdocs/project#119, in particular openwebdocs/project#85. |
I've filed web-platform-tests/wpt#34913. |
Yes, there certainly are differences, some might be persistent even and wouldn't go away with time. @dlibby- @kypflug do you have thoughts on our current setup? Also cc @jgraham given web-platform-tests/wpt.fyi#1519. |
I'm not very familiar with the setup, but sampling the failures, I see these broad categories:
For the last two I can reproduce the same results in Chrome on Windows. The anti-aliasing differences I spot checked are a bit odd, given that these are all reftests, AFAICT. Given that Edge is the only Windows-based run, it's possible that there are platform-specific differences or bugs for Chromium that are causing these failures. The interesting bit to me is that we have these tests running in both Chromium and Edge CI and change validation and don't see the same failures on Windows. So perhaps there's a test configuration (intuition says something related turning off font anti-aliasing) that causes these to show up. I'm going to be out for the next few days, but I'll follow up with more detailed investigation and finish combing through the failures next week. |
This has been resolved in https://wpt.fyi/interop-2024 by separating Chrome and Edge. |
I just ran across yet another page on Can I Use where Chrome and Edge have different support for a thing. (One supports it, the other doesn't.) Now that Can I Use put Chrome and Edge desktop browsers next to each other, it's very easy to see such differences jump out.
Which led me to wonder — why do they have the same column on the Interop dashboard? Are we in fact testing both? Or are we testing Chrome, and just labeling that score as "Edge, too. Must be the same."
The text was updated successfully, but these errors were encountered: