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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 13956006: Remove insertRange. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebuild DOM (unrelated CL) and update status files. Created 7 years, 8 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 | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_insert_range_test.dart » ('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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 429 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
430 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 430 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
431 431
432 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 432 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
433 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402 433 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402
434 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402 434 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402
435 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402 435 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402
436 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 436 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
437 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 437 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
438 438
439 LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument . Issue TODO
440 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue TODO
441 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue TODO
442
443 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403
444 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
445 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
446 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
447 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
448 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
449
439 [ $compiler == none && $runtime == vm && $checked ] 450 [ $compiler == none && $runtime == vm && $checked ]
440 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 451 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
441 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 452 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
442 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 453 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
443 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 454 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400
444 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 455 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400
445 LibTest/core/List/List.from_A01_t01: fail # Issue 400 456 LibTest/core/List/List.from_A01_t01: fail # Issue 400
446 LibTest/core/List/every_A01_t01: fail # Issue 400 457 LibTest/core/List/every_A01_t01: fail # Issue 400
447 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 458 LibTest/core/Match/pattern_A01_t01: fail # Issue 400
448 LibTest/core/Match/str_A01_t01: fail # Issue 400 459 LibTest/core/Match/str_A01_t01: fail # Issue 400
449 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 460 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
450 461
451 [ $compiler == none && $runtime == vm && $unchecked ] 462 [ $compiler == none && $runtime == vm && $unchecked ]
452 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e TODO 463 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e TODO
453 464
454 [ $compiler == none && $arch == simarm ] 465 [ $compiler == none && $arch == simarm ]
455 *: Skip 466 *: Skip
456 467
457 468
458 [ $compiler == none && $arch == arm ] 469 [ $compiler == none && $arch == arm ]
459 *: Skip 470 *: Skip
460 471
461 472
462 [ $compiler == none && $arch == simmips ] 473 [ $compiler == none && $arch == simmips ]
463 *: Skip 474 *: Skip
464 475
465 476
466 [ $compiler == none && $arch == mips ] 477 [ $compiler == none && $arch == mips ]
467 *: Skip 478 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_insert_range_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698