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

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

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue 367 527 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue 367
528 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue 367 528 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue 367
529 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue 367 529 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue 367
530 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue 367 530 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue 367
531 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue 367 531 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue 367
532 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367 532 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367
533 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367 533 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367
534 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367 534 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367
535 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367 535 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367
536 536
537 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
538 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
539 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
540 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
541 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
542 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
543 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c lasses from core to collection. co19 issue 371.
544 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe s from core to collection. co19 issue 371.
545 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
546 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
547 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
548 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
549 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
550 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
551 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
552 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t o collection. co19 issue 371.
553 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
554 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
555 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col lection. co19 issue 371.
556 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col lection. co19 issue 371.
557 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
558 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
559 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c ollection. co19 issue 371.
560 LibTest/core/Queue/every_A01_t03: Fail # Moved collection classes from core to c ollection. co19 issue 371.
561 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c ollection. co19 issue 371.
562 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c ollection. co19 issue 371.
563 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
564 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
565 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
566 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
567 LibTest/core/Queue/forEach_A01_t03: Fail # Moved collection classes from core to collection. co19 issue 371.
568 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. co19 issue 371.
569 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
570 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
571 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
572 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
573 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
574 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
575 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
576 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
577 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
578
537 # Issues with co19 test suite in checked mode. 579 # Issues with co19 test suite in checked mode.
538 [ $compiler == dart2js && $checked ] 580 [ $compiler == dart2js && $checked ]
539 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 581 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
540 582
541 # Issues with co19 test suite in unchecked mode. 583 # Issues with co19 test suite in unchecked mode.
542 [ $compiler == dart2js && $unchecked ] 584 [ $compiler == dart2js && $unchecked ]
543 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 585 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
544 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 586 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
545 587
546 [ $compiler == dart2js && $jscl ] 588 [ $compiler == dart2js && $jscl ]
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 784 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
743 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 785 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
744 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 786 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
745 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 787 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
746 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 788 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
747 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 789 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
748 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 790 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
749 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 791 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
750 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 792 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
751 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 793 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
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