-
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
/encoding/* are disabled in Chromium and WebKit #11015
Comments
Maybe also many other encoding tests. |
Sorry, it seems like 1000 (code points?) per test is still too many for some tests. It takes about 30 seconds to run each split test using content_shell (which is faster than full Chrome) on my workstation (which is faster than Chromium bots). The following tests still time out in Chromium:
Also, there seems to be a bug in generating the indexes: the range "10001-10000" is probably wrong. |
Thanks. Would 100 subtests be OK? |
I managed to introduce a bug in some of the encoding tests ( |
Bugs were introduced in d6c29be * Some script paths were wrong * A big5 test referenced eucjpEncoder instead of big5Encoder * That big5 test also referenced encode-form-common.js instead of encode-href-common.js Fixes web-platform-tests#11015. Also add code to generate variants.
https://bocoup.github.io/wpt-disabled-tests-report/
/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBa.html
and
/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBb.html
should be split up, maybe similarly to how it was done in #10984
The text was updated successfully, but these errors were encountered: