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

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

Issue 6410116: Remove exceptions for Function.prototype.bind from es5conform.status.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 10 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 | « no previous file | 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 26 matching lines...) Expand all
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. 44 # We do not have a global object called 'global' as required by tests.
45 chapter15/15.1: FAIL_OK 45 chapter15/15.1: FAIL_OK
46 46
47 # NOT IMPLEMENTED: bind
48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
49
50 # NaN is writable. We are compatible with JSC. 47 # NaN is writable. We are compatible with JSC.
51 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
52 # Infinity is writable. We are compatible with JSC. 49 # Infinity is writable. We are compatible with JSC.
53 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
54 # undefined is writable. We are compatible with JSC. 51 # undefined is writable. We are compatible with JSC.
55 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 52 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
56 53
57 # Our Function object has an "arguments" property which is used as a 54 # Our Function object has an "arguments" property which is used as a
58 # non-property in the test. 55 # non-property in the test.
59 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK
(...skipping 27 matching lines...) Expand all
87 84
88 # SUBSETFAIL 85 # SUBSETFAIL
89 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK 86 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK
90 87
91 # SUBSETFAIL + we do not implement all methods on Object. 88 # SUBSETFAIL + we do not implement all methods on Object.
92 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK 89 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK
93 90
94 # SUBSETFAIL 91 # SUBSETFAIL
95 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK 92 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK
96 93
97 # SUBSETFAIL + we do not implement Function.prototype.bind. 94 # SUBSETFAIL
98 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK 95 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK
99 96
100 # SUBSETFAIL 97 # SUBSETFAIL
101 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK 98 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK
102 99
103 # SUBSETFAIL 100 # SUBSETFAIL
104 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK 101 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK
105 102
106 # SUBSETFAIL 103 # SUBSETFAIL
107 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK 104 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 165
169 # SUBSETFAIL 166 # SUBSETFAIL
170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK 167 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK
171 168
172 # SUBSETFAIL 169 # SUBSETFAIL
173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK 170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK
174 171
175 # SUBSETFAIL 172 # SUBSETFAIL
176 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK 173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK
177 174
178 # NOT IMPLEMENTED: bind on Function.prototype.
179 chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1: UNIMPLEMENTED
180
181 # Bad test - the spec does not say anything about throwing errors 175 # Bad test - the spec does not say anything about throwing errors
182 # on calling Array.prototype.indexOf with undefined as argument. 176 # on calling Array.prototype.indexOf with undefined as argument.
183 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK 177 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK
184 178
185 # Bad test - the spec does not say anything about throwing errors 179 # Bad test - the spec does not say anything about throwing errors
186 # on calling Array.prototype.indexOf with null as argument. 180 # on calling Array.prototype.indexOf with null as argument.
187 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK 181 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK
188 182
189 # Bad test - the test at the end should be "i === true". 183 # Bad test - the test at the end should be "i === true".
190 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK 184 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL 438 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL
445 # Array.prototype.filter - thisArg not passed to strict callbackfn 439 # Array.prototype.filter - thisArg not passed to strict callbackfn
446 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL 440 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL
447 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 441 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
448 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 442 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
449 443
450 [ $arch == mips ] 444 [ $arch == mips ]
451 445
452 # Skip all tests on MIPS. 446 # Skip all tests on MIPS.
453 *: SKIP 447 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698