| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 js1_5/Regress/regress-280769-5: PASS || FAIL | 271 js1_5/Regress/regress-280769-5: PASS || FAIL |
| 272 | 272 |
| 273 | 273 |
| 274 # We do not support static RegExp.multiline - should we?. | 274 # We do not support static RegExp.multiline - should we?. |
| 275 js1_2/regexp/RegExp_multiline: FAIL_OK | 275 js1_2/regexp/RegExp_multiline: FAIL_OK |
| 276 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK | 276 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK |
| 277 js1_2/regexp/beginLine: FAIL_OK | 277 js1_2/regexp/beginLine: FAIL_OK |
| 278 js1_2/regexp/endLine: FAIL_OK | 278 js1_2/regexp/endLine: FAIL_OK |
| 279 | 279 |
| 280 | 280 |
| 281 # To be compatible with safari typeof a regexp yields 'function'; |
| 282 # in firefox it yields 'object'. |
| 283 js1_2/function/regexparg-1: FAIL_OK |
| 284 |
| 285 |
| 281 # Date trouble? | 286 # Date trouble? |
| 282 js1_5/Date/regress-301738-02: FAIL_OK | 287 js1_5/Date/regress-301738-02: FAIL_OK |
| 283 | 288 |
| 284 | 289 |
| 285 # This test fails for all browsers on in the CET timezone. | 290 # This test fails for all browsers on in the CET timezone. |
| 286 ecma/Date/15.9.5.35-1: PASS || FAIL_OK | 291 ecma/Date/15.9.5.35-1: PASS || FAIL_OK |
| 287 | 292 |
| 288 | 293 |
| 289 # Spidermonkey allows stuff in parenthesis directly after the minutes | 294 # Spidermonkey allows stuff in parenthesis directly after the minutes |
| 290 # in a date. JSC does not, so we don't either. | 295 # in a date. JSC does not, so we don't either. |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 ecma/Date/15.9.5.8: SKIP | 801 ecma/Date/15.9.5.8: SKIP |
| 797 ecma/Date/15.9.5.9: SKIP | 802 ecma/Date/15.9.5.9: SKIP |
| 798 ecma/Date/15.9.5.10-2: SKIP | 803 ecma/Date/15.9.5.10-2: SKIP |
| 799 ecma/Date/15.9.5.11-2: SKIP | 804 ecma/Date/15.9.5.11-2: SKIP |
| 800 ecma/Expressions/11.7.2: SKIP | 805 ecma/Expressions/11.7.2: SKIP |
| 801 ecma/Expressions/11.10-2: SKIP | 806 ecma/Expressions/11.10-2: SKIP |
| 802 ecma/Expressions/11.7.3: SKIP | 807 ecma/Expressions/11.7.3: SKIP |
| 803 ecma/Expressions/11.10-3: SKIP | 808 ecma/Expressions/11.10-3: SKIP |
| 804 ecma/Expressions/11.7.1: SKIP | 809 ecma/Expressions/11.7.1: SKIP |
| 805 ecma_3/RegExp/regress-209067: SKIP | 810 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |