Title: [89023] trunk/LayoutTests
Revision
89023
Author
[email protected]
Date
2011-06-16 04:19:35 -0700 (Thu, 16 Jun 2011)

Log Message

2011-06-16  Vitaly Repeshko  <[email protected]>

        Unreviewed.

        [chromium] Updating test expectations after V8 push.

        * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
        * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89022 => 89023)


--- trunk/LayoutTests/ChangeLog	2011-06-16 11:04:57 UTC (rev 89022)
+++ trunk/LayoutTests/ChangeLog	2011-06-16 11:19:35 UTC (rev 89023)
@@ -1,3 +1,12 @@
+2011-06-16  Vitaly Repeshko  <[email protected]>
+
+        Unreviewed.
+
+        [chromium] Updating test expectations after V8 push.
+
+        * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
+        * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
+
 2011-06-16  Zsolt Fehér  <[email protected]>
 
         Reviewed by Csaba Osztrogonác.

Modified: trunk/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt (89022 => 89023)


--- trunk/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt	2011-06-16 11:04:57 UTC (rev 89022)
+++ trunk/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt	2011-06-16 11:19:35 UTC (rev 89023)
@@ -9,7 +9,7 @@
 PASS descriptor['writable'] is true
 PASS descriptor['enumerable'] is false
 PASS descriptor['configurable'] is false
-PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
+PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype.
 PASS descriptor['writable'] is true
 PASS descriptor['enumerable'] is false
 PASS descriptor['configurable'] is false

Modified: trunk/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt (89022 => 89023)


--- trunk/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt	2011-06-16 11:04:57 UTC (rev 89022)
+++ trunk/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt	2011-06-16 11:19:35 UTC (rev 89023)
@@ -9,7 +9,7 @@
 PASS descriptor['writable'] is true
 PASS descriptor['enumerable'] is false
 PASS descriptor['configurable'] is false
-PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
+PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: prototype.
 PASS descriptor['writable'] is true
 PASS descriptor['enumerable'] is false
 PASS descriptor['configurable'] is false
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to