Title: [91298] trunk/LayoutTests
Revision
91298
Author
[email protected]
Date
2011-07-19 14:03:33 -0700 (Tue, 19 Jul 2011)

Log Message

Chromium rebaseline after r91290.

* platform/chromium/fast/js/array-prototype-properties-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91297 => 91298)


--- trunk/LayoutTests/ChangeLog	2011-07-19 20:47:54 UTC (rev 91297)
+++ trunk/LayoutTests/ChangeLog	2011-07-19 21:03:33 UTC (rev 91298)
@@ -1,5 +1,11 @@
 2011-07-19  Ryosuke Niwa  <[email protected]>
 
+        Chromium rebaseline after r91290.
+
+        * platform/chromium/fast/js/array-prototype-properties-expected.txt: Added.
+
+2011-07-19  Ryosuke Niwa  <[email protected]>
+
         Chromium Windows rebaseline after r91277, and Chromium rebaseline for r91284.
 
         * platform/chromium/fast/js/string-prototype-properties-expected.txt: Added.

Added: trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt (0 => 91298)


--- trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt	2011-07-19 21:03:33 UTC (rev 91298)
@@ -0,0 +1,30 @@
+This is a test case for bug 64679.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Array.prototype.toString.call(undefined) threw exception TypeError: Array.prototype.toString is not generic.
+PASS Array.prototype.toLocaleString.call(undefined) threw exception TypeError: Array.prototype.toString is not generic.
+PASS Array.prototype.concat.call(undefined, []) threw exception TypeError: Array.prototype.concat called on null or undefined.
+PASS Array.prototype.join.call(undefined, []) threw exception TypeError: Array.prototype.join called on null or undefined.
+PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on null or undefined.
+PASS Array.prototype.push.call(undefined, {}) threw exception TypeError: Array.prototype.push called on null or undefined.
+PASS Array.prototype.reverse.call(undefined) threw exception TypeError: Array.prototype.reverse called on null or undefined.
+PASS Array.prototype.shift.call(undefined) threw exception TypeError: Array.prototype.shift called on null or undefined.
+PASS Array.prototype.slice.call(undefined, 0, 1) threw exception TypeError: Array.prototype.slice called on null or undefined.
+PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.prototype.sort called on null or undefined.
+PASS Array.prototype.splice.call(undefined, 0, 1) threw exception TypeError: Array.prototype.splice called on null or undefined.
+PASS Array.prototype.unshift.call(undefined, {}) threw exception TypeError: Array.prototype.unshift called on null or undefined.
+PASS Array.prototype.every.call(undefined, toString) threw exception TypeError: Array.prototype.every called on null or undefined.
+PASS Array.prototype.forEach.call(undefined, toString) threw exception TypeError: Array.prototype.forEach called on null or undefined.
+PASS Array.prototype.some.call(undefined, toString) threw exception TypeError: Array.prototype.some called on null or undefined.
+PASS Array.prototype.indexOf.call(undefined, 0) threw exception TypeError: Array.prototype.indexOf called on null or undefined.
+PASS Array.prototype.indlastIndexOfexOf.call(undefined, 0) threw exception TypeError: Cannot call method 'call' of undefined.
+PASS Array.prototype.filter.call(undefined, toString) threw exception TypeError: Array.prototype.filter called on null or undefined.
+PASS Array.prototype.reduce.call(undefined, toString) threw exception TypeError: Array.prototype.reduce called on null or undefined.
+PASS Array.prototype.reduceRight.call(undefined, toString) threw exception TypeError: Array.prototype.reduceRight called on null or undefined.
+PASS Array.prototype.map.call(undefined, toString) threw exception TypeError: Array.prototype.map called on null or undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to