Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Side by Side Diff: LayoutTests/fast/js/array-prototype-properties-expected.txt

Issue 20867002: Remove old tests that have been migrated to the v8 repo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unused script-tests as well Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a test case for bug 64679.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Array.prototype.toString.call(undefined) threw exception TypeError: Cannot convert undefined or null to object.
7 PASS Array.prototype.toLocaleString.call(undefined) threw exception TypeError: C annot convert undefined or null to object.
8 PASS Array.prototype.concat.call(undefined, []) threw exception TypeError: Array .prototype.concat called on null or undefined.
9 PASS Array.prototype.join.call(undefined, []) threw exception TypeError: Array.p rototype.join called on null or undefined.
10 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.protot ype.pop called on null or undefined.
11 PASS Array.prototype.push.call(undefined, {}) threw exception TypeError: Array.p rototype.push called on null or undefined.
12 PASS Array.prototype.reverse.call(undefined) threw exception TypeError: Array.pr ototype.reverse called on null or undefined.
13 PASS Array.prototype.shift.call(undefined) threw exception TypeError: Array.prot otype.shift called on null or undefined.
14 PASS Array.prototype.slice.call(undefined, 0, 1) threw exception TypeError: Arra y.prototype.slice called on null or undefined.
15 PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.proto type.sort called on null or undefined.
16 PASS Array.prototype.splice.call(undefined, 0, 1) threw exception TypeError: Arr ay.prototype.splice called on null or undefined.
17 PASS Array.prototype.unshift.call(undefined, {}) threw exception TypeError: Arra y.prototype.unshift called on null or undefined.
18 PASS Array.prototype.every.call(undefined, toString) threw exception TypeError: Array.prototype.every called on null or undefined.
19 PASS Array.prototype.forEach.call(undefined, toString) threw exception TypeError : Array.prototype.forEach called on null or undefined.
20 PASS Array.prototype.some.call(undefined, toString) threw exception TypeError: A rray.prototype.some called on null or undefined.
21 PASS Array.prototype.indexOf.call(undefined, 0) threw exception TypeError: Array .prototype.indexOf called on null or undefined.
22 PASS Array.prototype.indlastIndexOfexOf.call(undefined, 0) threw exception TypeE rror: Cannot call method 'call' of undefined.
23 PASS Array.prototype.filter.call(undefined, toString) threw exception TypeError: Array.prototype.filter called on null or undefined.
24 PASS Array.prototype.reduce.call(undefined, toString) threw exception TypeError: Array.prototype.reduce called on null or undefined.
25 PASS Array.prototype.reduceRight.call(undefined, toString) threw exception TypeE rror: Array.prototype.reduceRight called on null or undefined.
26 PASS Array.prototype.map.call(undefined, toString) threw exception TypeError: Ar ray.prototype.map called on null or undefined.
27 PASS [{toLocaleString:function(){throw 1}},{toLocaleString:function(){throw 2}}] .toLocaleString() threw exception 1.
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/array-prototype-properties.html ('k') | LayoutTests/fast/js/array-slow-put.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698