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

Side by Side Diff: test/es5conform/es5conform.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 | « src/regexp.js ('k') | test/mjsunit/bugs/bug-1217.js » ('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 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 # SUBSETFAIL 90 # SUBSETFAIL
91 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK 91 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK
92 92
93 # SUBSETFAIL 93 # SUBSETFAIL
94 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK 94 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK
95 95
96 # SUBSETFAIL 96 # SUBSETFAIL
97 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK 97 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK
98 98
99 # We do not implement all methods on RegExp.
100 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL
101
102 # SUBSETFAIL 99 # SUBSETFAIL
103 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK 100 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK
104 101
105 # EvalError.prototype does not have message property. 102 # EvalError.prototype does not have message property.
106 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL 103 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL
107 104
108 # Rangeerror.prototype does not have message property. 105 # Rangeerror.prototype does not have message property.
109 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL 106 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL
110 107
111 # ReferenceError.prototype does not have message property. 108 # ReferenceError.prototype does not have message property.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 181
185 # Bad test - deleting the property on o in callbackfn will 182 # Bad test - deleting the property on o in callbackfn will
186 # have no effect on the actual array on which reduceRight is called. 183 # have no effect on the actual array on which reduceRight is called.
187 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK 184 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK
188 185
189 # We do not correctly recognize \uFEFF as whitespace 186 # We do not correctly recognize \uFEFF as whitespace
190 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL 187 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL
191 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL 188 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL
192 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL 189 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL
193 190
194 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC.
195 chapter15/15.10/15.10.6/15.10.6: FAIL_OK
196
197 # We do not have the properties of a RegExp instance on RegExp.prototype.
198 # The spec says we should - but we are currently bug compatible with JSC.
199 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1: FAIL_OK
200 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK
201 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK
202 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK
203 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK
204 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
205 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
206 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
207 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
208 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
209
210 ############################################################################## 191 ##############################################################################
211 # Unimplemented parts of strict mode 192 # Unimplemented parts of strict mode
212 # Setting expectations to fail only so that the tests trigger as soon as 193 # Setting expectations to fail only so that the tests trigger as soon as
213 # the strict mode feature gets implemented 194 # the strict mode feature gets implemented
214 195
215 # A directive preceeding an 'use strict' directive may not contain 196 # A directive preceeding an 'use strict' directive may not contain
216 # an OctalEscapeSequence 197 # an OctalEscapeSequence
217 # Incorrect test - need double escape in eval. 198 # Incorrect test - need double escape in eval.
218 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL 199 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
219 200
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 317 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
337 318
338 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 319 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
339 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 320 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
340 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 321 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
341 322
342 [ $arch == mips ] 323 [ $arch == mips ]
343 324
344 # Skip all tests on MIPS. 325 # Skip all tests on MIPS.
345 *: SKIP 326 *: SKIP
OLDNEW
« no previous file with comments | « src/regexp.js ('k') | test/mjsunit/bugs/bug-1217.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698