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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 | 286 |
287 | 287 |
288 # Stack overflows should be InternalError: too much recursion? | 288 # Stack overflows should be InternalError: too much recursion? |
289 js1_5/Regress/regress-234389: FAIL_OK | 289 js1_5/Regress/regress-234389: FAIL_OK |
290 | 290 |
291 | 291 |
292 # This may very well be a bogus test. I'm not sure yet. | 292 # This may very well be a bogus test. I'm not sure yet. |
293 js1_5/Regress/regress-320119: FAIL_OK | 293 js1_5/Regress/regress-320119: FAIL_OK |
294 | 294 |
295 | 295 |
296 # We do not support explicit global evals through <global>.eval(...). | |
297 js1_5/Regress/regress-68498-003: FAIL_OK | |
298 | |
299 | |
300 # No support for toSource(). | 296 # No support for toSource(). |
301 js1_5/Regress/regress-248444: FAIL_OK | 297 js1_5/Regress/regress-248444: FAIL_OK |
302 js1_5/Regress/regress-313967-01: FAIL_OK | 298 js1_5/Regress/regress-313967-01: FAIL_OK |
303 js1_5/Regress/regress-313967-02: FAIL_OK | 299 js1_5/Regress/regress-313967-02: FAIL_OK |
304 | 300 |
305 # This fails because we don't have stack space for Function.prototype.apply | 301 # This fails because we don't have stack space for Function.prototype.apply |
306 # with very large numbers of arguments. The test uses 2^24 arguments. | 302 # with very large numbers of arguments. The test uses 2^24 arguments. |
307 js1_5/Array/regress-350256-03: FAIL_OK | 303 js1_5/Array/regress-350256-03: FAIL_OK |
308 | 304 |
309 | 305 |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 js1_5/Regress/regress-303213: FAIL | 573 js1_5/Regress/regress-303213: FAIL |
578 | 574 |
579 | 575 |
580 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. | 576 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. |
581 ecma_3/String/15.5.4.11: FAIL | 577 ecma_3/String/15.5.4.11: FAIL |
582 | 578 |
583 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 579 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
584 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 580 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
585 js1_5/Expressions/regress-394673: FAIL | 581 js1_5/Expressions/regress-394673: FAIL |
586 | 582 |
587 # Bug 1202598: New mozilla test js1_5/Regress/regress-383682 fails. | |
588 js1_5/Regress/regress-383682: FAIL | |
589 | |
590 | |
591 ##################### MOZILLA EXTENSION TESTS ##################### | 583 ##################### MOZILLA EXTENSION TESTS ##################### |
592 | 584 |
593 ecma/extensions/15.1.2.1-1: FAIL_OK | 585 ecma/extensions/15.1.2.1-1: FAIL_OK |
594 ecma_3/extensions/regress-385393-03: FAIL_OK | 586 ecma_3/extensions/regress-385393-03: FAIL_OK |
595 ecma_3/extensions/7.9.1: FAIL_OK | 587 ecma_3/extensions/7.9.1: FAIL_OK |
596 js1_5/extensions/catchguard-001: FAIL_OK | 588 js1_5/extensions/catchguard-001: FAIL_OK |
597 js1_5/extensions/catchguard-002: FAIL_OK | 589 js1_5/extensions/catchguard-002: FAIL_OK |
598 js1_5/extensions/catchguard-003: FAIL_OK | 590 js1_5/extensions/catchguard-003: FAIL_OK |
599 js1_5/extensions/getset-001: FAIL_OK | 591 js1_5/extensions/getset-001: FAIL_OK |
600 js1_5/extensions/getset-003: FAIL_OK | 592 js1_5/extensions/getset-003: FAIL_OK |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 ecma/Date/15.9.5.8: SKIP | 788 ecma/Date/15.9.5.8: SKIP |
797 ecma/Date/15.9.5.9: SKIP | 789 ecma/Date/15.9.5.9: SKIP |
798 ecma/Date/15.9.5.10-2: SKIP | 790 ecma/Date/15.9.5.10-2: SKIP |
799 ecma/Date/15.9.5.11-2: SKIP | 791 ecma/Date/15.9.5.11-2: SKIP |
800 ecma/Expressions/11.7.2: SKIP | 792 ecma/Expressions/11.7.2: SKIP |
801 ecma/Expressions/11.10-2: SKIP | 793 ecma/Expressions/11.10-2: SKIP |
802 ecma/Expressions/11.7.3: SKIP | 794 ecma/Expressions/11.7.3: SKIP |
803 ecma/Expressions/11.10-3: SKIP | 795 ecma/Expressions/11.10-3: SKIP |
804 ecma/Expressions/11.7.1: SKIP | 796 ecma/Expressions/11.7.1: SKIP |
805 ecma_3/RegExp/regress-209067: SKIP | 797 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |