Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: test/mozilla/mozilla.status

Issue 11270: * Remove unexpected passes from mozilla.status. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/regexp2000/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/interpreter-re2k.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 237
238 238
239 # We do not detect overflow in bounds for back references and {} 239 # We do not detect overflow in bounds for back references and {}
240 # quantifiers. Might fix by parsing numbers differently? 240 # quantifiers. Might fix by parsing numbers differently?
241 js1_5/Regress/regress-230216-2: FAIL_OK 241 js1_5/Regress/regress-230216-2: FAIL_OK
242 242
243 243
244 # According to ECMA-262, \b is a 'word' boundary, where words are only 244 # According to ECMA-262, \b is a 'word' boundary, where words are only
245 # ASCII characters. PCRE supports non-ASCII word characters. 245 # ASCII characters. PCRE supports non-ASCII word characters.
246 js1_5/Regress/regress-247179: FAIL_OK 246 js1_5/Regress/regress-247179: FAIL_OK
247 247
Christian Plesner Hansen 2008/11/19 12:10:29 If we're going to continue to fall back on jscre w
248 248
249 # Regexp too long for PCRE.
250 js1_5/Regress/regress-280769: FAIL_OK
251 js1_5/Regress/regress-280769-1: FAIL_OK
252 js1_5/Regress/regress-280769-2: FAIL_OK
253 js1_5/Regress/regress-280769-4: FAIL_OK
254 js1_5/Regress/regress-280769-5: FAIL_OK
255
256
257 # We do not support static RegExp.multiline - should we?. 249 # We do not support static RegExp.multiline - should we?.
258 js1_2/regexp/RegExp_multiline: FAIL_OK 250 js1_2/regexp/RegExp_multiline: FAIL_OK
259 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK 251 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
260 js1_2/regexp/beginLine: FAIL_OK 252 js1_2/regexp/beginLine: FAIL_OK
261 js1_2/regexp/endLine: FAIL_OK 253 js1_2/regexp/endLine: FAIL_OK
262 254
263 255
264 # Date trouble? 256 # Date trouble?
265 js1_5/Date/regress-301738-02: FAIL_OK 257 js1_5/Date/regress-301738-02: FAIL_OK
266 258
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 474
483 # Expects top level arguments (passed on command line?) to be 475 # Expects top level arguments (passed on command line?) to be
484 # the empty string? 476 # the empty string?
485 js1_5/Regress/regress-336100: FAIL_OK 477 js1_5/Regress/regress-336100: FAIL_OK
486 478
487 479
488 # Regular expression test failures due to PCRE. We match KJS (ie, perl) 480 # Regular expression test failures due to PCRE. We match KJS (ie, perl)
489 # behavior and not the ECMA spec. 481 # behavior and not the ECMA spec.
490 ecma_3/RegExp/15.10.2-1: FAIL_OK 482 ecma_3/RegExp/15.10.2-1: FAIL_OK
491 ecma_3/RegExp/perlstress-001: FAIL_OK 483 ecma_3/RegExp/perlstress-001: FAIL_OK
492 ecma_3/RegExp/regress-334158: FAIL_OK
493 484
494 485
495 # This test requires a failure if we try to compile a function with more 486 # This test requires a failure if we try to compile a function with more
496 # than 65536 arguments. This seems to be a Mozilla restriction. 487 # than 65536 arguments. This seems to be a Mozilla restriction.
497 js1_5/Regress/regress-290575: FAIL_OK 488 js1_5/Regress/regress-290575: FAIL_OK
498 489
499 490
500 # Fails because of the way function declarations are 491 # Fails because of the way function declarations are
501 # handled in V8/KJS. V8 follows IE behavior and introduce 492 # handled in V8/KJS. V8 follows IE behavior and introduce
502 # all nested function declarations when entering the 493 # all nested function declarations when entering the
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ecma/Date/15.9.5.8: SKIP 783 ecma/Date/15.9.5.8: SKIP
793 ecma/Date/15.9.5.9: SKIP 784 ecma/Date/15.9.5.9: SKIP
794 ecma/Date/15.9.5.10-2: SKIP 785 ecma/Date/15.9.5.10-2: SKIP
795 ecma/Date/15.9.5.11-2: SKIP 786 ecma/Date/15.9.5.11-2: SKIP
796 ecma/Expressions/11.7.2: SKIP 787 ecma/Expressions/11.7.2: SKIP
797 ecma/Expressions/11.10-2: SKIP 788 ecma/Expressions/11.10-2: SKIP
798 ecma/Expressions/11.7.3: SKIP 789 ecma/Expressions/11.7.3: SKIP
799 ecma/Expressions/11.10-3: SKIP 790 ecma/Expressions/11.10-3: SKIP
800 ecma/Expressions/11.7.1: SKIP 791 ecma/Expressions/11.7.1: SKIP
801 ecma_3/RegExp/regress-209067: SKIP 792 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « src/interpreter-re2k.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698