Thanks for reporting this issue. Which V8 version are you using? I'm having trouble reproducing those results.
Dan On Mon, Jul 10, 2017 at 2:05 AM, Holmes He <[email protected]> wrote: > environment: mac > > Error: Failure: expected <11/11/1500>, found <12/10/1500>. > at fail (/.../v8/v8/test/intl/assert.js:105:9) > at assertEquals (/.../v8/v8/test/intl/assert.js:114:5) > at /Users/holmeshe/.../v8/v8/test/intl/date-format/format-test.js:50:1 > > fix: > @test/intl/date-format/format-test.js:50 > assertEquals('12/11/1500', dtf.format(new > Date(Date.UTC(1500,11,11,12,0,0)))); > > -- > -- > 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-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
