| 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 636 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 |