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

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

Issue 5703001: Revert 5911 (RegExp fail on invalid range syntax).
Patch Set: Created 10 years 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
« no previous file with comments | « test/mjsunit/third_party/regexp-pcre.js ('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 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 js1_5/Regress/regress-280769-4: PASS || FAIL 285 js1_5/Regress/regress-280769-4: PASS || FAIL
286 js1_5/Regress/regress-280769-5: PASS || FAIL 286 js1_5/Regress/regress-280769-5: PASS || FAIL
287 287
288 288
289 # We do not support static RegExp.multiline - should we?. 289 # We do not support static RegExp.multiline - should we?.
290 js1_2/regexp/RegExp_multiline: FAIL_OK 290 js1_2/regexp/RegExp_multiline: FAIL_OK
291 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK 291 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
292 js1_2/regexp/beginLine: FAIL_OK 292 js1_2/regexp/beginLine: FAIL_OK
293 js1_2/regexp/endLine: FAIL_OK 293 js1_2/regexp/endLine: FAIL_OK
294 294
295 # To be compatible with JSC, we no longer accept [\d-x], [x-\d] or
296 # [\d-\d] as valid ranges.
297 ecma_3/RegExp/regress-375715-02: FAIL
298 js1_5/extensions/regress-351463-01: FAIL
299 295
300 # To be compatible with safari typeof a regexp yields 'function'; 296 # To be compatible with safari typeof a regexp yields 'function';
301 # in firefox it yields 'object'. 297 # in firefox it yields 'object'.
302 js1_2/function/regexparg-1: FAIL_OK 298 js1_2/function/regexparg-1: FAIL_OK
303 299
304 300
305 # Date trouble? 301 # Date trouble?
306 js1_5/Date/regress-301738-02: FAIL_OK 302 js1_5/Date/regress-301738-02: FAIL_OK
307 303
308 304
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 ecma/Date/15.9.5.8: SKIP 863 ecma/Date/15.9.5.8: SKIP
868 ecma/Date/15.9.5.9: SKIP 864 ecma/Date/15.9.5.9: SKIP
869 ecma/Date/15.9.5.10-2: SKIP 865 ecma/Date/15.9.5.10-2: SKIP
870 ecma/Date/15.9.5.11-2: SKIP 866 ecma/Date/15.9.5.11-2: SKIP
871 ecma/Expressions/11.7.2: SKIP 867 ecma/Expressions/11.7.2: SKIP
872 ecma/Expressions/11.10-2: SKIP 868 ecma/Expressions/11.10-2: SKIP
873 ecma/Expressions/11.7.3: SKIP 869 ecma/Expressions/11.7.3: SKIP
874 ecma/Expressions/11.10-3: SKIP 870 ecma/Expressions/11.10-3: SKIP
875 ecma/Expressions/11.7.1: SKIP 871 ecma/Expressions/11.7.1: SKIP
876 ecma_3/RegExp/regress-209067: SKIP 872 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/third_party/regexp-pcre.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698