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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 591 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
592 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 592 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
593 | 593 |
594 # Tests do not return boolean. | 594 # Tests do not return boolean. |
595 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], | 595 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], |
596 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], | 596 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], |
597 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], | 597 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], |
598 | 598 |
599 ############################ SKIPPED TESTS ############################# | 599 ############################ SKIPPED TESTS ############################# |
600 | 600 |
601 # These tests take a looong time to run. | 601 # These tests take a looong time to run in debug mode. |
602 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 602 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [PASS, ['mode == debug', SKIP]], |
603 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 603 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [PASS, ['mode == debug', SKIP]], |
604 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 604 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [PASS, ['mode == debug', SKIP]], |
605 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | 605 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [PASS, ['mode == debug', SKIP]], |
606 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | 606 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
607 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 607 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], |
608 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], | 608 'built-ins/RegExp/S15.10.2.12_A3_T1': [PASS, ['mode == debug', SKIP]], |
609 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], | 609 'intl402/9.2.6_4_b': [PASS, ['mode == debug', SKIP]], |
610 'intl402/9.2.6_4_b': [SKIP], | 610 'language/literals/regexp/S7.8.5_A1.1_T2': [PASS, ['mode == debug', SKIP]], |
611 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], | 611 'language/literals/regexp/S7.8.5_A1.4_T2': [PASS, ['mode == debug', SKIP]], |
612 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], | 612 'language/literals/regexp/S7.8.5_A2.1_T2': [PASS, ['mode == debug', SKIP]], |
613 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], | 613 'language/literals/regexp/S7.8.5_A2.4_T2': [PASS, ['mode == debug', SKIP]], |
614 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], | |
615 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]], | 614 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]], |
616 }], # ALWAYS | 615 }], # ALWAYS |
617 | 616 |
618 ['system == macos', { | 617 ['system == macos', { |
619 'intl402/11.3.2_TRP': [FAIL], | 618 'intl402/11.3.2_TRP': [FAIL], |
620 'intl402/9.2.5_11_g_ii_2': [FAIL], | 619 'intl402/9.2.5_11_g_ii_2': [FAIL], |
621 }], # system == macos | 620 }], # system == macos |
622 | 621 |
623 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 622 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
624 | 623 |
625 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 624 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
626 # compilation of parenthesized function literals. Needs investigation. | 625 # compilation of parenthesized function literals. Needs investigation. |
627 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 626 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
628 | 627 |
629 # BUG(3251225): Tests that timeout with --nocrankshaft. | 628 # BUG(3251225): Tests that timeout with --nocrankshaft. |
630 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 629 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
631 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 630 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
632 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 631 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
633 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 632 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
634 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 633 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
635 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 634 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
636 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 635 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
637 ] | 636 ] |
OLD | NEW |