OLD | NEW |
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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 15.9.5.43-0-12: FAIL | 495 15.9.5.43-0-12: FAIL |
496 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is | 496 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is |
497 # Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0) | 497 # Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0) |
498 15.9.5.43-0-13: FAIL | 498 15.9.5.43-0-13: FAIL |
499 # Bug? Date.prototype.toISOString - when value of year is -Infinity | 499 # Bug? Date.prototype.toISOString - when value of year is -Infinity |
500 # Date.prototype.toISOString throw the RangeError | 500 # Date.prototype.toISOString throw the RangeError |
501 15.9.5.43-0-14: FAIL | 501 15.9.5.43-0-14: FAIL |
502 # Bug? Date.prototype.toISOString - value of year is Infinity | 502 # Bug? Date.prototype.toISOString - value of year is Infinity |
503 # Date.prototype.toISOString throw the RangeError | 503 # Date.prototype.toISOString throw the RangeError |
504 15.9.5.43-0-15: FAIL | 504 15.9.5.43-0-15: FAIL |
505 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty | |
506 # string and 'msg' isn't undefined | |
507 15.11.4.4-8-1: FAIL | |
508 | 505 |
509 ############################ SKIPPED TESTS ############################# | 506 ############################ SKIPPED TESTS ############################# |
510 | 507 |
511 # These tests take a looong time to run in debug mode. | 508 # These tests take a looong time to run in debug mode. |
512 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 509 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
513 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 510 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
514 | 511 |
515 [ $arch == arm ] | 512 [ $arch == arm ] |
516 | 513 |
517 # BUG(3251225): Tests that timeout with --nocrankshaft. | 514 # BUG(3251225): Tests that timeout with --nocrankshaft. |
518 S15.1.3.1_A2.5_T1: SKIP | 515 S15.1.3.1_A2.5_T1: SKIP |
519 S15.1.3.2_A2.5_T1: SKIP | 516 S15.1.3.2_A2.5_T1: SKIP |
520 S15.1.3.1_A2.4_T1: SKIP | 517 S15.1.3.1_A2.4_T1: SKIP |
521 S15.1.3.1_A2.5_T1: SKIP | 518 S15.1.3.1_A2.5_T1: SKIP |
522 S15.1.3.2_A2.4_T1: SKIP | 519 S15.1.3.2_A2.4_T1: SKIP |
523 S15.1.3.2_A2.5_T1: SKIP | 520 S15.1.3.2_A2.5_T1: SKIP |
524 S15.1.3.3_A2.3_T1: SKIP | 521 S15.1.3.3_A2.3_T1: SKIP |
525 S15.1.3.4_A2.3_T1: SKIP | 522 S15.1.3.4_A2.3_T1: SKIP |
526 S15.1.3.1_A2.5_T1: SKIP | 523 S15.1.3.1_A2.5_T1: SKIP |
527 S15.1.3.2_A2.5_T1: SKIP | 524 S15.1.3.2_A2.5_T1: SKIP |
528 | 525 |
529 [ $arch == mips ] | 526 [ $arch == mips ] |
530 | 527 |
531 # Skip all tests on MIPS. | 528 # Skip all tests on MIPS. |
532 *: SKIP | 529 *: SKIP |
OLD | NEW |