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

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

Issue 12335131: Make List.from default to not growable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix one more from. Created 7 years, 9 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_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 556
557 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381 557 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381
558 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381 558 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381
559 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381 559 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381
560 560
561 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 561 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
562 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 562 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
563 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 563 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
564 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 564 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
565 565
566 LibTest/core/List/addLast_A01_t03: Fail # List constructors, co19 issue 384
567 LibTest/core/List/add_A01_t01: Fail # List constructors, co19 issue 384
568 LibTest/core/List/clear_A01_t01: Fail # List constructors, co19 issue 384
569 LibTest/core/List/getRange_A01_t01: Fail # List constructors, co19 issue 384
570 LibTest/core/List/insertRange_A01_t01: Fail # List constructors, co19 issue 384
571 LibTest/core/List/insertRange_A04_t01: Fail # List constructors, co19 issue 384
572 LibTest/core/List/insertRange_A05_t01: Fail # List constructors, co19 issue 384
573 LibTest/core/List/insertRange_A06_t01: Fail # List constructors, co19 issue 384
574 LibTest/core/List/length_A01_t01: Fail # List constructors, co19 issue 384
575 LibTest/core/List/length_A02_t01: Fail # List constructors, co19 issue 384
576 LibTest/core/List/length_A03_t01: Fail # List constructors, co19 issue 384
577 LibTest/core/List/length_A05_t01: Fail # List constructors, co19 issue 384
578 LibTest/core/List/removeLast_A01_t01: Fail # List constructors, co19 issue 384
579 LibTest/core/List/removeLast_A01_t02: Fail # List constructors, co19 issue 384
580 LibTest/core/List/removeRange_A01_t01: Fail # List constructors, co19 issue 384
581 LibTest/core/List/removeRange_A03_t01: Fail # List constructors, co19 issue 384
582 LibTest/core/List/removeRange_A04_t01: Fail # List constructors, co19 issue 384
583 LibTest/core/List/removeRange_A05_t01: Fail # List constructors, co19 issue 384
584 LibTest/core/List/setRange_A01_t02: Fail # List constructors, co19 issue 384
585 LibTest/core/List/setRange_A02_t01: Fail # List constructors, co19 issue 384
586 LibTest/core/List/setRange_A02_t02: Fail # List constructors, co19 issue 384
587 LibTest/core/List/setRange_A03_t01: Fail # List constructors, co19 issue 384
588 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
589
566 # Issues with co19 test suite in checked mode. 590 # Issues with co19 test suite in checked mode.
567 [ $compiler == dart2js && $checked ] 591 [ $compiler == dart2js && $checked ]
568 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 592 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
569 593
570 # Issues with co19 test suite in unchecked mode. 594 # Issues with co19 test suite in unchecked mode.
571 [ $compiler == dart2js && $unchecked ] 595 [ $compiler == dart2js && $unchecked ]
572 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 596 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
573 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 597 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
574 598
575 [ $compiler == dart2js && $jscl ] 599 [ $compiler == dart2js && $jscl ]
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 801
778 # Doesn't expect concurrent modification error (issue 376). 802 # Doesn't expect concurrent modification error (issue 376).
779 LibTest/core/Map/forEach_A01_t07: Fail 803 LibTest/core/Map/forEach_A01_t07: Fail
780 804
781 # Deprecated string members removed (issue 382). 805 # Deprecated string members removed (issue 382).
782 LibTest/core/String/charCodes_A01_t01: Fail 806 LibTest/core/String/charCodes_A01_t01: Fail
783 LibTest/core/String/charCodeAt_A02_t01: Fail 807 LibTest/core/String/charCodeAt_A02_t01: Fail
784 LibTest/core/String/charCodeAt_A03_t01: Fail 808 LibTest/core/String/charCodeAt_A03_t01: Fail
785 LibTest/core/String/charCodeAt_A01_t01: Fail 809 LibTest/core/String/charCodeAt_A01_t01: Fail
786 LibTest/core/String/splitChars_A01_t01: Fail 810 LibTest/core/String/splitChars_A01_t01: Fail
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