| 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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 | 612 |
| 613 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 613 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
| 614 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 614 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
| 615 js1_5/Expressions/regress-394673: FAIL | 615 js1_5/Expressions/regress-394673: FAIL |
| 616 | 616 |
| 617 | 617 |
| 618 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 | 618 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 |
| 619 # We do not correctly handle assignments within "with" | 619 # We do not correctly handle assignments within "with" |
| 620 /ecma_3/Statements/12.10-01: FAIL | 620 /ecma_3/Statements/12.10-01: FAIL |
| 621 | 621 |
| 622 # We do not throw an exception when a const is redeclared. |
| 623 # (We only fail section 1 of the test.) |
| 624 js1_5/Regress/regress-103602: FAIL |
| 625 |
| 622 ##################### MOZILLA EXTENSION TESTS ##################### | 626 ##################### MOZILLA EXTENSION TESTS ##################### |
| 623 | 627 |
| 624 ecma/extensions/15.1.2.1-1: FAIL_OK | 628 ecma/extensions/15.1.2.1-1: FAIL_OK |
| 625 ecma_3/extensions/regress-385393-03: FAIL_OK | 629 ecma_3/extensions/regress-385393-03: FAIL_OK |
| 626 ecma_3/extensions/7.9.1: FAIL_OK | 630 ecma_3/extensions/7.9.1: FAIL_OK |
| 627 js1_5/extensions/catchguard-001: FAIL_OK | 631 js1_5/extensions/catchguard-001: FAIL_OK |
| 628 js1_5/extensions/catchguard-002: FAIL_OK | 632 js1_5/extensions/catchguard-002: FAIL_OK |
| 629 js1_5/extensions/catchguard-003: FAIL_OK | 633 js1_5/extensions/catchguard-003: FAIL_OK |
| 630 js1_5/extensions/getset-001: FAIL_OK | 634 js1_5/extensions/getset-001: FAIL_OK |
| 631 js1_5/extensions/getset-003: FAIL_OK | 635 js1_5/extensions/getset-003: FAIL_OK |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 ecma/Date/15.9.5.12-2: SKIP | 858 ecma/Date/15.9.5.12-2: SKIP |
| 855 ecma/Date/15.9.5.8: SKIP | 859 ecma/Date/15.9.5.8: SKIP |
| 856 ecma/Date/15.9.5.9: SKIP | 860 ecma/Date/15.9.5.9: SKIP |
| 857 ecma/Date/15.9.5.11-2: SKIP | 861 ecma/Date/15.9.5.11-2: SKIP |
| 858 ecma/Expressions/11.7.2: SKIP | 862 ecma/Expressions/11.7.2: SKIP |
| 859 ecma/Expressions/11.10-2: SKIP | 863 ecma/Expressions/11.10-2: SKIP |
| 860 ecma/Expressions/11.7.3: SKIP | 864 ecma/Expressions/11.7.3: SKIP |
| 861 ecma/Expressions/11.10-3: SKIP | 865 ecma/Expressions/11.10-3: SKIP |
| 862 ecma/Expressions/11.7.1: SKIP | 866 ecma/Expressions/11.7.1: SKIP |
| 863 ecma_3/RegExp/regress-209067: SKIP | 867 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |