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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 | 599 |
600 # This test fails due to http://code.google.com/p/v8/issues/detail?id=187 | 600 # This test fails due to http://code.google.com/p/v8/issues/detail?id=187 |
601 # Failure to clear captures when a lookahead is unwound. | 601 # Failure to clear captures when a lookahead is unwound. |
602 'ecma_3/RegExp/15.10.2-1': [PASS, FAIL_OK], | 602 'ecma_3/RegExp/15.10.2-1': [PASS, FAIL_OK], |
603 | 603 |
604 # This test requires a failure if we try to compile a function with more | 604 # This test requires a failure if we try to compile a function with more |
605 # than 65536 arguments. This seems to be a Mozilla restriction. | 605 # than 65536 arguments. This seems to be a Mozilla restriction. |
606 'js1_5/Regress/regress-290575': [PASS, FAIL_OK], | 606 'js1_5/Regress/regress-290575': [PASS, FAIL_OK], |
607 | 607 |
608 | 608 |
609 # Fails because of the way function declarations are | |
610 # handled in V8/JSC. V8 follows IE behavior and introduce | |
611 # all nested function declarations when entering the | |
612 # surrounding function, whereas Spidermonkey declares | |
613 # them dynamically when the statement is executed. | |
614 'ecma_3/Function/scope-001': [FAIL_OK], | |
615 'ecma_3/FunExpr/fe-001': [FAIL_OK], | |
616 'js1_5/Scope/regress-184107': [FAIL_OK], | |
617 | |
618 | |
619 # Function is deletable in V8 and JSC. | 609 # Function is deletable in V8 and JSC. |
620 'js1_5/Regress/regress-352604': [FAIL_OK], | 610 'js1_5/Regress/regress-352604': [FAIL_OK], |
621 | 611 |
622 | 612 |
623 # Cannot call strings as functions. Expects not to crash. | 613 # Cannot call strings as functions. Expects not to crash. |
624 'js1_5/Regress/regress-417893': [FAIL_OK], | 614 'js1_5/Regress/regress-417893': [FAIL_OK], |
625 | 615 |
626 | 616 |
627 # Illegal escape-sequences in string literals. Has already been fixed | 617 # Illegal escape-sequences in string literals. Has already been fixed |
628 # by most engines (i.e. V8, JSC, Opera and FF). | 618 # by most engines (i.e. V8, JSC, Opera and FF). |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 | 656 |
667 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 657 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
668 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 658 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
669 'js1_5/Expressions/regress-394673': [FAIL], | 659 'js1_5/Expressions/regress-394673': [FAIL], |
670 | 660 |
671 | 661 |
672 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 | 662 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 |
673 # We do not correctly handle assignments within "with" | 663 # We do not correctly handle assignments within "with" |
674 'ecma_3/Statements/12.10-01': [FAIL], | 664 'ecma_3/Statements/12.10-01': [FAIL], |
675 | 665 |
| 666 # https://bugs.chromium.org/p/v8/issues/detail?id=4647 |
| 667 'ecma_3/FunExpr/fe-001': [FAIL_OK], |
| 668 |
676 ##################### MOZILLA EXTENSION TESTS ##################### | 669 ##################### MOZILLA EXTENSION TESTS ##################### |
677 | 670 |
678 'ecma/extensions/15.1.2.1-1': [FAIL_OK], | 671 'ecma/extensions/15.1.2.1-1': [FAIL_OK], |
679 'ecma_3/extensions/regress-385393-03': [FAIL_OK], | 672 'ecma_3/extensions/regress-385393-03': [FAIL_OK], |
680 'ecma_3/extensions/7.9.1': [FAIL_OK], | 673 'ecma_3/extensions/7.9.1': [FAIL_OK], |
681 'js1_5/extensions/catchguard-001': [FAIL_OK], | 674 'js1_5/extensions/catchguard-001': [FAIL_OK], |
682 'js1_5/extensions/catchguard-002': [FAIL_OK], | 675 'js1_5/extensions/catchguard-002': [FAIL_OK], |
683 'js1_5/extensions/catchguard-003': [FAIL_OK], | 676 'js1_5/extensions/catchguard-003': [FAIL_OK], |
684 'js1_5/extensions/getset-001': [FAIL_OK], | 677 'js1_5/extensions/getset-001': [FAIL_OK], |
685 'js1_5/extensions/getset-003': [FAIL_OK], | 678 'js1_5/extensions/getset-003': [FAIL_OK], |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'ecma_3/RegExp/regress-307456': [SKIP], | 959 'ecma_3/RegExp/regress-307456': [SKIP], |
967 'js1_5/Regress/regress-303213': [SKIP], | 960 'js1_5/Regress/regress-303213': [SKIP], |
968 'js1_5/extensions/regress-330569': [SKIP], | 961 'js1_5/extensions/regress-330569': [SKIP], |
969 'js1_5/extensions/regress-351448': [SKIP], | 962 'js1_5/extensions/regress-351448': [SKIP], |
970 'js1_5/extensions/regress-336410-1': [SKIP], | 963 'js1_5/extensions/regress-336410-1': [SKIP], |
971 | 964 |
972 #BUG(3152): Avoid C stack overflow. | 965 #BUG(3152): Avoid C stack overflow. |
973 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 966 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
974 }], # 'arch == arm64 and simulator_run == True' | 967 }], # 'arch == arm64 and simulator_run == True' |
975 ] | 968 ] |
OLD | NEW |