From 4fd551bf21dd2b4a2b860242641d30c4a02c5a6a Mon Sep 17 00:00:00 2001 From: "mihaip@chromium.org" Date: Sat, 2 Jul 2011 21:11:54 +0000 Subject: [PATCH] 2011-07-02 Mihai Parparita Chromium expectations update: - Add failing expectation for fast/css/last-of-type-pseudo-class.html, which fails in debug only. - Remove Chromium-specific baselines for fast/js/reserved-words.html, the test now passes with the regular baselines. * platform/chromium-mac/fast/js/reserved-words-expected.txt: Removed. * platform/chromium-win/fast/js/reserved-words-expected.txt: Removed. * platform/chromium/test_expectations.txt: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@90320 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 12 ++++ .../fast/js/reserved-words-expected.txt | 72 ------------------- .../fast/js/reserved-words-expected.txt | 72 ------------------- .../platform/chromium/test_expectations.txt | 24 +++---- 4 files changed, 22 insertions(+), 158 deletions(-) delete mode 100644 LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt delete mode 100644 LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index fc64ef972d20..043dccca8dfa 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,15 @@ +2011-07-02 Mihai Parparita + + Chromium expectations update: + - Add failing expectation for fast/css/last-of-type-pseudo-class.html, + which fails in debug only. + - Remove Chromium-specific baselines for fast/js/reserved-words.html, + the test now passes with the regular baselines. + + * platform/chromium-mac/fast/js/reserved-words-expected.txt: Removed. + * platform/chromium-win/fast/js/reserved-words-expected.txt: Removed. + * platform/chromium/test_expectations.txt: + 2011-07-02 Kent Tamura [GTK] Update expectation of fast/forms/input-file-re-render.html diff --git a/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt b/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt deleted file mode 100644 index dd1082b114d0..000000000000 --- a/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt +++ /dev/null @@ -1,72 +0,0 @@ -This file checks which ECMAScript 3 keywords are treated as reserved words. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -SHOULD BE RESERVED: -PASS isReserved('break') is true -PASS isReserved('case') is true -PASS isReserved('catch') is true -FAIL isReserved('class') should be true. Was false. -PASS isReserved('const') is true -PASS isReserved('continue') is true -PASS isReserved('debugger') is true -PASS isReserved('default') is true -PASS isReserved('delete') is true -PASS isReserved('do') is true -PASS isReserved('else') is true -FAIL isReserved('enum') should be true. Was false. -FAIL isReserved('export') should be true. Was false. -FAIL isReserved('extends') should be true. Was false. -PASS isReserved('false') is true -PASS isReserved('finally') is true -PASS isReserved('for') is true -PASS isReserved('function') is true -PASS isReserved('if') is true -FAIL isReserved('import') should be true. Was false. -PASS isReserved('in') is true -PASS isReserved('instanceof') is true -PASS isReserved('new') is true -PASS isReserved('null') is true -PASS isReserved('return') is true -FAIL isReserved('super') should be true. Was false. -PASS isReserved('switch') is true -PASS isReserved('this') is true -PASS isReserved('throw') is true -PASS isReserved('true') is true -PASS isReserved('try') is true -PASS isReserved('typeof') is true -PASS isReserved('var') is true -PASS isReserved('void') is true -PASS isReserved('while') is true -PASS isReserved('with') is true - -SHOULD NOT BE RESERVED: -PASS isReserved('abstract') is false -PASS isReserved('boolean') is false -PASS isReserved('byte') is false -PASS isReserved('char') is false -PASS isReserved('double') is false -PASS isReserved('final') is false -PASS isReserved('float') is false -PASS isReserved('goto') is false -PASS isReserved('implements') is false -PASS isReserved('int') is false -PASS isReserved('interface') is false -PASS isReserved('long') is false -FAIL isReserved('native') should be false. Was true. -PASS isReserved('package') is false -PASS isReserved('private') is false -PASS isReserved('protected') is false -PASS isReserved('public') is false -PASS isReserved('short') is false -PASS isReserved('static') is false -PASS isReserved('synchronized') is false -PASS isReserved('throws') is false -PASS isReserved('transient') is false -PASS isReserved('volatile') is false - -PASS successfullyParsed is true - -TEST COMPLETE - diff --git a/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt b/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt deleted file mode 100644 index dd1082b114d0..000000000000 --- a/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt +++ /dev/null @@ -1,72 +0,0 @@ -This file checks which ECMAScript 3 keywords are treated as reserved words. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -SHOULD BE RESERVED: -PASS isReserved('break') is true -PASS isReserved('case') is true -PASS isReserved('catch') is true -FAIL isReserved('class') should be true. Was false. -PASS isReserved('const') is true -PASS isReserved('continue') is true -PASS isReserved('debugger') is true -PASS isReserved('default') is true -PASS isReserved('delete') is true -PASS isReserved('do') is true -PASS isReserved('else') is true -FAIL isReserved('enum') should be true. Was false. -FAIL isReserved('export') should be true. Was false. -FAIL isReserved('extends') should be true. Was false. -PASS isReserved('false') is true -PASS isReserved('finally') is true -PASS isReserved('for') is true -PASS isReserved('function') is true -PASS isReserved('if') is true -FAIL isReserved('import') should be true. Was false. -PASS isReserved('in') is true -PASS isReserved('instanceof') is true -PASS isReserved('new') is true -PASS isReserved('null') is true -PASS isReserved('return') is true -FAIL isReserved('super') should be true. Was false. -PASS isReserved('switch') is true -PASS isReserved('this') is true -PASS isReserved('throw') is true -PASS isReserved('true') is true -PASS isReserved('try') is true -PASS isReserved('typeof') is true -PASS isReserved('var') is true -PASS isReserved('void') is true -PASS isReserved('while') is true -PASS isReserved('with') is true - -SHOULD NOT BE RESERVED: -PASS isReserved('abstract') is false -PASS isReserved('boolean') is false -PASS isReserved('byte') is false -PASS isReserved('char') is false -PASS isReserved('double') is false -PASS isReserved('final') is false -PASS isReserved('float') is false -PASS isReserved('goto') is false -PASS isReserved('implements') is false -PASS isReserved('int') is false -PASS isReserved('interface') is false -PASS isReserved('long') is false -FAIL isReserved('native') should be false. Was true. -PASS isReserved('package') is false -PASS isReserved('private') is false -PASS isReserved('protected') is false -PASS isReserved('public') is false -PASS isReserved('short') is false -PASS isReserved('static') is false -PASS isReserved('synchronized') is false -PASS isReserved('throws') is false -PASS isReserved('transient') is false -PASS isReserved('volatile') is false - -PASS successfullyParsed is true - -TEST COMPLETE - diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index c9570d012711..89bc2caed346 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -1279,7 +1279,7 @@ BUGWK48651 MAC : http/tests/navigation/error404-subframeload.html = IMAGE BUGCR26253 SLOW WIN RELEASE : http/tests/navigation/reload-subframe-object.html = PASS BUGCR9798 WIN RELEASE : http/tests/navigation/no-referrer-reset.html = TIMEOUT PASS -// Regressions from r67349? +// Regressions from r67349? BUGCR10364 MAC : http/tests/navigation/reload-subframe-object.html = FAIL // Text declared as "monospace" with no size is bigger in Chromium @@ -2279,7 +2279,7 @@ BUGWK44341 WIN LINUX : svg/clip-path/clip-path-childs-clipped.svg = IMAGE BUGCR53131 LINUX : fast/js/array-iterate-backwards.html = CRASH PASS // new or failing since WebKit rev. 65740:65800 -// This test causes the DRT to crash. +// This test causes the DRT to crash. BUGCR53073 DEBUG SKIP : storage/change-version.html = CRASH PASS BUGCR53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT PASS @@ -2807,11 +2807,11 @@ BUGWK53459 WIN LINUX : editing/pasteboard/3976872.html = PASS TIMEOUT BUGWK53527 DEBUG : fast/frames/iframe-reparenting-new-page.html = CRASH PASS // It is failing since r77459. -// Fix miscalculation of the overhang area used for painting. We were -// not correctly accounting for scrollbars resulting in an non-negative -// overhang even when we weren't over the edge. -// * platform/ScrollView.cpp: -// (WebCore::ScrollView::calculateOverhangAreasForPainting): +// Fix miscalculation of the overhang area used for painting. We were +// not correctly accounting for scrollbars resulting in an non-negative +// overhang even when we weren't over the edge. +// * platform/ScrollView.cpp: +// (WebCore::ScrollView::calculateOverhangAreasForPainting): BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE // @@ -3776,7 +3776,7 @@ BUGCR83290 WIN : http/tests/misc/link-rel-prefetch-and-subresource.html = PASS T // Started crashing after seemingly unrelated r85786 BUGCR83325 MAC DEBUG : canvas/philip/tests/2d.imageData.put.created.html = CRASH PASS -// Appears to be a configuration error in the Mac 10.6 deps +// Appears to be a configuration error in the Mac 10.6 deps // Has been going on for at least a few weeks (as of 20/5/2011) BUGCR83426 MAC : fast/borders/svg-as-border-image-2.html = IMAGE PASS BUGCR83426 MAC : fast/borders/svg-as-border-image.html = IMAGE PASS @@ -3981,12 +3981,6 @@ BUGCR87009 : fast/filesystem/async-operations.html = PASS CRASH // Strange scrollbar. BUGWK63115 : fast/css/font-face-in-shadow-DOM.html = PASS IMAGE+TEXT -// The following two tests started to fail since V8 3.4.5.1 roll. -// This needs rebaselining because "native" is no longer a reserved word. -BUGCR87070 : fast/js/reserved-words.html = TEXT -// Sounds like a real regression. -BUGCR87070 WIN DEBUG : http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html = CRASH PASS - BUGCR87217 WIN LINUX GPU : compositing/layer-creation/spanOverlapsCanvas.html = TEXT // We now follow the ES5 spec with regards to the semantics of the receiver @@ -4017,3 +4011,5 @@ BUGCR88232 WIN DEBUG : fast/dom/non-numeric-values-numeric-parameters.html = CRA // Quota enforcement not yet implemented for LevelDB back-end. BUGCR83652 : storage/indexeddb/database-quota.html = TEXT + +BUGCR88311 MAC DEBUG : fast/css/last-of-type-pseudo-class.html = TEXT -- 2.36.0