Title: [87858] trunk/LayoutTests
Revision
87858
Author
[email protected]
Date
2011-06-01 15:51:37 -0700 (Wed, 01 Jun 2011)

Log Message

2011-06-01  Adam Barth  <[email protected]>

        Update expected results to match V8 rather than JSC.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87857 => 87858)


--- trunk/LayoutTests/ChangeLog	2011-06-01 22:48:28 UTC (rev 87857)
+++ trunk/LayoutTests/ChangeLog	2011-06-01 22:51:37 UTC (rev 87858)
@@ -1,3 +1,9 @@
+2011-06-01  Adam Barth  <[email protected]>
+
+        Update expected results to match V8 rather than JSC.
+
+        * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
+
 2011-06-01  Noel Gordon  <[email protected]>
 
         Reviewed by Tony Chang.

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


--- trunk/LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt	2011-06-01 22:48:28 UTC (rev 87857)
+++ trunk/LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt	2011-06-01 22:51:37 UTC (rev 87858)
@@ -10,7 +10,7 @@
 PASS o2.b is 8
 PASS o2.b is 11
 Setting a value without having a setter
-PASS o3.x = 10; threw exception TypeError: Cannot set property x of #<Object> which has only a getter.
+FAIL o3.x = 10; should throw an exception. Was 10.
 Getting a value without having a getter
 PASS o4.x is undefined.
 __lookupGetter__ and __lookupSetter__
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to