| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 js1_5/Regress/regress-280769-4: PASS || FAIL | 281 js1_5/Regress/regress-280769-4: PASS || FAIL |
| 282 js1_5/Regress/regress-280769-5: PASS || FAIL | 282 js1_5/Regress/regress-280769-5: PASS || FAIL |
| 283 | 283 |
| 284 | 284 |
| 285 # We do not support static RegExp.multiline - should we?. | 285 # We do not support static RegExp.multiline - should we?. |
| 286 js1_2/regexp/RegExp_multiline: FAIL_OK | 286 js1_2/regexp/RegExp_multiline: FAIL_OK |
| 287 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK | 287 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK |
| 288 js1_2/regexp/beginLine: FAIL_OK | 288 js1_2/regexp/beginLine: FAIL_OK |
| 289 js1_2/regexp/endLine: FAIL_OK | 289 js1_2/regexp/endLine: FAIL_OK |
| 290 | 290 |
| 291 # To be compatible with JSC, we no longer accept [\d-x], [x-\d] or |
| 292 # [\d-\d] as valid ranges. |
| 293 ecma_3/RegExp/regress-375715-02: FAIL |
| 294 js1_5/extensions/regress-351463-01: FAIL |
| 291 | 295 |
| 292 # To be compatible with safari typeof a regexp yields 'function'; | 296 # To be compatible with safari typeof a regexp yields 'function'; |
| 293 # in firefox it yields 'object'. | 297 # in firefox it yields 'object'. |
| 294 js1_2/function/regexparg-1: FAIL_OK | 298 js1_2/function/regexparg-1: FAIL_OK |
| 295 | 299 |
| 296 | 300 |
| 297 # Date trouble? | 301 # Date trouble? |
| 298 js1_5/Date/regress-301738-02: FAIL_OK | 302 js1_5/Date/regress-301738-02: FAIL_OK |
| 299 | 303 |
| 300 | 304 |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 ecma/Date/15.9.5.8: SKIP | 840 ecma/Date/15.9.5.8: SKIP |
| 837 ecma/Date/15.9.5.9: SKIP | 841 ecma/Date/15.9.5.9: SKIP |
| 838 ecma/Date/15.9.5.10-2: SKIP | 842 ecma/Date/15.9.5.10-2: SKIP |
| 839 ecma/Date/15.9.5.11-2: SKIP | 843 ecma/Date/15.9.5.11-2: SKIP |
| 840 ecma/Expressions/11.7.2: SKIP | 844 ecma/Expressions/11.7.2: SKIP |
| 841 ecma/Expressions/11.10-2: SKIP | 845 ecma/Expressions/11.10-2: SKIP |
| 842 ecma/Expressions/11.7.3: SKIP | 846 ecma/Expressions/11.7.3: SKIP |
| 843 ecma/Expressions/11.10-3: SKIP | 847 ecma/Expressions/11.10-3: SKIP |
| 844 ecma/Expressions/11.7.1: SKIP | 848 ecma/Expressions/11.7.1: SKIP |
| 845 ecma_3/RegExp/regress-209067: SKIP | 849 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |