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

Side by Side Diff: test/es5conform/es5conform.status

Issue 546032: Enabled es5conform tests for new array methods and corrected errors that was ... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/get-own-property-descriptor.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 20 matching lines...) Expand all
31 31
32 chapter07: UNIMPLEMENTED 32 chapter07: UNIMPLEMENTED
33 chapter08: UNIMPLEMENTED 33 chapter08: UNIMPLEMENTED
34 chapter10: UNIMPLEMENTED 34 chapter10: UNIMPLEMENTED
35 chapter11: UNIMPLEMENTED 35 chapter11: UNIMPLEMENTED
36 chapter12: UNIMPLEMENTED 36 chapter12: UNIMPLEMENTED
37 chapter13: UNIMPLEMENTED 37 chapter13: UNIMPLEMENTED
38 chapter14: UNIMPLEMENTED 38 chapter14: UNIMPLEMENTED
39 chapter15/15.1: UNIMPLEMENTED 39 chapter15/15.1: UNIMPLEMENTED
40 chapter15/15.2/15.2.3/15.2.3.1: UNIMPLEMENTED 40 chapter15/15.2/15.2.3/15.2.3.1: UNIMPLEMENTED
41 chapter15/15.2/15.2.3/15.2.3.3: UNIMPLEMENTED
42 chapter15/15.2/15.2.3/15.2.3.4: UNIMPLEMENTED 41 chapter15/15.2/15.2.3/15.2.3.4: UNIMPLEMENTED
43 chapter15/15.2/15.2.3/15.2.3.5: UNIMPLEMENTED 42 chapter15/15.2/15.2.3/15.2.3.5: UNIMPLEMENTED
44 chapter15/15.2/15.2.3/15.2.3.6: UNIMPLEMENTED 43 chapter15/15.2/15.2.3/15.2.3.6: UNIMPLEMENTED
45 chapter15/15.2/15.2.3/15.2.3.7: UNIMPLEMENTED 44 chapter15/15.2/15.2.3/15.2.3.7: UNIMPLEMENTED
46 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED 45 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED
47 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED 46 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED
48 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED 47 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED
49 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED 48 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED
50 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED 49 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED
51 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED 50 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED
52 51
53 # Object.getPrototypeOf 52 # Object.getPrototypeOf
54 chapter15/15.2/15.2.3/15.2.3.2: PASS 53 chapter15/15.2/15.2.3/15.2.3.2: PASS
55 54
55 # Object.getOwnPropertyDescriptor
56 chapter15/15.2/15.2.3/15.2.3.3: PASS
57
58 # NOT IMPLEMENTED: defineProperty
59 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3: FAIL_OK
60
61 # NOT IMPLEMENTED: getOwnPropertyNames
62 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16: FAIL_OK
63
64 # NOT IMPLEMENTED: defineProperty
65 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18: FAIL_OK
66
67 # NOT IMPLEMENTED: defineProperties
68 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19: FAIL_OK
69
70 # NOT IMPLEMENTED: seal
71 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: FAIL_OK
72
73 # NOT IMPLEMENTED: freeze
74 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: FAIL_OK
75
76 # NOT IMPLEMENTED: preventExtensions
77 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22: FAIL_OK
78
79 # NOT IMPLEMENTED: isSealed
80 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: FAIL_OK
81
82 # NOT IMPLEMENTED: isFrozen
83 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: FAIL_OK
84
85 # NOT IMPLEMENTED: isExtensible
86 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25: FAIL_OK
87
88 # NOT IMPLEMENTED: bind
89 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: FAIL_OK
90
91 # Built-ins have wrong descriptor (should all be false)
92 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
93 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
94 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
95 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182: FAIL_OK
96
97 # Our Function object has a "arguments" property which is used as a non
98 # property in in the test
99 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK
100
101
102 # Our Function object has a "caller" property which is used as a non
103 # property in in the test
104 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK
105
106 # Built-ins have wrong descriptor (should all be false)
107 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185: FAIL_OK
108 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186: FAIL_OK
109 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187: FAIL_OK
110 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188: FAIL_OK
111 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189: FAIL_OK
112 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190: FAIL_OK
113 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191: FAIL_OK
114 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192: FAIL_OK
115 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193: FAIL_OK
116 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194: FAIL_OK
117 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195: FAIL_OK
118 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201: FAIL_OK
119 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210: FAIL_OK
120 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211: FAIL_OK
121
122
123 # NOT IMPLEMENTED: RegExp.prototype.source
124 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212: FAIL_OK
125
126 # NOT IMPLEMENTED: RegExp.prototype.global
127 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213: FAIL_OK
128
129 # NOT IMPLEMENTED: RegExp.prototype.ignoreCase
130 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214: FAIL_OK
131
132 # NOT IMPLEMENTED: RegExp.prototype.multiline
133 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215: FAIL_OK
134
135 # Errors have wrong descriptor (should all be false)
136 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216: FAIL_OK
137 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217: FAIL_OK
138 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218: FAIL_OK
139 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219: FAIL_OK
140 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220: FAIL_OK
141 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221: FAIL_OK
142 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222: FAIL_OK
143
144
56 # Object.keys 145 # Object.keys
57 chapter15/15.2/15.2.3/15.2.3.14: PASS 146 chapter15/15.2/15.2.3/15.2.3.14: PASS
58 147
59 # We fail this because Object.keys returns numbers for element indices 148 # We fail this because Object.keys returns numbers for element indices
60 # rather than strings. 149 # rather than strings.
61 chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3: FAIL_OK 150 chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3: FAIL_OK
62 151
63 chapter15/15.3: UNIMPLEMENTED 152 chapter15/15.3: UNIMPLEMENTED
64 chapter15/15.4: UNIMPLEMENTED 153
154 chapter15/15.4/15.4.4/15.4.4.14: UNIMPLEMENTED
155 chapter15/15.4/15.4.4/15.4.4.15: UNIMPLEMENTED
156 chapter15/15.4/15.4.4/15.4.4.20: UNIMPLEMENTED
157 chapter15/15.4/15.4.4/15.4.4.21: UNIMPLEMENTED
158 chapter15/15.4/15.4.4/15.4.4.22: UNIMPLEMENTED
159
160 # Array.prototype.every
161 chapter15/15.4/15.4.4/15.4.4.16: PASS
162
163 # Wrong test - because this is not given as argument to arr.every
164 # this._15_4_4_16_5_1 evaluates to undefined
165 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1: FAIL_OK
166
167 # In test case the element is not appended - it is added in the middle of
168 # the array
169 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1: FAIL_OK
170
171 # We fail because the test assumes that if the reference to array is deleted it
172 # is not longer traversed
173 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7: FAIL_OK
174
175 # if (val>1) in test should be if (val>2)
176 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10: FAIL_OK
177
178
179 # Array.prototype.some
180 chapter15/15.4/15.4.4/15.4.4.17: PASS
181
182 # Wrong assumption - according to spec some returns a Boolean, not a number
183 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK
184
185 # Same as 15.4.4.16-5-1
186 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1: FAIL_OK
187
188 # Same as 15.4.4.16-7-1
189 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1: FAIL_OK
190
191 # Same as 15.4.4.16-7-7
192 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-7: FAIL_OK
193
194 # Same as 15.4.4.16-10-8
195 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK
196
197
198 # Array.prototype.forEach
199 chapter15/15.4/15.4.4/15.4.4.18: PASS
200
201 # Same as 15.4.4.16-5-1
202 chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1: FAIL_OK
203
204 # Same as 15.4.4.16-7-7
205 chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-6: FAIL_OK
206
207
208 # Array.prototype.map
209 chapter15/15.4/15.4.4/15.4.4.19: PASS
210
211 # Same as 15.4.4.16-5-1
212 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1: FAIL_OK
213
214 # Same as 15.4.4.16-7-7
215 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7: FAIL_OK
216
217 # Uses a array index number as a property
218 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1: FAIL_OK
219
220
65 chapter15/15.5: UNIMPLEMENTED 221 chapter15/15.5: UNIMPLEMENTED
66 chapter15/15.6: UNIMPLEMENTED 222 chapter15/15.6: UNIMPLEMENTED
67 chapter15/15.7: UNIMPLEMENTED 223 chapter15/15.7: UNIMPLEMENTED
68 chapter15/15.9: UNIMPLEMENTED 224 chapter15/15.9: UNIMPLEMENTED
69 chapter15/15.10: UNIMPLEMENTED 225 chapter15/15.10: UNIMPLEMENTED
70 chapter15/15.12: UNIMPLEMENTED 226 chapter15/15.12: UNIMPLEMENTED
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/get-own-property-descriptor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698