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

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

Issue 6913024: Revert 7763, missing implementation on x64 and arm for call and apply with null or undefined. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 7 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/mozilla/mozilla.status ('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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 172
173 # Allow keywords as names of properties in object initialisers and 173 # Allow keywords as names of properties in object initialisers and
174 # in dot-notation property access. 174 # in dot-notation property access.
175 S11.1.5_A4.1: FAIL_OK 175 S11.1.5_A4.1: FAIL_OK
176 S11.1.5_A4.2: FAIL_OK 176 S11.1.5_A4.2: FAIL_OK
177 177
178 # Don't throw type errors when iterating through the undefined object. 178 # Don't throw type errors when iterating through the undefined object.
179 S9.9_A1: FAIL_OK 179 S9.9_A1: FAIL_OK
180 S9.9_A2: FAIL_OK 180 S9.9_A2: FAIL_OK
181 181
182
182 ##################### SKIPPED TESTS ##################### 183 ##################### SKIPPED TESTS #####################
183 184
184 # These tests take a looong time to run in debug mode. 185 # These tests take a looong time to run in debug mode.
185 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 186 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
186 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 187 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
187 188
188 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 189 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
189 S8.7_A5_T2: FAIL 190 S8.7_A5_T2: FAIL
190 191
192 # V8 bugs: http://code.google.com/p/v8/issues/detail?id=1198
193 # V8 should not wrap this when calling builtin functions
194 S15.2.4.3_A12: FAIL
195 S15.2.4.7_A13: FAIL
196 # Object.prototype.toString
197 S15.2.4.2_A12: FAIL
198 S15.2.4.2_A13: FAIL
199 # Object.prototype.toLocaleString
200 S15.2.4.3_A13: FAIL
201 S15.2.4.4_A13: FAIL
202 S15.2.4.4_A12: FAIL
203 # Object.prototype.propertyIsEnumerable
204 S15.2.4.7_A12: FAIL
205 # Object.prototype.hasOwnProperty
206 S15.2.4.5_A12: FAIL
207 S15.2.4.5_A13: FAIL
208 # Object.prototype.isPrototypeOf
209 S15.2.4.6_A13: FAIL
210 S15.2.4.6_A12: FAIL
211
191 # Invalid test case (recent change adding var changes semantics) 212 # Invalid test case (recent change adding var changes semantics)
192 S8.3_A1_T1: FAIL 213 S8.3_A1_T1: FAIL
193 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35 214 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35
194 S15.5.4.8_A1_T1: FAIL 215 S15.5.4.8_A1_T1: FAIL
195 # Invalid test case (recent change adding var changes semantics) 216 # Invalid test case (recent change adding var changes semantics)
196 S15.3_A3_T1: FAIL 217 S15.3_A3_T1: FAIL
197 # Invalid test case (recent change adding var changes semantics) 218 # Invalid test case (recent change adding var changes semantics)
198 S15.3_A3_T3: FAIL 219 S15.3_A3_T3: FAIL
199 220
200 # These tests fail because we had to add bugs to be compatible with JSC. See 221 # These tests fail because we had to add bugs to be compatible with JSC. See
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 S15.9.5.6_A1_T2: FAIL_OK 263 S15.9.5.6_A1_T2: FAIL_OK
243 S15.9.5.7_A1_T2: FAIL_OK 264 S15.9.5.7_A1_T2: FAIL_OK
244 S15.9.5.8_A1_T2: FAIL_OK 265 S15.9.5.8_A1_T2: FAIL_OK
245 S15.9.5.9_A1_T2: FAIL_OK 266 S15.9.5.9_A1_T2: FAIL_OK
246 267
247 # Regexps have type "function", not "object". 268 # Regexps have type "function", not "object".
248 S11.4.3_A3.6: FAIL_OK 269 S11.4.3_A3.6: FAIL_OK
249 S15.10.7_A3_T2: FAIL_OK 270 S15.10.7_A3_T2: FAIL_OK
250 S15.10.7_A3_T1: FAIL_OK 271 S15.10.7_A3_T1: FAIL_OK
251 272
252
253 [ $arch == arm ] 273 [ $arch == arm ]
254 274
255 # BUG(3251225): Tests that timeout with --nocrankshaft. 275 # BUG(3251225): Tests that timeout with --nocrankshaft.
256 S15.1.3.1_A2.5_T1: SKIP 276 S15.1.3.1_A2.5_T1: SKIP
257 S15.1.3.2_A2.5_T1: SKIP 277 S15.1.3.2_A2.5_T1: SKIP
258 S15.1.3.1_A2.4_T1: SKIP 278 S15.1.3.1_A2.4_T1: SKIP
259 S15.1.3.1_A2.5_T1: SKIP 279 S15.1.3.1_A2.5_T1: SKIP
260 S15.1.3.2_A2.4_T1: SKIP 280 S15.1.3.2_A2.4_T1: SKIP
261 S15.1.3.2_A2.5_T1: SKIP 281 S15.1.3.2_A2.5_T1: SKIP
262 S15.1.3.3_A2.3_T1: SKIP 282 S15.1.3.3_A2.3_T1: SKIP
263 S15.1.3.4_A2.3_T1: SKIP 283 S15.1.3.4_A2.3_T1: SKIP
264 S15.1.3.1_A2.5_T1: SKIP 284 S15.1.3.1_A2.5_T1: SKIP
265 S15.1.3.2_A2.5_T1: SKIP 285 S15.1.3.2_A2.5_T1: SKIP
266 286
267 [ $arch == mips ] 287 [ $arch == mips ]
268 288
269 # Skip all tests on MIPS. 289 # Skip all tests on MIPS.
270 *: SKIP 290 *: SKIP
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698