Title: [107962] trunk/LayoutTests
Revision
107962
Author
jam...@google.com
Date
2012-02-16 11:57:50 -0800 (Thu, 16 Feb 2012)

Log Message

[chromium] Unreviewed gardening

* platform/chromium/fast/js/property-getters-and-setters-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107961 => 107962)


--- trunk/LayoutTests/ChangeLog	2012-02-16 19:39:53 UTC (rev 107961)
+++ trunk/LayoutTests/ChangeLog	2012-02-16 19:57:50 UTC (rev 107962)
@@ -1,3 +1,10 @@
+2012-02-16  James Robinson  <jam...@chromium.org>
+
+        [chromium] Unreviewed gardening
+
+        * platform/chromium/fast/js/property-getters-and-setters-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2012-02-16  Raul Hudea  <rhu...@adobe.com>
 
         [CSSRegions]overflowRegion tests are flaky

Modified: trunk/LayoutTests/platform/chromium/fast/js/property-getters-and-setters-expected.txt (107961 => 107962)


--- trunk/LayoutTests/platform/chromium/fast/js/property-getters-and-setters-expected.txt	2012-02-16 19:39:53 UTC (rev 107961)
+++ trunk/LayoutTests/platform/chromium/fast/js/property-getters-and-setters-expected.txt	2012-02-16 19:57:50 UTC (rev 107962)
@@ -10,7 +10,7 @@
 PASS o2.b is 8
 PASS o2.b is 11
 Setting a value without having a setter
-FAIL o3.x = 10; should throw an exception. Was 10.
+PASS o3.x = 10; o3.x is 42
 Getting a value without having a getter
 PASS o4.x is undefined.
 __lookupGetter__ and __lookupSetter__

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (107961 => 107962)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-02-16 19:39:53 UTC (rev 107961)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-02-16 19:57:50 UTC (rev 107962)
@@ -3871,6 +3871,9 @@
 BUGWK78830 : svg/custom/mask-invalidation.svg = IMAGE
 BUGWK78830 : svg/repaint/image-with-clip-path.svg = IMAGE
 
+BUGWK78832 MAC : fast/dom/shadow/shadow-boundary-events.html = TEXT
+BUGWK78832 MAC : fast/events/related-target-focusevent.html = TEXT
+
 // Needs a rebaseline, as svg/dynamic-updates tests are now using the repaint.js harness.
 BUGWK78219 : svg/dynamic-updates/SVGAElement-dom-href-attr.html = IMAGE
 BUGWK78219 : svg/dynamic-updates/SVGAElement-dom-target-attr.html = IMAGE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to