| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 | 322 |
| 323 | 323 |
| 324 # Stack overflows should be InternalError: too much recursion? | 324 # Stack overflows should be InternalError: too much recursion? |
| 325 js1_5/Regress/regress-234389: FAIL_OK | 325 js1_5/Regress/regress-234389: FAIL_OK |
| 326 | 326 |
| 327 | 327 |
| 328 # This may very well be a bogus test. I'm not sure yet. | 328 # This may very well be a bogus test. I'm not sure yet. |
| 329 js1_5/Regress/regress-320119: FAIL_OK | 329 js1_5/Regress/regress-320119: FAIL_OK |
| 330 | 330 |
| 331 | 331 |
| 332 # We do not recognize a multiline comment as newline character. | |
| 333 # We are compatible with JSC. | |
| 334 ecma_3/LexicalConventions/7.4-01: FAIL_OK | |
| 335 | |
| 336 | |
| 337 # No support for toSource(). | 332 # No support for toSource(). |
| 338 js1_5/Regress/regress-248444: FAIL_OK | 333 js1_5/Regress/regress-248444: FAIL_OK |
| 339 js1_5/Regress/regress-313967-01: FAIL_OK | 334 js1_5/Regress/regress-313967-01: FAIL_OK |
| 340 js1_5/Regress/regress-313967-02: FAIL_OK | 335 js1_5/Regress/regress-313967-02: FAIL_OK |
| 341 | 336 |
| 342 # This fails because we don't have stack space for Function.prototype.apply | 337 # This fails because we don't have stack space for Function.prototype.apply |
| 343 # with very large numbers of arguments. The test uses 2^24 arguments. | 338 # with very large numbers of arguments. The test uses 2^24 arguments. |
| 344 js1_5/Array/regress-350256-03: FAIL_OK | 339 js1_5/Array/regress-350256-03: FAIL_OK |
| 345 | 340 |
| 346 | 341 |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 js1_5/extensions/regress-350312-03: FAIL_OK | 670 js1_5/extensions/regress-350312-03: FAIL_OK |
| 676 js1_5/extensions/regress-350531: FAIL_OK | 671 js1_5/extensions/regress-350531: FAIL_OK |
| 677 js1_5/extensions/regress-351102-01: FAIL_OK | 672 js1_5/extensions/regress-351102-01: FAIL_OK |
| 678 js1_5/extensions/regress-351102-02: FAIL_OK | 673 js1_5/extensions/regress-351102-02: FAIL_OK |
| 679 js1_5/extensions/regress-351102-06: FAIL_OK | 674 js1_5/extensions/regress-351102-06: FAIL_OK |
| 680 js1_5/extensions/regress-351973: FAIL_OK | 675 js1_5/extensions/regress-351973: FAIL_OK |
| 681 js1_5/extensions/regress-352060: FAIL_OK | 676 js1_5/extensions/regress-352060: FAIL_OK |
| 682 js1_5/extensions/regress-352094: FAIL_OK | 677 js1_5/extensions/regress-352094: FAIL_OK |
| 683 js1_5/extensions/regress-352261: FAIL_OK | 678 js1_5/extensions/regress-352261: FAIL_OK |
| 684 js1_5/extensions/regress-352281: FAIL_OK | 679 js1_5/extensions/regress-352281: FAIL_OK |
| 685 js1_5/extensions/regress-352372: FAIL_OK | |
| 686 js1_5/extensions/regress-352455: FAIL_OK | 680 js1_5/extensions/regress-352455: FAIL_OK |
| 687 js1_5/extensions/regress-352604: FAIL_OK | 681 js1_5/extensions/regress-352604: FAIL_OK |
| 688 js1_5/extensions/regress-353214: FAIL_OK | 682 js1_5/extensions/regress-353214: FAIL_OK |
| 689 js1_5/extensions/regress-355339: FAIL_OK | 683 js1_5/extensions/regress-355339: FAIL_OK |
| 690 js1_5/extensions/regress-355497: FAIL_OK | 684 js1_5/extensions/regress-355497: FAIL_OK |
| 691 js1_5/extensions/regress-355622: FAIL_OK | 685 js1_5/extensions/regress-355622: FAIL_OK |
| 692 js1_5/extensions/regress-355736: FAIL_OK | 686 js1_5/extensions/regress-355736: FAIL_OK |
| 693 js1_5/extensions/regress-356085: FAIL_OK | 687 js1_5/extensions/regress-356085: FAIL_OK |
| 694 js1_5/extensions/regress-356106: FAIL_OK | 688 js1_5/extensions/regress-356106: FAIL_OK |
| 695 js1_5/extensions/regress-358594-01: FAIL_OK | 689 js1_5/extensions/regress-358594-01: FAIL_OK |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 ecma/Date/15.9.5.12-2: SKIP | 863 ecma/Date/15.9.5.12-2: SKIP |
| 870 ecma/Date/15.9.5.8: SKIP | 864 ecma/Date/15.9.5.8: SKIP |
| 871 ecma/Date/15.9.5.9: SKIP | 865 ecma/Date/15.9.5.9: SKIP |
| 872 ecma/Date/15.9.5.11-2: SKIP | 866 ecma/Date/15.9.5.11-2: SKIP |
| 873 ecma/Expressions/11.7.2: SKIP | 867 ecma/Expressions/11.7.2: SKIP |
| 874 ecma/Expressions/11.10-2: SKIP | 868 ecma/Expressions/11.10-2: SKIP |
| 875 ecma/Expressions/11.7.3: SKIP | 869 ecma/Expressions/11.7.3: SKIP |
| 876 ecma/Expressions/11.10-3: SKIP | 870 ecma/Expressions/11.10-3: SKIP |
| 877 ecma/Expressions/11.7.1: SKIP | 871 ecma/Expressions/11.7.1: SKIP |
| 878 ecma_3/RegExp/regress-209067: SKIP | 872 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |