| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 # This section is for tests that fail in V8 and pass in JSC. | 580 # This section is for tests that fail in V8 and pass in JSC. |
| 581 # Tests that fail in both V8 and JSC belong in the FAIL_OK | 581 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
| 582 # category. | 582 # category. |
| 583 | 583 |
| 584 # This fails because we don't handle Function.prototype.apply with very large | 584 # This fails because we don't handle Function.prototype.apply with very large |
| 585 # numbers of arguments (depending on max stack size). 350256-02 needs more than | 585 # numbers of arguments (depending on max stack size). 350256-02 needs more than |
| 586 # 4Mbytes of stack space. | 586 # 4Mbytes of stack space. |
| 587 js1_5/Array/regress-350256-02: FAIL | 587 js1_5/Array/regress-350256-02: FAIL |
| 588 | 588 |
| 589 | 589 |
| 590 # This fails because 'delete arguments[i]' does not disconnect the | |
| 591 # argument from the arguments array. See issue #900066. | |
| 592 ecma_3/Function/regress-137181: FAIL | |
| 593 | |
| 594 | |
| 595 # 'export' and 'import' are not keywords in V8. | 590 # 'export' and 'import' are not keywords in V8. |
| 596 ecma_2/Exceptions/lexical-010: FAIL | 591 ecma_2/Exceptions/lexical-010: FAIL |
| 597 ecma_2/Exceptions/lexical-022: FAIL | 592 ecma_2/Exceptions/lexical-022: FAIL |
| 598 | 593 |
| 599 | 594 |
| 600 # Requires Mozilla-specific strict mode. | 595 # Requires Mozilla-specific strict mode. |
| 601 ecma_2/Exceptions/lexical-011: FAIL | 596 ecma_2/Exceptions/lexical-011: FAIL |
| 602 ecma_2/Exceptions/lexical-014: FAIL | 597 ecma_2/Exceptions/lexical-014: FAIL |
| 603 ecma_2/Exceptions/lexical-016: FAIL | 598 ecma_2/Exceptions/lexical-016: FAIL |
| 604 ecma_2/Exceptions/lexical-021: FAIL | 599 ecma_2/Exceptions/lexical-021: FAIL |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 ecma/Date/15.9.5.12-2: SKIP | 854 ecma/Date/15.9.5.12-2: SKIP |
| 860 ecma/Date/15.9.5.8: SKIP | 855 ecma/Date/15.9.5.8: SKIP |
| 861 ecma/Date/15.9.5.9: SKIP | 856 ecma/Date/15.9.5.9: SKIP |
| 862 ecma/Date/15.9.5.11-2: SKIP | 857 ecma/Date/15.9.5.11-2: SKIP |
| 863 ecma/Expressions/11.7.2: SKIP | 858 ecma/Expressions/11.7.2: SKIP |
| 864 ecma/Expressions/11.10-2: SKIP | 859 ecma/Expressions/11.10-2: SKIP |
| 865 ecma/Expressions/11.7.3: SKIP | 860 ecma/Expressions/11.7.3: SKIP |
| 866 ecma/Expressions/11.10-3: SKIP | 861 ecma/Expressions/11.10-3: SKIP |
| 867 ecma/Expressions/11.7.1: SKIP | 862 ecma/Expressions/11.7.1: SKIP |
| 868 ecma_3/RegExp/regress-209067: SKIP | 863 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |