Bug 140847 - [Win] Layout Test js/dom/date-negative-setmonth.html fails
Summary: [Win] Layout Test js/dom/date-negative-setmonth.html fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-23 16:32 PST by Brent Fulgham
Modified: 2015-01-28 12:51 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-23 16:32:44 PST
The following layout test is flaky on [insert platform]

js/dom/date-negative-setmonth.html

Probable cause:

Some kind of weird formatting bug in the js Date implementation.

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/js/dom/date-negative-setmonth-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/js/dom/date-negative-setmonth-actual.txt
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS d.valueOf() is new Date(2004, 9, 15).valueOf()
+FAIL d.valueOf() should be 1097823600000. Was 1097737200000.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2015-01-26 17:59:58 PST
<rdar://problem/19608905>
Comment 2 Brent Fulgham 2015-01-28 12:51:51 PST
Might be related to Bug 140917.