-
Notifications
You must be signed in to change notification settings - Fork 214
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
Internet Explorer tests time out on windows #1614
Comments
FYI: It seems that browser timeout is happening also in Linux and macOS. |
That is unrelated - this was happening before the bad release |
@sigmundch - has dart2js dropped support for IE? I wonder if we should just remove support for IE from the test runner. Would anyone even notice? |
I don’t think anyone should incentivize the use of IE, at least since 2016. I hope this won’t break Edge support. |
We probably could just drop IE support. Edge should continue to work fine. |
Closes #1614 Use should be replaced by the edge browser. It has been 2 years since we removed support for internet explorer in dart2js. We have not been testing internet explorer integration, and it may already be broken by dart2js changes. Remove every reference to `ie` or internet explorer in the repo. Treat this as non-breaking for `package:test` even though there is a small risk of breaking some users still using internet explorer and it happens to still be working.
Agree, feel free to drop IE coverage. We dropped support for IE two years ago now, since Dart 2.14. See dart-lang/sdk#46545 |
Closes #1614 Use should be replaced by the edge browser. It has been 2 years since we removed support for internet explorer in dart2js. We have not been testing internet explorer integration, and it may already be broken by dart2js changes. Remove every reference to `ie` or internet explorer in the repo. Treat this as non-breaking for `package:test` even though there is a small risk of breaking some users still using internet explorer and it happens to still be working.
No description provided.
The text was updated successfully, but these errors were encountered: