OLD | NEW |
1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 # This section is for tests that fail in V8 and pass in JSC. | 592 # This section is for tests that fail in V8 and pass in JSC. |
593 # Tests that fail in both V8 and JSC belong in the FAIL_OK | 593 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
594 # category. | 594 # category. |
595 | 595 |
596 # This fails because we don't handle Function.prototype.apply with very large | 596 # This fails because we don't handle Function.prototype.apply with very large |
597 # numbers of arguments (depending on max stack size). 350256-02 needs more than | 597 # numbers of arguments (depending on max stack size). 350256-02 needs more than |
598 # 4Mbytes of stack space. | 598 # 4Mbytes of stack space. |
599 js1_5/Array/regress-350256-02: FAIL | 599 js1_5/Array/regress-350256-02: FAIL |
600 | 600 |
601 | 601 |
| 602 # This fails because 'delete arguments[i]' does not disconnect the |
| 603 # argument from the arguments array. See issue #900066. |
| 604 ecma_3/Function/regress-137181: FAIL |
| 605 |
| 606 |
602 # 'export' and 'import' are not keywords in V8. | 607 # 'export' and 'import' are not keywords in V8. |
603 ecma_2/Exceptions/lexical-010: FAIL | 608 ecma_2/Exceptions/lexical-010: FAIL |
604 ecma_2/Exceptions/lexical-022: FAIL | 609 ecma_2/Exceptions/lexical-022: FAIL |
605 | 610 |
606 | 611 |
607 # Requires Mozilla-specific strict mode. | 612 # Requires Mozilla-specific strict mode. |
608 ecma_2/Exceptions/lexical-011: FAIL | 613 ecma_2/Exceptions/lexical-011: FAIL |
609 ecma_2/Exceptions/lexical-014: FAIL | 614 ecma_2/Exceptions/lexical-014: FAIL |
610 ecma_2/Exceptions/lexical-016: FAIL | 615 ecma_2/Exceptions/lexical-016: FAIL |
611 ecma_2/Exceptions/lexical-021: FAIL | 616 ecma_2/Exceptions/lexical-021: FAIL |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 ecma/Date/15.9.5.12-2: SKIP | 874 ecma/Date/15.9.5.12-2: SKIP |
870 ecma/Date/15.9.5.8: SKIP | 875 ecma/Date/15.9.5.8: SKIP |
871 ecma/Date/15.9.5.9: SKIP | 876 ecma/Date/15.9.5.9: SKIP |
872 ecma/Date/15.9.5.11-2: SKIP | 877 ecma/Date/15.9.5.11-2: SKIP |
873 ecma/Expressions/11.7.2: SKIP | 878 ecma/Expressions/11.7.2: SKIP |
874 ecma/Expressions/11.10-2: SKIP | 879 ecma/Expressions/11.10-2: SKIP |
875 ecma/Expressions/11.7.3: SKIP | 880 ecma/Expressions/11.7.3: SKIP |
876 ecma/Expressions/11.10-3: SKIP | 881 ecma/Expressions/11.10-3: SKIP |
877 ecma/Expressions/11.7.1: SKIP | 882 ecma/Expressions/11.7.1: SKIP |
878 ecma_3/RegExp/regress-209067: SKIP | 883 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |