Title: [89545] trunk/LayoutTests
Revision
89545
Author
pfeld...@chromium.org
Date
2011-06-23 02:47:48 -0700 (Thu, 23 Jun 2011)

Log Message

2011-06-23  Pavel Feldman  <pfeld...@google.com>

        Not reviewed: updating chromium expectations.

        * platform/chromium/fast/js/parser-xml-close-comment-expected.txt:
        * platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89544 => 89545)


--- trunk/LayoutTests/ChangeLog	2011-06-23 08:59:10 UTC (rev 89544)
+++ trunk/LayoutTests/ChangeLog	2011-06-23 09:47:48 UTC (rev 89545)
@@ -1,3 +1,10 @@
+2011-06-23  Pavel Feldman  <pfeld...@google.com>
+
+        Not reviewed: updating chromium expectations.
+
+        * platform/chromium/fast/js/parser-xml-close-comment-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2011-06-23  Csaba Osztrogonác  <o...@webkit.org>
 
         Add new "CONSOLE MESSAGE: line 0: SVG animation pause API missing!" tests to the WK2 skipped list.

Modified: trunk/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt (89544 => 89545)


--- trunk/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt	2011-06-23 08:59:10 UTC (rev 89544)
+++ trunk/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt	2011-06-23 09:47:48 UTC (rev 89545)
@@ -7,7 +7,7 @@
 PASS /**/ 1 --> threw exception SyntaxError: Unexpected end of input.
 PASS 1 /**/ --> threw exception SyntaxError: Unexpected end of input.
 PASS 1/*
-*/--> threw exception SyntaxError: Unexpected end of input.
+*/--> threw exception SyntaxError: Unexpected token >.
 PASS --> is undefined.
 PASS /**/--> is undefined.
 PASS /*

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (89544 => 89545)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-23 08:59:10 UTC (rev 89544)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-23 09:47:48 UTC (rev 89545)
@@ -3907,7 +3907,6 @@
 // New flexbox is not yet enabled.
 BUGWK62048 SKIP : css3/flexbox = PASS
 
-BUGCR85394 : fast/js/eval-var-decl.html = FAIL PASS
 BUGCR85755 : fast/js/exception-properties.html = TEXT
 
 BUGWK62430 WIN LINUX : fast/dom/HTMLProgressElement/indeterminate-progress-001.html = FAIL
@@ -3974,9 +3973,14 @@
 // 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
-// Needs rebaselining because we fixed a bug that is in platform expectations.
-BUGCR87070 : fast/js/parser-xml-close-comment.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
+// given through eval to builtins (undefined). Test assumes that the global
+// object is given as receiver.
+// BUGCR85394 : fast/js/eval-var-decl.html = FAIL PASS
+BUGRICOW : fast/js/eval-var-decl.html = TEXT
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to