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

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

Issue 13872007: Refactor removeRange. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files and rebuild dom (unrelated CL). 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-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('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 5
6 [ $compiler == dart2js && $runtime == jsshell ] 6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8 8
9 9
10 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 502 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
503 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402 503 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402
504 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402 504 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402
505 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402 505 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402
506 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 506 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
507 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 507 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
508 508
509 [ $compiler == dart2js && $unchecked ] 509 [ $compiler == dart2js && $unchecked ]
510 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 510 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
511 511
512 LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument . Issue 404
513 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404
514 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404
515
512 # Issues with co19 test suite in checked mode. 516 # Issues with co19 test suite in checked mode.
513 [ $compiler == dart2js && $checked ] 517 [ $compiler == dart2js && $checked ]
514 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 518 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
515 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 519 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
516 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 520 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
517 LibTest/core/List/List.from_A01_t01: fail # Issue 400 521 LibTest/core/List/List.from_A01_t01: fail # Issue 400
518 LibTest/core/List/every_A01_t01: fail # Issue 400 522 LibTest/core/List/every_A01_t01: fail # Issue 400
519 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 523 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
520 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 524 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
521 525
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 714 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
711 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 715 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
712 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 716 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
713 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 717 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
714 718
715 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 719 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
716 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 720 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
717 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 721 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
718 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 722 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
719 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 723 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698