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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 # The source field of RegExp objects is properly escaped. We match JSC. | 593 # The source field of RegExp objects is properly escaped. We match JSC. |
594 'ecma_2/RegExp/constructor-001': [FAIL_OK], | 594 'ecma_2/RegExp/constructor-001': [FAIL_OK], |
595 'ecma_2/RegExp/function-001': [FAIL_OK], | 595 'ecma_2/RegExp/function-001': [FAIL_OK], |
596 'ecma_2/RegExp/properties-001': [FAIL_OK], | 596 'ecma_2/RegExp/properties-001': [FAIL_OK], |
597 | 597 |
598 | 598 |
599 # Negative hexadecimal literals are parsed as NaN. This test is outdated. | 599 # Negative hexadecimal literals are parsed as NaN. This test is outdated. |
600 'ecma/TypeConversion/9.3.1-3': [FAIL_OK], | 600 'ecma/TypeConversion/9.3.1-3': [FAIL_OK], |
601 | 601 |
602 | 602 |
| 603 # Math.tan expectations are more strict than the spec. |
| 604 'ecma/Math/15.8.2.18': [FAIL_OK], |
| 605 |
603 ##################### FAILING TESTS ##################### | 606 ##################### FAILING TESTS ##################### |
604 | 607 |
605 # This section is for tests that fail in V8 and pass in JSC. | 608 # This section is for tests that fail in V8 and pass in JSC. |
606 # Tests that fail in both V8 and JSC belong in the FAIL_OK | 609 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
607 # category. | 610 # category. |
608 | 611 |
609 # This fails because we don't handle Function.prototype.apply with very large | 612 # This fails because we don't handle Function.prototype.apply with very large |
610 # numbers of arguments (depending on max stack size). 350256-02 needs more | 613 # numbers of arguments (depending on max stack size). 350256-02 needs more |
611 # than 4Mbytes of stack space. | 614 # than 4Mbytes of stack space. |
612 'js1_5/Array/regress-350256-02': [FAIL], | 615 'js1_5/Array/regress-350256-02': [FAIL], |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 'js1_5/extensions/regress-371636': [SKIP], | 851 'js1_5/extensions/regress-371636': [SKIP], |
849 'js1_5/Regress/regress-203278-1': [SKIP], | 852 'js1_5/Regress/regress-203278-1': [SKIP], |
850 'js1_5/Regress/regress-404755': [SKIP], | 853 'js1_5/Regress/regress-404755': [SKIP], |
851 'js1_5/Regress/regress-451322': [SKIP], | 854 'js1_5/Regress/regress-451322': [SKIP], |
852 | 855 |
853 | 856 |
854 # BUG(1040): Allow this test to timeout. | 857 # BUG(1040): Allow this test to timeout. |
855 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], | 858 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], |
856 }], # 'arch == mipsel' | 859 }], # 'arch == mipsel' |
857 ] | 860 ] |
OLD | NEW |