Known problem, people are working on it.
On Jul 23, 2014 4:01 PM, "Andy Wingo" <[email protected]> wrote:
> Hi,
>
> I am seeing some failures in the intl tests. I have done a fresh clone
> and make dependencies.
>
> One of the failing tests is intl/number-format/parse-percent.js. It
> starts off like this:
>
> var nf = new Intl.NumberFormat(['en'], {style: 'percent'});
>
> assertEquals(1.2343, nf.v8Parse('123.43%'));
> assertEquals(1.23, nf.v8Parse('123%'));
> assertEquals(NaN, nf.v8Parse(NaN));
>
> All good up to here. Then we have:
>
> assertEquals(123.23, nf.v8Parse('123,23%'));
>
> This fails because:
>
> d8> nf.v8Parse('123,23%')
> undefined
> d8> nf.v8Parse('123.23%')
> 1.2323
>
> What is going wrong? Does "make dependencies" not do the right thing?
> The top commit in my repo is:
>
> commit ee6085c80388bbda9a58ee1c5ec00223a5e11760
> Author: [email protected] <[email protected]
> @ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
> Date: Wed Jul 23 09:49:00 2014 +0000
>
> Do not reverse lookup code stubs dictionary.
>
> [email protected]
>
> Review URL: https://codereview.chromium.org/407383004
>
> git-svn-id:
> https://v8.googlecode.com/svn/branches/bleeding_edge@22548
> ce2b1a6d-e550-0410-aec6-3dcde31c8c00
>
> And the make dependencies output related to libICU:
>
> make dependencies
> svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
> --revision 1831
> Checked out revision 1831.
> if svn info third_party/icu 2>&1 | grep -q icu46 ; then \
> svn switch --force \
> https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
> third_party/icu --revision 277999 ; \
> else \
> svn checkout --force \
> https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
> third_party/icu --revision 277999 ; \
> fi
> Checked out revision 277999.
>
> Andy
>
> --
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.