diff options
6 files changed, 38 insertions, 7 deletions
@@ -39,7 +39,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@770", "src/v8": - "http://v8.googlecode.com/svn/trunk@3539", + "http://v8.googlecode.com/svn/trunk@3608", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1311", diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index 7cd1342..136dddd 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 410: Uncaught TypeError: undefined is not a function +CONSOLE MESSAGE: line 413: Uncaught TypeError: undefined is not a function Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document. PASS diff --git a/webkit/data/layout_tests/platform/chromium-mac/fast/js/date-toisostring-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/fast/js/date-toisostring-expected.txt new file mode 100644 index 0000000..ec9b8a4 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/fast/js/date-toisostring-expected.txt @@ -0,0 +1,17 @@ +Tests for Date.toISOString + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS Date.toISOString.call({}) threw exception TypeError: Cannot call method 'call' of undefined. +PASS Date.toISOString.call(0) threw exception TypeError: Cannot call method 'call' of undefined. +PASS new Date(0).toISOString() is '1970-01-01T00:00:00.000Z' +PASS new Date('1 January 1500 UTC').toISOString() is '1500-01-01T00:00:00.000Z' +PASS new Date('1 January 2000 UTC').toISOString() is '2000-01-01T00:00:00.000Z' +PASS new Date('1 January 4000 UTC').toISOString() is '4000-01-01T00:00:00.000Z' +PASS new Date('1 January 100000 UTC').toISOString() is '100000-01-01T00:00:00.000Z' +PASS new Date('10 March 2000 UTC').toISOString() is '2000-03-10T00:00:00.000Z' +PASS new Date(NaN).toISOString() is 'Invalid Date' +PASS successfullyParsed is true + +TEST COMPLETE diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index 7cd1342..136dddd 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 410: Uncaught TypeError: undefined is not a function +CONSOLE MESSAGE: line 413: Uncaught TypeError: undefined is not a function Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document. PASS diff --git a/webkit/data/layout_tests/platform/chromium-win/fast/js/date-toisostring-expected.txt b/webkit/data/layout_tests/platform/chromium-win/fast/js/date-toisostring-expected.txt new file mode 100644 index 0000000..ec9b8a4 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/fast/js/date-toisostring-expected.txt @@ -0,0 +1,17 @@ +Tests for Date.toISOString + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS Date.toISOString.call({}) threw exception TypeError: Cannot call method 'call' of undefined. +PASS Date.toISOString.call(0) threw exception TypeError: Cannot call method 'call' of undefined. +PASS new Date(0).toISOString() is '1970-01-01T00:00:00.000Z' +PASS new Date('1 January 1500 UTC').toISOString() is '1500-01-01T00:00:00.000Z' +PASS new Date('1 January 2000 UTC').toISOString() is '2000-01-01T00:00:00.000Z' +PASS new Date('1 January 4000 UTC').toISOString() is '4000-01-01T00:00:00.000Z' +PASS new Date('1 January 100000 UTC').toISOString() is '100000-01-01T00:00:00.000Z' +PASS new Date('10 March 2000 UTC').toISOString() is '2000-03-10T00:00:00.000Z' +PASS new Date(NaN).toISOString() is 'Invalid Date' +PASS successfullyParsed is true + +TEST COMPLETE diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 79fb822..7f0130ad 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2411,9 +2411,6 @@ BUG18733 LINUX DEBUG : http/tests/xmlhttprequest/cross-origin-no-authorization.h BUG14832 : editing/selection/user-drag-element-and-user-select-none.html = FAIL -// WebKit 44928:44943 -BUG14946 : fast/js/date-toisostring.html = FAIL - // WebKit 45017:45086 BUG15217 : fast/js/dictionary-no-cache.html = FAIL BUG15217 MAC : fast/js/switch-behaviour.html = FAIL @@ -2532,7 +2529,7 @@ BUG21958 MAC : svg/hixie/error/012.xml = FAIL BUG22526 : fast/js/Object-create.html = FAIL BUG22526 : fast/js/Object-defineProperties.html = FAIL BUG22526 : fast/js/Object-defineProperty.html = FAIL -BUG22526 : http/tests/security/xss-DENIED-defineProperty.html = TIMEOUT +BUG22526 : http/tests/security/xss-DENIED-defineProperty.html = FAIL // WebKit merge 48500:48585, due to newly added support for MathML. BUG22554 SKIP : mathml = FAIL |