Skip to content
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

typed_data tests failing for IE9 #11971

Closed
floitschG opened this issue Jul 23, 2013 · 12 comments
Closed

typed_data tests failing for IE9 #11971

floitschG opened this issue Jul 23, 2013 · 12 comments
Labels
library-typed-data P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@floitschG
Copy link
Contributor

typed_data/typed_list_iterable_test and
typed_data/typed_data_list_test
fail on IE9.

This was previously tracked with 11036, but that bug was closed with these tests still failing.

@sethladd
Copy link
Contributor

cc @johnmccutchan.

@lrhn
Copy link
Member

lrhn commented Aug 22, 2013

Typed arrays are not supported by IE9 at all, so there is no implementation. All typed_data tests fail on IE9.

@lrhn
Copy link
Member

lrhn commented Aug 22, 2013

Added Library-Scalarlist label.

@johnmccutchan
Copy link
Contributor

Set owner to @johnmccutchan.

@kasperl
Copy link

kasperl commented Sep 18, 2013

Added this to the M7 milestone.

@kasperl
Copy link

kasperl commented Sep 23, 2013

John, do you plan on working on this in the near future?


Removed this from the M7 milestone.
Added this to the Later milestone.
Removed Priority-Unassigned label.
Added Priority-Low label.

@johnmccutchan
Copy link
Contributor

Possibly next quarter but it's not high on my list.

@floitschG
Copy link
Contributor Author

The core libraries currently cannot use them, because of IE.
StringBuffer and some converters, for example, need to use List<int> even though they know the size of the input.

@anders-sandholm
Copy link
Contributor

Removed Library-Scalarlist label.
Added Library-TypedData label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@floitschG floitschG added Type-Defect P3 A lower priority bug or feature request web-dart2js library-typed-data labels Aug 4, 2014
@johnmccutchan johnmccutchan removed their assignment Dec 18, 2015
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Feb 29, 2016
@rakudrama
Copy link
Member

We don't support IE9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library-typed-data P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

8 participants