-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
co19/LibTest/core/Uri/Uri_A06_t03 is timing out #13511
Comments
Removed Area-Test label. |
I don't think the area should be dart2js. The test wasn't run until r27622 where non-constant keys in map literals (used in the test) were enabled. |
It doesn't reproduce locally on IE9 v9.0.8112.16241 (64bit). |
Could this be related (from tests/lib/lib.status): convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue #12029 |
Running the large loop is just slow on IE9. Added AsDesigned label. |
I think we need to investigate a bit further. We haven't really tried making IE9 fast. Perhaps there is something we're doing in loops that makes IE9 behave badly, or perhaps closures are slow. Added Triaged label. |
Removed Priority-Unassigned label. |
Looks like this may be happening on other bots. Seeing this timeout on |
This test started to timeout on this build (r27621 + r27622):
http://build.chromium.org/p/client.dart/builders/dart2js-ie9-win7-all-4-6-be/builds/13
The text was updated successfully, but these errors were encountered: