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

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

Issue 8372064: Fix setting array length to be ES5 conform. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Daniel Clifford. Created 9 years, 1 month 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/objects.cc ('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 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 15.2.3.6-4-619: FAIL 373 15.2.3.6-4-619: FAIL
374 # Bug? ES5 Attributes - all attributes in Array.prototype.reduceRight are 374 # Bug? ES5 Attributes - all attributes in Array.prototype.reduceRight are
375 # correct 375 # correct
376 15.2.3.6-4-620: FAIL 376 15.2.3.6-4-620: FAIL
377 # Bug? ES5 Attributes - all attributes in String.prototype.trim are correct 377 # Bug? ES5 Attributes - all attributes in String.prototype.trim are correct
378 15.2.3.6-4-621: FAIL 378 15.2.3.6-4-621: FAIL
379 # Bug? ES5 Attributes - all attributes in Date.prototype.toISOString are correct 379 # Bug? ES5 Attributes - all attributes in Date.prototype.toISOString are correct
380 15.2.3.6-4-623: FAIL 380 15.2.3.6-4-623: FAIL
381 # Bug? ES5 Attributes - all attributes in Date.prototype.toJSON are correct 381 # Bug? ES5 Attributes - all attributes in Date.prototype.toJSON are correct
382 15.2.3.6-4-624: FAIL 382 15.2.3.6-4-624: FAIL
383 # Bug? Array.prototype.indexOf - decreasing length of array does not delete
384 # non-configurable properties
385 15.4.4.14-9-a-19: FAIL
386 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete
387 # non-configurable properties
388 15.4.4.15-8-a-19: FAIL
389 # Bug? Array.prototype.every - decreasing length of array does not delete
390 # non-configurable properties
391 15.4.4.16-7-b-16: FAIL
392 # Bug? Array.prototype.some - decreasing length of array does not delete
393 # non-configurable properties
394 15.4.4.17-7-b-16: FAIL
395 # Bug? Array.prototype.forEach - decreasing length of array does not delete
396 # non-configurable properties
397 15.4.4.18-7-b-16: FAIL
398 # Bug? Array.prototype.map - decreasing length of array does not delete
399 # non-configurable properties
400 15.4.4.19-8-b-16: FAIL
401 # Bug? Array.prototype.filter - decreasing length of array does not delete
402 # non-configurable properties
403 15.4.4.20-9-b-16: FAIL
404 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not
405 # delete non-configurable properties
406 15.4.4.21-9-b-16: FAIL
407 # Bug? Array.prototype.reduce - decreasing length of array does not delete
408 # non-configurable properties
409 15.4.4.21-9-b-29: FAIL
410 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does
411 # not delete non-configurable properties
412 15.4.4.22-9-b-16: FAIL
413 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
414 # non-configurable properties
415 15.4.4.22-9-b-29: FAIL
416 383
417 ############################ SKIPPED TESTS ############################# 384 ############################ SKIPPED TESTS #############################
418 385
419 # These tests take a looong time to run in debug mode. 386 # These tests take a looong time to run in debug mode.
420 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 387 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
421 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 388 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
422 389
423 [ $arch == arm ] 390 [ $arch == arm ]
424 391
425 # BUG(3251225): Tests that timeout with --nocrankshaft. 392 # BUG(3251225): Tests that timeout with --nocrankshaft.
426 S15.1.3.1_A2.5_T1: SKIP 393 S15.1.3.1_A2.5_T1: SKIP
427 S15.1.3.2_A2.5_T1: SKIP 394 S15.1.3.2_A2.5_T1: SKIP
428 S15.1.3.1_A2.4_T1: SKIP 395 S15.1.3.1_A2.4_T1: SKIP
429 S15.1.3.1_A2.5_T1: SKIP 396 S15.1.3.1_A2.5_T1: SKIP
430 S15.1.3.2_A2.4_T1: SKIP 397 S15.1.3.2_A2.4_T1: SKIP
431 S15.1.3.2_A2.5_T1: SKIP 398 S15.1.3.2_A2.5_T1: SKIP
432 S15.1.3.3_A2.3_T1: SKIP 399 S15.1.3.3_A2.3_T1: SKIP
433 S15.1.3.4_A2.3_T1: SKIP 400 S15.1.3.4_A2.3_T1: SKIP
434 S15.1.3.1_A2.5_T1: SKIP 401 S15.1.3.1_A2.5_T1: SKIP
435 S15.1.3.2_A2.5_T1: SKIP 402 S15.1.3.2_A2.5_T1: SKIP
436 403
437 [ $arch == mips ] 404 [ $arch == mips ]
438 405
439 # Skip all tests on MIPS. 406 # Skip all tests on MIPS.
440 *: SKIP 407 *: SKIP
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698