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

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

Issue 1086673002: Revert "ES6: Number and Boolean prototype should be ordinary objects" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 # Object.getPrototypeOf wraps primitive values in ES6. 201 # Object.getPrototypeOf wraps primitive values in ES6.
202 '15.2.3.2-1': [FAIL], 202 '15.2.3.2-1': [FAIL],
203 '15.2.3.2-1-3': [FAIL], 203 '15.2.3.2-1-3': [FAIL],
204 '15.2.3.2-1-4': [FAIL], 204 '15.2.3.2-1-4': [FAIL],
205 205
206 # Object.getOwnPropertyDescriptor wraps primitives in ES6. 206 # Object.getOwnPropertyDescriptor wraps primitives in ES6.
207 '15.2.3.3-1': [FAIL], 207 '15.2.3.3-1': [FAIL],
208 '15.2.3.3-1-3': [FAIL], 208 '15.2.3.3-1-3': [FAIL],
209 '15.2.3.3-1-4': [FAIL], 209 '15.2.3.3-1-4': [FAIL],
210 210
211 # Boolean.prototype is a plain object in ES6.
212 'S15.6.3.1_A1': [FAIL],
213 'S15.6.4.2_A1_T1': [FAIL],
214 'S15.6.4.2_A1_T2': [FAIL],
215 'S15.6.4.3_A1_T1': [FAIL],
216 'S15.6.4.3_A1_T2': [FAIL],
217 'S15.6.4_A1': [FAIL],
218
219 # Number.prototype is a plain object in ES6.
220 '15.7.4-1': [FAIL],
221 'S15.7.3.1_A2_T1': [FAIL],
222 'S15.7.3.1_A2_T2': [FAIL],
223 'S15.7.3.1_A3': [FAIL],
224 'S15.7.4.2_A1_T01': [FAIL],
225 'S15.7.4.2_A1_T02': [FAIL],
226 'S15.7.4.2_A1_T03': [FAIL],
227 'S15.7.4.2_A2_T01': [FAIL],
228 'S15.7.4.2_A2_T02': [FAIL],
229 'S15.7.4.2_A2_T03': [FAIL],
230 'S15.7.4.2_A2_T04': [FAIL],
231 'S15.7.4.2_A2_T05': [FAIL],
232 'S15.7.4.2_A2_T06': [FAIL],
233 'S15.7.4.2_A2_T07': [FAIL],
234 'S15.7.4.2_A2_T08': [FAIL],
235 'S15.7.4.2_A2_T09': [FAIL],
236 'S15.7.4.2_A2_T10': [FAIL],
237 'S15.7.4.2_A2_T11': [FAIL],
238 'S15.7.4.2_A2_T12': [FAIL],
239 'S15.7.4.2_A2_T13': [FAIL],
240 'S15.7.4.2_A2_T14': [FAIL],
241 'S15.7.4.2_A2_T15': [FAIL],
242 'S15.7.4.2_A2_T16': [FAIL],
243 'S15.7.4.2_A2_T17': [FAIL],
244 'S15.7.4.2_A2_T18': [FAIL],
245 'S15.7.4.2_A2_T19': [FAIL],
246 'S15.7.4.2_A2_T20': [FAIL],
247 'S15.7.4.2_A2_T21': [FAIL],
248 'S15.7.4.2_A2_T22': [FAIL],
249 'S15.7.4.2_A2_T23': [FAIL],
250 'S15.7.4.2_A2_T24': [FAIL],
251 'S15.7.4.2_A2_T25': [FAIL],
252 'S15.7.4.2_A2_T26': [FAIL],
253 'S15.7.4.2_A2_T27': [FAIL],
254 'S15.7.4.2_A2_T28': [FAIL],
255 'S15.7.4.2_A2_T29': [FAIL],
256 'S15.7.4.2_A2_T30': [FAIL],
257 'S15.7.4.2_A2_T31': [FAIL],
258 'S15.7.4.2_A2_T32': [FAIL],
259 'S15.7.4.2_A2_T33': [FAIL],
260 'S15.7.4.2_A2_T34': [FAIL],
261 'S15.7.4.4_A1_T01': [FAIL],
262 'S15.7.4.4_A1_T02': [FAIL],
263 'S15.7.4.5_A1.1_T01': [FAIL],
264 'S15.7.4_A1': [FAIL],
265
266 # Function restricted "caller" and "arguments" properties are defined only on 211 # Function restricted "caller" and "arguments" properties are defined only on
267 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6 212 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
268 '13.2-29-s': [FAIL], 213 '13.2-29-s': [FAIL],
269 '13.2-30-s': [FAIL], 214 '13.2-30-s': [FAIL],
270 '13.2-31-s': [FAIL], 215 '13.2-31-s': [FAIL],
271 '13.2-32-s': [FAIL], 216 '13.2-32-s': [FAIL],
272 '13.2-33-s': [FAIL], 217 '13.2-33-s': [FAIL],
273 '13.2-34-s': [FAIL], 218 '13.2-34-s': [FAIL],
274 '13.2-35-s': [FAIL], 219 '13.2-35-s': [FAIL],
275 '13.2-36-s': [FAIL], 220 '13.2-36-s': [FAIL],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 309
365 # BUG(3251225): Tests that timeout with --nocrankshaft. 310 # BUG(3251225): Tests that timeout with --nocrankshaft.
366 'S15.1.3.1_A2.4_T1': [SKIP], 311 'S15.1.3.1_A2.4_T1': [SKIP],
367 'S15.1.3.1_A2.5_T1': [SKIP], 312 'S15.1.3.1_A2.5_T1': [SKIP],
368 'S15.1.3.2_A2.4_T1': [SKIP], 313 'S15.1.3.2_A2.4_T1': [SKIP],
369 'S15.1.3.2_A2.5_T1': [SKIP], 314 'S15.1.3.2_A2.5_T1': [SKIP],
370 'S15.1.3.3_A2.3_T1': [SKIP], 315 'S15.1.3.3_A2.3_T1': [SKIP],
371 'S15.1.3.4_A2.3_T1': [SKIP], 316 'S15.1.3.4_A2.3_T1': [SKIP],
372 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 317 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
373 ] 318 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698