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

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

Issue 6677020: Remove special-casing of calls to RegExp test and exec methods with no argument. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make test expectations be up-to-date. Created 9 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 | « test/mjsunit/regexp-static.js ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 js1_5/Regress/regress-280769-4: PASS || FAIL 293 js1_5/Regress/regress-280769-4: PASS || FAIL
294 js1_5/Regress/regress-280769-5: PASS || FAIL 294 js1_5/Regress/regress-280769-5: PASS || FAIL
295 295
296 296
297 # We do not support static RegExp.multiline - should we?. 297 # We do not support static RegExp.multiline - should we?.
298 js1_2/regexp/RegExp_multiline: FAIL_OK 298 js1_2/regexp/RegExp_multiline: FAIL_OK
299 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK 299 js1_2/regexp/RegExp_multiline_as_array: FAIL_OK
300 js1_2/regexp/beginLine: FAIL_OK 300 js1_2/regexp/beginLine: FAIL_OK
301 js1_2/regexp/endLine: FAIL_OK 301 js1_2/regexp/endLine: FAIL_OK
302 302
303 # We no longer let calls to test and exec with no argument implicitly
304 # use the previous input.
305 js1_2/regexp/RegExp_input: FAIL_OK
306 js1_2/regexp/RegExp_input_as_array: FAIL_OK
307
303 308
304 # To be compatible with safari typeof a regexp yields 'function'; 309 # To be compatible with safari typeof a regexp yields 'function';
305 # in firefox it yields 'object'. 310 # in firefox it yields 'object'.
306 js1_2/function/regexparg-1: FAIL_OK 311 js1_2/function/regexparg-1: FAIL_OK
307 312
308 313
309 # Date trouble? 314 # Date trouble?
310 js1_5/Date/regress-301738-02: FAIL_OK 315 js1_5/Date/regress-301738-02: FAIL_OK
311 316
312 317
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 ecma/Date/15.9.5.12-2: SKIP 856 ecma/Date/15.9.5.12-2: SKIP
852 ecma/Date/15.9.5.8: SKIP 857 ecma/Date/15.9.5.8: SKIP
853 ecma/Date/15.9.5.9: SKIP 858 ecma/Date/15.9.5.9: SKIP
854 ecma/Date/15.9.5.11-2: SKIP 859 ecma/Date/15.9.5.11-2: SKIP
855 ecma/Expressions/11.7.2: SKIP 860 ecma/Expressions/11.7.2: SKIP
856 ecma/Expressions/11.10-2: SKIP 861 ecma/Expressions/11.10-2: SKIP
857 ecma/Expressions/11.7.3: SKIP 862 ecma/Expressions/11.7.3: SKIP
858 ecma/Expressions/11.10-3: SKIP 863 ecma/Expressions/11.10-3: SKIP
859 ecma/Expressions/11.7.1: SKIP 864 ecma/Expressions/11.7.1: SKIP
860 ecma_3/RegExp/regress-209067: SKIP 865 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/regexp-static.js ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698