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

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

Issue 8334024: Mark Test262 test cases for known Chromium issue 1717. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 S12.6.4_A13_T2: FAIL_OK 235 S12.6.4_A13_T2: FAIL_OK
236 S15.3.4.2_A1_T1: FAIL_OK 236 S15.3.4.2_A1_T1: FAIL_OK
237 237
238 # Linux and Mac defaults to extended 80 bit floating point format in the FPU. 238 # Linux and Mac defaults to extended 80 bit floating point format in the FPU.
239 # We follow the other major JS engines by keeping this default. 239 # We follow the other major JS engines by keeping this default.
240 S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos 240 S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos
241 S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos 241 S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos
242 242
243 # These tests fail because we had to add bugs to be compatible with JSC. See 243 # These tests fail because we had to add bugs to be compatible with JSC. See
244 # http://code.google.com/p/chromium/issues/detail?id=1717 244 # http://code.google.com/p/chromium/issues/detail?id=1717
245 15.2.3.6-4-612: FAIL_OK
246 15.2.3.6-4-613: FAIL_OK
247 15.2.3.6-4-614: FAIL_OK
248 15.2.3.6-4-615: FAIL_OK
249 15.2.3.6-4-616: FAIL_OK
250 15.2.3.6-4-617: FAIL_OK
251 15.2.3.6-4-618: FAIL_OK
252 15.2.3.6-4-619: FAIL_OK
253 15.2.3.6-4-620: FAIL_OK
254 15.2.3.6-4-621: FAIL_OK
255 15.2.3.6-4-623: FAIL_OK
256 15.2.3.6-4-624: FAIL_OK
245 S15.5.4.1_A1_T2: FAIL_OK 257 S15.5.4.1_A1_T2: FAIL_OK
246 S15.5.4_A1: FAIL_OK 258 S15.5.4_A1: FAIL_OK
247 S15.5.4_A3: FAIL_OK 259 S15.5.4_A3: FAIL_OK
248 S15.9.5.10_A1_T2: FAIL_OK 260 S15.9.5.10_A1_T2: FAIL_OK
249 S15.9.5.11_A1_T2: FAIL_OK 261 S15.9.5.11_A1_T2: FAIL_OK
250 S15.9.5.12_A1_T2: FAIL_OK 262 S15.9.5.12_A1_T2: FAIL_OK
251 S15.9.5.13_A1_T2: FAIL_OK 263 S15.9.5.13_A1_T2: FAIL_OK
252 S15.9.5.14_A1_T2: FAIL_OK 264 S15.9.5.14_A1_T2: FAIL_OK
253 S15.9.5.15_A1_T2: FAIL_OK 265 S15.9.5.15_A1_T2: FAIL_OK
254 S15.9.5.16_A1_T2: FAIL_OK 266 S15.9.5.16_A1_T2: FAIL_OK
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 # (JSON) 360 # (JSON)
349 15.2.3.6-4-410: FAIL 361 15.2.3.6-4-410: FAIL
350 # Bug? ES5 Attributes - Failed to add properties to an object when the object's 362 # Bug? ES5 Attributes - Failed to add properties to an object when the object's
351 # prototype has properties with the same name and [[Writable]] set to false 363 # prototype has properties with the same name and [[Writable]] set to false
352 # (Object.create) 364 # (Object.create)
353 15.2.3.6-4-415: FAIL 365 15.2.3.6-4-415: FAIL
354 # Bug? ES5 Attributes - Failed to add a property to an object when the object's 366 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
355 # prototype has a property with the same name and [[Writable]] set to 367 # prototype has a property with the same name and [[Writable]] set to
356 # false(Function.prototype.bind) 368 # false(Function.prototype.bind)
357 15.2.3.6-4-420: FAIL 369 15.2.3.6-4-420: FAIL
358 # Bug? ES5 Attributes - all attributes in Array.prototype.indexOf are correct
359 15.2.3.6-4-612: FAIL
360 # Bug? ES5 Attributes - all attributes in Object.lastIndexOf are correct
361 15.2.3.6-4-613: FAIL
362 # Bug? ES5 Attributes - all attributes in Array.prototype.every are correct
363 15.2.3.6-4-614: FAIL
364 # Bug? ES5 Attributes - all attributes in Array.prototype.some are correct
365 15.2.3.6-4-615: FAIL
366 # Bug? ES5 Attributes - all attributes in Array.prototype.forEach are correct
367 15.2.3.6-4-616: FAIL
368 # Bug? ES5 Attributes - all attributes in Array.prototype.map are correct
369 15.2.3.6-4-617: FAIL
370 # Bug? ES5 Attributes - all attributes in Array.prototype.filter are correct
371 15.2.3.6-4-618: FAIL
372 # Bug? ES5 Attributes - all attributes in Array.prototype.reduce are correct
373 15.2.3.6-4-619: FAIL
374 # Bug? ES5 Attributes - all attributes in Array.prototype.reduceRight are
375 # correct
376 15.2.3.6-4-620: FAIL
377 # Bug? ES5 Attributes - all attributes in String.prototype.trim are correct
378 15.2.3.6-4-621: FAIL
379 # Bug? ES5 Attributes - all attributes in Date.prototype.toISOString are correct
380 15.2.3.6-4-623: FAIL
381 # Bug? ES5 Attributes - all attributes in Date.prototype.toJSON are correct
382 15.2.3.6-4-624: FAIL
383 # Bug? Array.prototype.indexOf - decreasing length of array does not delete 370 # Bug? Array.prototype.indexOf - decreasing length of array does not delete
384 # non-configurable properties 371 # non-configurable properties
385 15.4.4.14-9-a-19: FAIL 372 15.4.4.14-9-a-19: FAIL
386 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete 373 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete
387 # non-configurable properties 374 # non-configurable properties
388 15.4.4.15-8-a-19: FAIL 375 15.4.4.15-8-a-19: FAIL
389 # Bug? Array.prototype.every - decreasing length of array does not delete 376 # Bug? Array.prototype.every - decreasing length of array does not delete
390 # non-configurable properties 377 # non-configurable properties
391 15.4.4.16-7-b-16: FAIL 378 15.4.4.16-7-b-16: FAIL
392 # Bug? Array.prototype.some - decreasing length of array does not delete 379 # Bug? Array.prototype.some - decreasing length of array does not delete
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 S15.1.3.2_A2.5_T1: SKIP 418 S15.1.3.2_A2.5_T1: SKIP
432 S15.1.3.3_A2.3_T1: SKIP 419 S15.1.3.3_A2.3_T1: SKIP
433 S15.1.3.4_A2.3_T1: SKIP 420 S15.1.3.4_A2.3_T1: SKIP
434 S15.1.3.1_A2.5_T1: SKIP 421 S15.1.3.1_A2.5_T1: SKIP
435 S15.1.3.2_A2.5_T1: SKIP 422 S15.1.3.2_A2.5_T1: SKIP
436 423
437 [ $arch == mips ] 424 [ $arch == mips ]
438 425
439 # Skip all tests on MIPS. 426 # Skip all tests on MIPS.
440 *: SKIP 427 *: 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