-
Notifications
You must be signed in to change notification settings - Fork 1.7k
utf8 tests slow when compiled with dart2js #12029
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
Comments
tests/lib/convert/streamed_conversion_utf8_encode_test.dart is even worse. Tentatively increasing priority since it eats up build-bot time. cc @ricowind. |
streamed_conversion_utf8_decode_test just timed out too (on FF). |
Set owner to [email protected]. |
This comment was originally written by [email protected] The test convert/chunked_conversion_utf88_test is apparently not slow in FF, but it just happens that FF may go slow on some tests randomly. Tentatively changing the area to Test, but Rico feel free to close it. I filed bug https://code.google.com/p/dart/issues/detail?id=12768 for streamed_conversion_utf8_encode_test.dart and streamed_conversion_utf8_decode_test.dart. Set owner to @ricowind. |
Added this to the M7 milestone. |
convert/utf85_test seems to hit the same problem. |
utf85_test is slow when running in checked mode. Had to mark it for drt too. Changed the summary to reflect the current state. Changed the title to: "utf8 tests slow when compiled with dart2js". |
Checked mode is 35X slower than normal mode, is that something we want to do something about? Removed this from the M7 milestone. |
actually cc some people for input cc @kasperl. |
Removed this from the 1.6 milestone. |
Removed Oldschool-Milestone-1.6 label. |
Added AssumedStale label. |
tests/lib/convert/chunked_conversion_utf88_test.dart is slow on IE9 and FF.
Might be worth looking into what makes it soo much slower than Chrome.
The text was updated successfully, but these errors were encountered: