| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 | 194 |
| 195 # Test that depends on timer resolution. Fails every now and then | 195 # Test that depends on timer resolution. Fails every now and then |
| 196 # if we're unlucky enough to get a context switch at a bad time. | 196 # if we're unlucky enough to get a context switch at a bad time. |
| 197 js1_5/extensions/regress-363258: PASS || FAIL | 197 js1_5/extensions/regress-363258: PASS || FAIL |
| 198 | 198 |
| 199 | 199 |
| 200 # Test that assumes specific runtime for a regexp, flaky in debug mode. | 200 # Test that assumes specific runtime for a regexp, flaky in debug mode. |
| 201 ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug | 201 ecma_3/RegExp/regress-85721: PASS || FAIL if $mode == debug |
| 202 | 202 |
| 203 | 203 |
| 204 # Test that assumes specific execution time, flaky in debug mode. |
| 205 js1_5/Array/regress-101964: PASS || FAIL if $mode == debug |
| 206 |
| 207 |
| 204 ##################### INCOMPATIBLE TESTS ##################### | 208 ##################### INCOMPATIBLE TESTS ##################### |
| 205 | 209 |
| 206 # This section is for tests that fail in both V8 and JSC. Thus they | 210 # This section is for tests that fail in both V8 and JSC. Thus they |
| 207 # have been determined to be incompatible between Mozilla and V8/JSC. | 211 # have been determined to be incompatible between Mozilla and V8/JSC. |
| 208 | 212 |
| 209 # Fail because it calls builtins as functions and do not expect the | 213 # Fail because it calls builtins as functions and do not expect the |
| 210 # builtin to have undefined as the receiver. | 214 # builtin to have undefined as the receiver. |
| 211 ecma/String/15.5.4.6-2: FAIL_OK | 215 ecma/String/15.5.4.6-2: FAIL_OK |
| 212 | 216 |
| 213 # Fail because of toLowerCase and toUpperCase conversion. | 217 # Fail because of toLowerCase and toUpperCase conversion. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 238 # Length of objects whose prototype chain includes a function | 242 # Length of objects whose prototype chain includes a function |
| 239 ecma_3/Function/regress-313570: FAIL_OK | 243 ecma_3/Function/regress-313570: FAIL_OK |
| 240 | 244 |
| 241 # toPrecision argument restricted to range 1..21 in JSC/V8 | 245 # toPrecision argument restricted to range 1..21 in JSC/V8 |
| 242 js1_5/Regress/regress-452346: FAIL_OK | 246 js1_5/Regress/regress-452346: FAIL_OK |
| 243 ecma_3/Number/15.7.4.7-1: FAIL_OK | 247 ecma_3/Number/15.7.4.7-1: FAIL_OK |
| 244 | 248 |
| 245 # toExponential argument restricted to range 0..20 in JSC/V8 | 249 # toExponential argument restricted to range 0..20 in JSC/V8 |
| 246 ecma_3/Number/15.7.4.6-1: FAIL_OK | 250 ecma_3/Number/15.7.4.6-1: FAIL_OK |
| 247 | 251 |
| 248 #:=== RegExp:=== | 252 #:=== RegExp:=== |
| 249 # We don't match the syntax error message of Mozilla for invalid | 253 # We don't match the syntax error message of Mozilla for invalid |
| 250 # RegExp flags. | 254 # RegExp flags. |
| 251 ecma_3/RegExp/15.10.4.1-6: FAIL_OK | 255 ecma_3/RegExp/15.10.4.1-6: FAIL_OK |
| 252 | 256 |
| 253 # PCRE doesn't allow subpattern nesting deeper than 200, this tests | 257 # PCRE doesn't allow subpattern nesting deeper than 200, this tests |
| 254 # depth 500. JSC detects the case, and return null from the match, | 258 # depth 500. JSC detects the case, and return null from the match, |
| 255 # and passes this test (the test doesn't check for a correct return | 259 # and passes this test (the test doesn't check for a correct return |
| 256 # value). | 260 # value). |
| 257 ecma_3/RegExp/regress-119909: PASS || FAIL_OK | 261 ecma_3/RegExp/regress-119909: PASS || FAIL_OK |
| 258 | 262 |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 | 575 |
| 572 | 576 |
| 573 # Function is deletable in V8 and JSC. | 577 # Function is deletable in V8 and JSC. |
| 574 js1_5/Regress/regress-352604: FAIL_OK | 578 js1_5/Regress/regress-352604: FAIL_OK |
| 575 | 579 |
| 576 | 580 |
| 577 # Cannot call strings as functions. Expects not to crash. | 581 # Cannot call strings as functions. Expects not to crash. |
| 578 js1_5/Regress/regress-417893: FAIL_OK | 582 js1_5/Regress/regress-417893: FAIL_OK |
| 579 | 583 |
| 580 | 584 |
| 581 # Unsupported use of "[]" as function parameter. We match JSC. | 585 # Unsupported use of "[]" as function parameter. We match JSC. |
| 582 js1_5/Regress/regress-416737-01: FAIL_OK | 586 js1_5/Regress/regress-416737-01: FAIL_OK |
| 583 js1_5/Regress/regress-416737-02: FAIL_OK | 587 js1_5/Regress/regress-416737-02: FAIL_OK |
| 584 | 588 |
| 585 | 589 |
| 586 ##################### FAILING TESTS ##################### | 590 ##################### FAILING TESTS ##################### |
| 587 | 591 |
| 588 # This section is for tests that fail in V8 and pass in JSC. | 592 # This section is for tests that fail in V8 and pass in JSC. |
| 589 # Tests that fail in both V8 and JSC belong in the FAIL_OK | 593 # Tests that fail in both V8 and JSC belong in the FAIL_OK |
| 590 # category. | 594 # category. |
| 591 | 595 |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 ecma/Date/15.9.5.12-2: SKIP | 854 ecma/Date/15.9.5.12-2: SKIP |
| 851 ecma/Date/15.9.5.8: SKIP | 855 ecma/Date/15.9.5.8: SKIP |
| 852 ecma/Date/15.9.5.9: SKIP | 856 ecma/Date/15.9.5.9: SKIP |
| 853 ecma/Date/15.9.5.11-2: SKIP | 857 ecma/Date/15.9.5.11-2: SKIP |
| 854 ecma/Expressions/11.7.2: SKIP | 858 ecma/Expressions/11.7.2: SKIP |
| 855 ecma/Expressions/11.10-2: SKIP | 859 ecma/Expressions/11.10-2: SKIP |
| 856 ecma/Expressions/11.7.3: SKIP | 860 ecma/Expressions/11.7.3: SKIP |
| 857 ecma/Expressions/11.10-3: SKIP | 861 ecma/Expressions/11.10-3: SKIP |
| 858 ecma/Expressions/11.7.1: SKIP | 862 ecma/Expressions/11.7.1: SKIP |
| 859 ecma_3/RegExp/regress-209067: SKIP | 863 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |