Florian Schneider
15f23eedc9
VM: Fix --no-use-field-guards.
...
Fields read from the snapshot must be initialized in the same way
as when allocated with Field::New.
BUG=https://github.com/dart-lang/sdk/issues/25957
R=rmacnak@google.com
Review URL: https://codereview.chromium.org/1842853002 .
2016-03-29 17:40:58 -07:00
Mads Ager
7ae093a3b8
Split double_parse_test into more multitests.
...
The 03 multitest cases are the ones that fail on arm using the
system strtod. Separating them out makes it easier to do suppresions
of only the parts of the tests that fail in a given configuration.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//1312903010 .
2015-09-01 16:27:01 +02:00
Mads Ager
bb8ca393e1
Split two string to double corner cases into a separate multitest.
...
When using a simpler version of the doubleconversion library that
uses the system strtod to parse strings these cases fail on MacOS.
Splitting them out allows us to mark only these corner cases as
failing on MacOS.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//1312893007 .
2015-09-01 10:20:04 +02:00
sra@google.com
31993af4bf
There was a weird dead expression that should have been used but was not, letting all upper case letters be 'accepted' for any radix over 10. The result was NaN values flowing into the program.
...
R=lrn@google.com
Review URL: https://codereview.chromium.org//988523002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@44304 260f80e4-7a28-3924-810f-c04153c831b5
2015-03-06 21:34:02 +00:00
lrn@google.com
5bb4d992b4
Add more double-parsing tests.
...
I was looking at double parsing, and wanted more tests for myself anyway.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//712603002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41664 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-11 13:31:40 +00:00
lrn@google.com
d8a2043098
Fix wrong limit on list index in double.parse.
...
Review URL: https://codereview.chromium.org//623073002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40892 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-03 07:03:45 +00:00
lrn@google.com
3192c983bf
Dart version of double.parse that works for numbers that can be represented exactly as doubles.
...
BUG= http://dartbug.com/17711
R=vegorov@google.com
Review URL: https://codereview.chromium.org//520693004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40891 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-03 06:01:44 +00:00