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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 | 617 |
618 | 618 |
619 # Function is deletable in V8 and JSC. | 619 # Function is deletable in V8 and JSC. |
620 'js1_5/Regress/regress-352604': [FAIL_OK], | 620 'js1_5/Regress/regress-352604': [FAIL_OK], |
621 | 621 |
622 | 622 |
623 # Cannot call strings as functions. Expects not to crash. | 623 # Cannot call strings as functions. Expects not to crash. |
624 'js1_5/Regress/regress-417893': [FAIL_OK], | 624 'js1_5/Regress/regress-417893': [FAIL_OK], |
625 | 625 |
626 | 626 |
| 627 # Unsupported use of "[]" as function parameter. We match JSC. |
| 628 'js1_5/Regress/regress-416737-01': [FAIL_OK], |
| 629 'js1_5/Regress/regress-416737-02': [FAIL_OK], |
| 630 |
| 631 |
627 # Illegal escape-sequences in string literals. Has already been fixed | 632 # Illegal escape-sequences in string literals. Has already been fixed |
628 # by most engines (i.e. V8, JSC, Opera and FF). | 633 # by most engines (i.e. V8, JSC, Opera and FF). |
629 'ecma/Array/15.4.5.1-1': [FAIL_OK], | 634 'ecma/Array/15.4.5.1-1': [FAIL_OK], |
630 'ecma/LexicalConventions/7.7.4': [FAIL_OK], | 635 'ecma/LexicalConventions/7.7.4': [FAIL_OK], |
631 'ecma_2/RegExp/hex-001': [FAIL_OK], | 636 'ecma_2/RegExp/hex-001': [FAIL_OK], |
632 'js1_2/regexp/hexadecimal': [FAIL_OK], | 637 'js1_2/regexp/hexadecimal': [FAIL_OK], |
633 | 638 |
634 | 639 |
635 # The source field of RegExp objects is properly escaped. We match JSC. | 640 # The source field of RegExp objects is properly escaped. We match JSC. |
636 'ecma_2/RegExp/constructor-001': [FAIL_OK], | 641 'ecma_2/RegExp/constructor-001': [FAIL_OK], |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'ecma_3/RegExp/regress-307456': [SKIP], | 971 'ecma_3/RegExp/regress-307456': [SKIP], |
967 'js1_5/Regress/regress-303213': [SKIP], | 972 'js1_5/Regress/regress-303213': [SKIP], |
968 'js1_5/extensions/regress-330569': [SKIP], | 973 'js1_5/extensions/regress-330569': [SKIP], |
969 'js1_5/extensions/regress-351448': [SKIP], | 974 'js1_5/extensions/regress-351448': [SKIP], |
970 'js1_5/extensions/regress-336410-1': [SKIP], | 975 'js1_5/extensions/regress-336410-1': [SKIP], |
971 | 976 |
972 #BUG(3152): Avoid C stack overflow. | 977 #BUG(3152): Avoid C stack overflow. |
973 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 978 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
974 }], # 'arch == arm64 and simulator_run == True' | 979 }], # 'arch == arm64 and simulator_run == True' |
975 ] | 980 ] |
OLD | NEW |