| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 def FAIL_OK = FAIL, OKAY | 46 def FAIL_OK = FAIL, OKAY |
| 47 | 47 |
| 48 ##################### SKIPPED TESTS ##################### | 48 ##################### SKIPPED TESTS ##################### |
| 49 | 49 |
| 50 # This test checks that we behave properly in an out-of-memory | 50 # This test checks that we behave properly in an out-of-memory |
| 51 # situation. The test fails in V8 with an exception and takes a long | 51 # situation. The test fails in V8 with an exception and takes a long |
| 52 # time to do so. | 52 # time to do so. |
| 53 js1_5/Regress/regress-271716-n: SKIP | 53 js1_5/Regress/regress-271716-n: SKIP |
| 54 | 54 |
| 55 | 55 |
| 56 # These tests are simply wrong (i.e., they do not test what they intend |
| 57 # to test). |
| 58 # In particular, these two compare numbers to NaN with != in the current |
| 59 # version of the Mozilla tests. This is *fixed* in a later version. |
| 60 # The tests should be re-enabled when switching to a new version. |
| 61 ecma_3/Date/15.9.3.2-1: SKIP |
| 62 js1_2/function/Number: SKIP |
| 63 |
| 64 |
| 56 ##################### SLOW TESTS ##################### | 65 ##################### SLOW TESTS ##################### |
| 57 | 66 |
| 58 # This takes a long time to run (~100 seconds). It should only be run | 67 # This takes a long time to run (~100 seconds). It should only be run |
| 59 # by the really patient. | 68 # by the really patient. |
| 60 js1_5/GC/regress-324278: SLOW | 69 js1_5/GC/regress-324278: SLOW |
| 61 | 70 |
| 62 # This takes a long time to run because our indexOf operation is | 71 # This takes a long time to run because our indexOf operation is |
| 63 # pretty slow - it causes a lot of GCs; see issue | 72 # pretty slow - it causes a lot of GCs; see issue |
| 64 # #926379. We could consider marking this SKIP because it takes a | 73 # #926379. We could consider marking this SKIP because it takes a |
| 65 # while to run to completion. | 74 # while to run to completion. |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK | 283 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK |
| 275 js1_2/regexp/beginLine: FAIL_OK | 284 js1_2/regexp/beginLine: FAIL_OK |
| 276 js1_2/regexp/endLine: FAIL_OK | 285 js1_2/regexp/endLine: FAIL_OK |
| 277 | 286 |
| 278 | 287 |
| 279 # Date trouble? | 288 # Date trouble? |
| 280 js1_5/Date/regress-301738-02: FAIL_OK | 289 js1_5/Date/regress-301738-02: FAIL_OK |
| 281 | 290 |
| 282 # Semi-arbitrary limits in Date parser (date or month of 70+ is an error, | 291 # Semi-arbitrary limits in Date parser (date or month of 70+ is an error, |
| 283 # so that only one field can be interpreted as a year). We follow JSC instead. | 292 # so that only one field can be interpreted as a year). We follow JSC instead. |
| 284 ecma_3/Date/15.9.3.2-1: FAIL_OK | 293 # (Currently completely skipped due to bug in Mozilla test framework that |
| 294 # makes it pass). |
| 295 # ecma_3/Date/15.9.3.2-1: FAIL_OK |
| 285 | 296 |
| 286 | 297 |
| 287 # This test fails for all browsers on in the CET timezone. | 298 # This test fails for all browsers on in the CET timezone. |
| 288 ecma/Date/15.9.5.35-1: PASS || FAIL_OK | 299 ecma/Date/15.9.5.35-1: PASS || FAIL_OK |
| 289 | 300 |
| 290 | 301 |
| 291 # Spidermonkey allows stuff in parenthesis directly after the minutes | 302 # Spidermonkey allows stuff in parenthesis directly after the minutes |
| 292 # in a date. JSC does not, so we don't either. | 303 # in a date. JSC does not, so we don't either. |
| 293 js1_5/Date/regress-309925-02: FAIL_OK | 304 js1_5/Date/regress-309925-02: FAIL_OK |
| 294 | 305 |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 js1_2/regexp/simple_form: FAIL | 582 js1_2/regexp/simple_form: FAIL |
| 572 | 583 |
| 573 | 584 |
| 574 # Tests that rely on specific details of function decompilation or | 585 # Tests that rely on specific details of function decompilation or |
| 575 # print strings for errors. Non-ECMA behavior. | 586 # print strings for errors. Non-ECMA behavior. |
| 576 js1_4/Regress/function-003: FAIL | 587 js1_4/Regress/function-003: FAIL |
| 577 | 588 |
| 578 | 589 |
| 579 # Relies on JavaScript 1.2 / 1.3 deprecated features. | 590 # Relies on JavaScript 1.2 / 1.3 deprecated features. |
| 580 js1_2/function/regexparg-1: FAIL | 591 js1_2/function/regexparg-1: FAIL |
| 581 js1_2/function/Number: FAIL | 592 # (Currently completely skipped due to bug in Mozilla test framework that |
| 582 | 593 # makes it pass). |
| 594 # js1_2/function/Number: FAIL |
| 583 | 595 |
| 584 # 'export' and 'import' are not keywords in V8. | 596 # 'export' and 'import' are not keywords in V8. |
| 585 ecma_2/Exceptions/lexical-010: FAIL | 597 ecma_2/Exceptions/lexical-010: FAIL |
| 586 ecma_2/Exceptions/lexical-022: FAIL | 598 ecma_2/Exceptions/lexical-022: FAIL |
| 587 | 599 |
| 588 | 600 |
| 589 # Requires Mozilla-specific strict mode. | 601 # Requires Mozilla-specific strict mode. |
| 590 ecma_2/Exceptions/lexical-011: FAIL | 602 ecma_2/Exceptions/lexical-011: FAIL |
| 591 ecma_2/Exceptions/lexical-014: FAIL | 603 ecma_2/Exceptions/lexical-014: FAIL |
| 592 ecma_2/Exceptions/lexical-016: FAIL | 604 ecma_2/Exceptions/lexical-016: FAIL |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 ecma/Date/15.9.5.8: SKIP | 827 ecma/Date/15.9.5.8: SKIP |
| 816 ecma/Date/15.9.5.9: SKIP | 828 ecma/Date/15.9.5.9: SKIP |
| 817 ecma/Date/15.9.5.10-2: SKIP | 829 ecma/Date/15.9.5.10-2: SKIP |
| 818 ecma/Date/15.9.5.11-2: SKIP | 830 ecma/Date/15.9.5.11-2: SKIP |
| 819 ecma/Expressions/11.7.2: SKIP | 831 ecma/Expressions/11.7.2: SKIP |
| 820 ecma/Expressions/11.10-2: SKIP | 832 ecma/Expressions/11.10-2: SKIP |
| 821 ecma/Expressions/11.7.3: SKIP | 833 ecma/Expressions/11.7.3: SKIP |
| 822 ecma/Expressions/11.10-3: SKIP | 834 ecma/Expressions/11.10-3: SKIP |
| 823 ecma/Expressions/11.7.1: SKIP | 835 ecma/Expressions/11.7.1: SKIP |
| 824 ecma_3/RegExp/regress-209067: SKIP | 836 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |