Navigation Menu

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

Tests language/double_to_string_as_* fails on dart2js #12749

Closed
sgjesse opened this issue Aug 26, 2013 · 7 comments
Closed

Tests language/double_to_string_as_* fails on dart2js #12749

sgjesse opened this issue Aug 26, 2013 · 7 comments

Comments

@sgjesse
Copy link
Contributor

sgjesse commented Aug 26, 2013

The following tests:

  double_to_string_as_exponential2_test
  double_to_string_as_fixed2_test
  double_to_string_as_precision2_test

This seems to be caused by toStringAsExponential, toStringAsFixed and toStringAsPrecision are not checking for integer arguments.

The tests pass in checked mode.

@kasperl
Copy link

kasperl commented Sep 18, 2013

Added this to the M7 milestone.

@kasperl
Copy link

kasperl commented Sep 30, 2013

Removed Priority-Unassigned label.
Added Priority-Medium label.

@kasperl
Copy link

kasperl commented Oct 2, 2013

Removed this from the M7 milestone.
Added this to the M8 milestone.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the M8 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

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

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-1.6 label.

@lrhn
Copy link
Member

lrhn commented Jan 12, 2015

Made functions test for integer-ness of argument.


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants