| OLD | NEW |
| 1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 ecma_2/Exceptions/lexical-021: FAIL | 563 ecma_2/Exceptions/lexical-021: FAIL |
| 564 ecma_2/LexicalConventions/keywords-001: FAIL | 564 ecma_2/LexicalConventions/keywords-001: FAIL |
| 565 js1_5/Regress/regress-306633: FAIL | 565 js1_5/Regress/regress-306633: FAIL |
| 566 | 566 |
| 567 | 567 |
| 568 # This test seems designed to fail (it produces a 700Mbyte string). | 568 # This test seems designed to fail (it produces a 700Mbyte string). |
| 569 # We fail on out of memory. The important thing is not to crash. | 569 # We fail on out of memory. The important thing is not to crash. |
| 570 js1_5/Regress/regress-303213: FAIL | 570 js1_5/Regress/regress-303213: FAIL |
| 571 | 571 |
| 572 | 572 |
| 573 # Bug 1193440: Ignore Unicode BOM characters when scanning. | 573 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. |
| 574 ecma_3/extensions/regress-368516: FAIL | |
| 575 | |
| 576 # Bug 1202592:New ecma_3/String/15.5.4.11 is failing. | |
| 577 ecma_3/String/15.5.4.11: FAIL | 574 ecma_3/String/15.5.4.11: FAIL |
| 578 | 575 |
| 579 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 576 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
| 580 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 577 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
| 581 js1_5/Expressions/regress-394673: FAIL | 578 js1_5/Expressions/regress-394673: FAIL |
| 582 | 579 |
| 583 # Bug 1202598: New mozilla test js1_5/Regress/regress-383682 fails. | 580 # Bug 1202598: New mozilla test js1_5/Regress/regress-383682 fails. |
| 584 js1_5/Regress/regress-383682: FAIL | 581 js1_5/Regress/regress-383682: FAIL |
| 585 | 582 |
| 586 | 583 |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ecma/Date/15.9.5.8: SKIP | 789 ecma/Date/15.9.5.8: SKIP |
| 793 ecma/Date/15.9.5.9: SKIP | 790 ecma/Date/15.9.5.9: SKIP |
| 794 ecma/Date/15.9.5.10-2: SKIP | 791 ecma/Date/15.9.5.10-2: SKIP |
| 795 ecma/Date/15.9.5.11-2: SKIP | 792 ecma/Date/15.9.5.11-2: SKIP |
| 796 ecma/Expressions/11.7.2: SKIP | 793 ecma/Expressions/11.7.2: SKIP |
| 797 ecma/Expressions/11.10-2: SKIP | 794 ecma/Expressions/11.10-2: SKIP |
| 798 ecma/Expressions/11.7.3: SKIP | 795 ecma/Expressions/11.7.3: SKIP |
| 799 ecma/Expressions/11.10-3: SKIP | 796 ecma/Expressions/11.10-3: SKIP |
| 800 ecma/Expressions/11.7.1: SKIP | 797 ecma/Expressions/11.7.1: SKIP |
| 801 ecma_3/RegExp/regress-209067: SKIP | 798 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |