| 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 # The source field of RegExp objects is properly escaped. We match JSC. | 594 # The source field of RegExp objects is properly escaped. We match JSC. |
| 595 'ecma_2/RegExp/constructor-001': [FAIL_OK], | 595 'ecma_2/RegExp/constructor-001': [FAIL_OK], |
| 596 'ecma_2/RegExp/function-001': [FAIL_OK], | 596 'ecma_2/RegExp/function-001': [FAIL_OK], |
| 597 'ecma_2/RegExp/properties-001': [FAIL_OK], | 597 'ecma_2/RegExp/properties-001': [FAIL_OK], |
| 598 | 598 |
| 599 | 599 |
| 600 # Negative hexadecimal literals are parsed as NaN. This test is outdated. | 600 # Negative hexadecimal literals are parsed as NaN. This test is outdated. |
| 601 'ecma/TypeConversion/9.3.1-3': [FAIL_OK], | 601 'ecma/TypeConversion/9.3.1-3': [FAIL_OK], |
| 602 | 602 |
| 603 | 603 |
| 604 # Math.tan expectations are more strict than the spec. |
| 605 'ecma/Math/15.8.2.18': [FAIL_OK], |
| 606 |
| 604 ##################### FAILING TESTS ##################### | 607 ##################### FAILING TESTS ##################### |
| 605 | 608 |
| 606 # This section is for tests that fail in V8 and pass in JSC. | 609 # This section is for tests that fail in V8 and pass in JSC. |
| 607 # Tests that fail in both V8 and JSC belong in the FAIL_OK | 610 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
| 608 # category. | 611 # category. |
| 609 | 612 |
| 610 # This fails because we don't handle Function.prototype.apply with very large | 613 # This fails because we don't handle Function.prototype.apply with very large |
| 611 # numbers of arguments (depending on max stack size). 350256-02 needs more th
an | 614 # numbers of arguments (depending on max stack size). 350256-02 needs more th
an |
| 612 # 4Mbytes of stack space. | 615 # 4Mbytes of stack space. |
| 613 'js1_5/Array/regress-350256-02': [FAIL], | 616 'js1_5/Array/regress-350256-02': [FAIL], |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 'js1_5/Regress/regress-416628': [SKIP], | 873 'js1_5/Regress/regress-416628': [SKIP], |
| 871 'js1_5/extensions/regress-371636': [SKIP], | 874 'js1_5/extensions/regress-371636': [SKIP], |
| 872 'ecma_3/RegExp/regress-330684': [SKIP], | 875 'ecma_3/RegExp/regress-330684': [SKIP], |
| 873 'ecma_3/RegExp/regress-307456': [SKIP], | 876 'ecma_3/RegExp/regress-307456': [SKIP], |
| 874 'js1_5/Regress/regress-303213': [SKIP], | 877 'js1_5/Regress/regress-303213': [SKIP], |
| 875 'js1_5/extensions/regress-330569': [SKIP], | 878 'js1_5/extensions/regress-330569': [SKIP], |
| 876 'js1_5/extensions/regress-351448': [SKIP], | 879 'js1_5/extensions/regress-351448': [SKIP], |
| 877 'js1_5/extensions/regress-336410-1': [SKIP], | 880 'js1_5/extensions/regress-336410-1': [SKIP], |
| 878 }], # 'arch == a64 and simulator_run == True' | 881 }], # 'arch == a64 and simulator_run == True' |
| 879 ] | 882 ] |
| OLD | NEW |