Bug 92215
Summary: | REGRESSION(r123505): It made ecma/Date/15.9.5.5.js and 2 layout tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Blocker | CC: | ggaren, ossy, paroga |
Priority: | P1 | Keywords: | MakingBotsRed |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666, 92067 |
Csaba Osztrogonác
r123505 made ecma/Date/15.9.5.5.js fail on all bots. Could you check and fix it, please?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
Let's roll it out. I'm away from the sherif at the moment. Can someone else take care of this?
Csaba Osztrogonác
And it made 2 layout tests fail:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/js/date-set-to-nan-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/js/date-set-to-nan-actual.txt
@@ -97,9 +97,9 @@
PASS date.setUTCFullYear passed all tests
PASS date.setYear(arg0)
PASS date.setYear()
-PASS date.getYear() is compatible to JavaScript 1.3 and later
-PASS recover from NaN date using date.setUTCFullYear()
-PASS date.setYear passed all tests
+FAIL date.getYear() was 2012 instead of 112
+FAIL date.getYear() was 3912 instead of 2012
+FAIL recover from NaN date using date.setUTCFullYear()
PASS successfullyParsed is true
TEST COMPLETE
--- /ramdisk/qt-linux-64-release/build/layout-test-results/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.2/S15.2.2.1_A2_T5-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.2/S15.2.2.1_A2_T5-actual.txt
@@ -1,6 +1,6 @@
S15.2.2.1_A2_T5
-PASS
+FAIL SputnikError: #2: When the Object constructor is called and if the value is an Object simply value returns.
TEST COMPLETE
Csaba Osztrogonác
*** This bug has been marked as a duplicate of bug 92218 ***