| 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 | 593 |
| 594 | 594 |
| 595 # Illegal escape-sequences in string literals. Has already been fixed | 595 # Illegal escape-sequences in string literals. Has already been fixed |
| 596 # by most engines (i.e. V8, JSC, Opera and FF). | 596 # by most engines (i.e. V8, JSC, Opera and FF). |
| 597 ecma/Array/15.4.5.1-1: FAIL_OK | 597 ecma/Array/15.4.5.1-1: FAIL_OK |
| 598 ecma/LexicalConventions/7.7.4: FAIL_OK | 598 ecma/LexicalConventions/7.7.4: FAIL_OK |
| 599 ecma_2/RegExp/hex-001: FAIL_OK | 599 ecma_2/RegExp/hex-001: FAIL_OK |
| 600 js1_2/regexp/hexadecimal: FAIL_OK | 600 js1_2/regexp/hexadecimal: FAIL_OK |
| 601 | 601 |
| 602 | 602 |
| 603 # The source field of RegExp objects is properly escaped. We match JSC. |
| 604 ecma_2/RegExp/constructor-001: FAIL_OK |
| 605 ecma_2/RegExp/function-001: FAIL_OK |
| 606 ecma_2/RegExp/properties-001: FAIL_OK |
| 607 |
| 608 |
| 603 ##################### FAILING TESTS ##################### | 609 ##################### FAILING TESTS ##################### |
| 604 | 610 |
| 605 # This section is for tests that fail in V8 and pass in JSC. | 611 # 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 | 612 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
| 607 # category. | 613 # category. |
| 608 | 614 |
| 609 # This fails because we don't handle Function.prototype.apply with very large | 615 # 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 than | 616 # numbers of arguments (depending on max stack size). 350256-02 needs more than |
| 611 # 4Mbytes of stack space. | 617 # 4Mbytes of stack space. |
| 612 js1_5/Array/regress-350256-02: FAIL | 618 js1_5/Array/regress-350256-02: FAIL |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 ecma/Date/15.9.5.12-2: SKIP | 933 ecma/Date/15.9.5.12-2: SKIP |
| 928 ecma/Date/15.9.5.8: SKIP | 934 ecma/Date/15.9.5.8: SKIP |
| 929 ecma/Date/15.9.5.9: SKIP | 935 ecma/Date/15.9.5.9: SKIP |
| 930 ecma/Date/15.9.5.11-2: SKIP | 936 ecma/Date/15.9.5.11-2: SKIP |
| 931 ecma/Expressions/11.7.2: SKIP | 937 ecma/Expressions/11.7.2: SKIP |
| 932 ecma/Expressions/11.10-2: SKIP | 938 ecma/Expressions/11.10-2: SKIP |
| 933 ecma/Expressions/11.7.3: SKIP | 939 ecma/Expressions/11.7.3: SKIP |
| 934 ecma/Expressions/11.10-3: SKIP | 940 ecma/Expressions/11.10-3: SKIP |
| 935 ecma/Expressions/11.7.1: SKIP | 941 ecma/Expressions/11.7.1: SKIP |
| 936 ecma_3/RegExp/regress-209067: SKIP | 942 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |