Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium HW-ARM
New issue 682 by [email protected]: Date failures on arm http://code.google.com/p/v8/issues/detail?id=682 A number of mozilla tests fail on arm, below is code to cause these errors: TDATE = new Date(946684800000); (TDATE).setMinutes(1234567); TDATE.getTime() = 1020758820000 expected: 1020755220000 TDATE = new Date(946684800000); (TDATE).setMinutes(1234567); TDATE.valueOf() = 1020758820000 expected: 1020755220000 TDATE = new Date(946684800000); (TDATE).setMinutes(1234567); TDATE.getUTCHours() = 8 expected: 7 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
