| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 # numbers of arguments (depending on max stack size). 350256-02 needs more than | 562 # numbers of arguments (depending on max stack size). 350256-02 needs more than |
| 563 # 4Mbytes of stack space. | 563 # 4Mbytes of stack space. |
| 564 js1_5/Array/regress-350256-02: FAIL | 564 js1_5/Array/regress-350256-02: FAIL |
| 565 | 565 |
| 566 | 566 |
| 567 # This fails because 'delete arguments[i]' does not disconnect the | 567 # This fails because 'delete arguments[i]' does not disconnect the |
| 568 # argument from the arguments array. See issue #900066. | 568 # argument from the arguments array. See issue #900066. |
| 569 ecma_3/Function/regress-137181: FAIL | 569 ecma_3/Function/regress-137181: FAIL |
| 570 | 570 |
| 571 | 571 |
| 572 # Tests that rely on specific details of function decompilation or | |
| 573 # print strings for errors. Non-ECMA behavior. | |
| 574 js1_4/Regress/function-003: FAIL | |
| 575 | |
| 576 | |
| 577 # 'export' and 'import' are not keywords in V8. | 572 # 'export' and 'import' are not keywords in V8. |
| 578 ecma_2/Exceptions/lexical-010: FAIL | 573 ecma_2/Exceptions/lexical-010: FAIL |
| 579 ecma_2/Exceptions/lexical-022: FAIL | 574 ecma_2/Exceptions/lexical-022: FAIL |
| 580 | 575 |
| 581 | 576 |
| 582 # Requires Mozilla-specific strict mode. | 577 # Requires Mozilla-specific strict mode. |
| 583 ecma_2/Exceptions/lexical-011: FAIL | 578 ecma_2/Exceptions/lexical-011: FAIL |
| 584 ecma_2/Exceptions/lexical-014: FAIL | 579 ecma_2/Exceptions/lexical-014: FAIL |
| 585 ecma_2/Exceptions/lexical-016: FAIL | 580 ecma_2/Exceptions/lexical-016: FAIL |
| 586 ecma_2/Exceptions/lexical-021: FAIL | 581 ecma_2/Exceptions/lexical-021: FAIL |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 ecma/Date/15.9.5.8: SKIP | 806 ecma/Date/15.9.5.8: SKIP |
| 812 ecma/Date/15.9.5.9: SKIP | 807 ecma/Date/15.9.5.9: SKIP |
| 813 ecma/Date/15.9.5.10-2: SKIP | 808 ecma/Date/15.9.5.10-2: SKIP |
| 814 ecma/Date/15.9.5.11-2: SKIP | 809 ecma/Date/15.9.5.11-2: SKIP |
| 815 ecma/Expressions/11.7.2: SKIP | 810 ecma/Expressions/11.7.2: SKIP |
| 816 ecma/Expressions/11.10-2: SKIP | 811 ecma/Expressions/11.10-2: SKIP |
| 817 ecma/Expressions/11.7.3: SKIP | 812 ecma/Expressions/11.7.3: SKIP |
| 818 ecma/Expressions/11.10-3: SKIP | 813 ecma/Expressions/11.10-3: SKIP |
| 819 ecma/Expressions/11.7.1: SKIP | 814 ecma/Expressions/11.7.1: SKIP |
| 820 ecma_3/RegExp/regress-209067: SKIP | 815 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |