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

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

Issue 8041015: Make the RegExp.prototype object be a RegExp object. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated test expectations. Created 9 years, 2 months 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/regress/regress-1217.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 S15.8.2.16_A7: PASS || FAIL_OK 45 S15.8.2.16_A7: PASS || FAIL_OK
46 S15.8.2.18_A7: PASS || FAIL_OK 46 S15.8.2.18_A7: PASS || FAIL_OK
47 S15.8.2.13_A23: PASS || FAIL_OK 47 S15.8.2.13_A23: PASS || FAIL_OK
48 48
49 # We allow calls to regexp exec() with no arguments to fail for 49 # We allow calls to regexp exec() with no arguments to fail for
50 # compatibility reasons. 50 # compatibility reasons.
51 S15.10.6.2_A1_T16: FAIL_OK 51 S15.10.6.2_A1_T16: FAIL_OK
52 S15.10.6.2_A12: FAIL_OK 52 S15.10.6.2_A12: FAIL_OK
53 S15.10.6.3_A1_T16: FAIL_OK 53 S15.10.6.3_A1_T16: FAIL_OK
54 54
55 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp.
56 S15.10.6_A2: FAIL_OK
57
55 # We are silent in some regexp cases where the spec wants us to give 58 # We are silent in some regexp cases where the spec wants us to give
56 # errors, for compatibility. 59 # errors, for compatibility.
57 S15.10.2.11_A1_T2: FAIL 60 S15.10.2.11_A1_T2: FAIL
58 S15.10.2.11_A1_T3: FAIL 61 S15.10.2.11_A1_T3: FAIL
59 62
60 # We are more lenient in which string character escapes we allow than 63 # We are more lenient in which string character escapes we allow than
61 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. 64 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility.
62 S7.8.4_A4.3_T2: FAIL_OK 65 S7.8.4_A4.3_T2: FAIL_OK
63 S7.8.4_A4.3_T2: FAIL_OK 66 S7.8.4_A4.3_T2: FAIL_OK
64 S7.8.4_A6.2_T2: FAIL_OK 67 S7.8.4_A6.2_T2: FAIL_OK
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 S15.1.3.2_A2.5_T1: SKIP 263 S15.1.3.2_A2.5_T1: SKIP
261 S15.1.3.3_A2.3_T1: SKIP 264 S15.1.3.3_A2.3_T1: SKIP
262 S15.1.3.4_A2.3_T1: SKIP 265 S15.1.3.4_A2.3_T1: SKIP
263 S15.1.3.1_A2.5_T1: SKIP 266 S15.1.3.1_A2.5_T1: SKIP
264 S15.1.3.2_A2.5_T1: SKIP 267 S15.1.3.2_A2.5_T1: SKIP
265 268
266 [ $arch == mips ] 269 [ $arch == mips ]
267 270
268 # Skip all tests on MIPS. 271 # Skip all tests on MIPS.
269 *: SKIP 272 *: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-1217.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698