[Webkit-unassigned] [Bug 75692] [Qt] REGRESSION(r104267): fast/js/date-constructor.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 01:03:36 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75692


Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ledan-Muntean.Szilard at stud.
                   |                            |u-szeged.hu




--- Comment #6 from Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu>  2012-01-19 01:03:34 PST ---
The 'Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1, 1, Infinity)))' line fails due to the time zone difference.  The last two arguments of the DateConstructor (8. and 9.) isn't even used, so this line is equivalent to the 'Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1)))', but the timezone is always added to it.
The older version of this test uses '(new Date(1, 1, 1, 1, 1, 1, 1) - timezone)', and it doesn't fail.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list