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

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

Issue 8139027: Version 3.6.5 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' 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/cctest/test-weakmaps.cc ('k') | test/mjsunit/array-tostring.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 23 matching lines...) Expand all
34 # Non UTF8 characters in test files. 34 # Non UTF8 characters in test files.
35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK 35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK
36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK 36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK
37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK 37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK
38 38
39 # We do not implement the error chekcs specified in the production rules 39 # We do not implement the error chekcs specified in the production rules
40 # of 11.1.5 (Object initializer). 40 # of 11.1.5 (Object initializer).
41 # We are compatible with Safari and Firefox. 41 # We are compatible with Safari and Firefox.
42 chapter11/11.1/11.1.5: UNIMPLEMENTED 42 chapter11/11.1/11.1.5: UNIMPLEMENTED
43 43
44 # We do not have a global object called 'global' as required by tests.
45 chapter15/15.1: FAIL_OK
46
47 # NaN is writable. We are compatible with JSC.
48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
49 # Infinity is writable. We are compatible with JSC.
50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
51 # undefined is writable. We are compatible with JSC.
52 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
53
54 # Our Function object has an "arguments" property which is used as a 44 # Our Function object has an "arguments" property which is used as a
55 # non-property in the test. 45 # non-property in the test.
56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK 46 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK
57 47
58 # Our Function object has a "caller" property which is used as a 48 # Our Function object has a "caller" property which is used as a
59 # non-property in in the test. 49 # non-property in in the test.
60 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK 50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184: FAIL_OK
61 51
62 # Our function object has a name property which is used as a 52 # Our function object has a name property which is used as a
63 # non-property in the test. 53 # non-property in the test.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 89
100 # SUBSETFAIL 90 # SUBSETFAIL
101 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
102 92
103 # SUBSETFAIL 93 # SUBSETFAIL
104 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
105 95
106 # SUBSETFAIL 96 # SUBSETFAIL
107 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
108 98
109 # We do not implement all methods on RegExp.
110 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL
111
112 # SUBSETFAIL 99 # SUBSETFAIL
113 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
114 101
115 # EvalError.prototype does not have message property. 102 # EvalError.prototype does not have message property.
116 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
117 104
118 # Rangeerror.prototype does not have message property. 105 # Rangeerror.prototype does not have message property.
119 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
120 107
121 # 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
194 181
195 # Bad test - deleting the property on o in callbackfn will 182 # Bad test - deleting the property on o in callbackfn will
196 # 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.
197 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
198 185
199 # We do not correctly recognize \uFEFF as whitespace 186 # We do not correctly recognize \uFEFF as whitespace
200 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
201 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
202 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
203 190
204 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC.
205 chapter15/15.10/15.10.6/15.10.6: FAIL_OK
206
207 # We do not have the properties of a RegExp instance on RegExp.prototype.
208 # The spec says we should - but we are currently bug compatible with JSC.
209 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1: FAIL_OK
210 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK
211 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK
212 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK
213 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK
214 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
215 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
216 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
217 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
218 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
219
220 ############################################################################## 191 ##############################################################################
221 # Unimplemented parts of strict mode 192 # Unimplemented parts of strict mode
222 # 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
223 # the strict mode feature gets implemented 194 # the strict mode feature gets implemented
224 195
225 # A directive preceeding an 'use strict' directive may not contain 196 # A directive preceeding an 'use strict' directive may not contain
226 # an OctalEscapeSequence 197 # an OctalEscapeSequence
227 # Incorrect test - need double escape in eval. 198 # Incorrect test - need double escape in eval.
228 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
229 200
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 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
347 318
348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 319 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 320 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
350 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
351 322
352 [ $arch == mips ] 323 [ $arch == mips ]
353 324
354 # Skip all tests on MIPS. 325 # Skip all tests on MIPS.
355 *: SKIP 326 *: SKIP
OLDNEW
« no previous file with comments | « test/cctest/test-weakmaps.cc ('k') | test/mjsunit/array-tostring.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698