Title: [90320] trunk/LayoutTests
Revision
90320
Author
mih...@chromium.org
Date
2011-07-02 14:11:54 -0700 (Sat, 02 Jul 2011)

Log Message

2011-07-02  Mihai Parparita  <mih...@chromium.org>

        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:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90319 => 90320)


--- trunk/LayoutTests/ChangeLog	2011-07-02 21:09:43 UTC (rev 90319)
+++ trunk/LayoutTests/ChangeLog	2011-07-02 21:11:54 UTC (rev 90320)
@@ -1,3 +1,15 @@
+2011-07-02  Mihai Parparita  <mih...@chromium.org>
+
+        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  <tk...@chromium.org>
 
         [GTK] Update expectation of fast/forms/input-file-re-render.html

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (90319 => 90320)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-02 21:09:43 UTC (rev 90319)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-02 21:11:54 UTC (rev 90320)
@@ -1279,7 +1279,7 @@
 
 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 @@
 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 @@
 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 @@
 // 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 @@
 // 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/_javascript_URL/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 @@
 
 // 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

Deleted: trunk/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt (90319 => 90320)


--- trunk/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt	2011-07-02 21:09:43 UTC (rev 90319)
+++ trunk/LayoutTests/platform/chromium-mac/fast/js/reserved-words-expected.txt	2011-07-02 21:11:54 UTC (rev 90320)
@@ -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
-

Deleted: trunk/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt (90319 => 90320)


--- trunk/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt	2011-07-02 21:09:43 UTC (rev 90319)
+++ trunk/LayoutTests/platform/chromium-win/fast/js/reserved-words-expected.txt	2011-07-02 21:11:54 UTC (rev 90320)
@@ -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
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to