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

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

Issue 12473003: Remove deprecated StringBuffer.add, addAll and addCharCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 588 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
589 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 589 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
590 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 590 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
591 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 591 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
592 592
593 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375. 593 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375.
594 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375. 594 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
595 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375. 595 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
596 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375. 596 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
597 597
598 LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to wri te. co19 issue 388.
599 LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388.
600 LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
601 LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to wri te. co19 issue 388.
602 LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to w rite. co19 issue 388.
603 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuff er renamed add to write. co19 issue 388.
604 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuff er renamed add to write. co19 issue 388.
605 Language/12_Statements/01_Blocks_A01_t03: Fail # StringBuffer renamed add to wri te. co19 issue 388.
606 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
607 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
608 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
609 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
610 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
611 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
612 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
613 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
614 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
615 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
616
617
598 # Issues with co19 test suite in checked mode. 618 # Issues with co19 test suite in checked mode.
599 [ $compiler == dart2js && $checked ] 619 [ $compiler == dart2js && $checked ]
600 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 620 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
601 621
602 # Issues with co19 test suite in unchecked mode. 622 # Issues with co19 test suite in unchecked mode.
603 [ $compiler == dart2js && $unchecked ] 623 [ $compiler == dart2js && $unchecked ]
604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 624 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
605 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 625 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
606 626
607 [ $compiler == dart2js && $jscl ] 627 [ $compiler == dart2js && $jscl ]
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 824 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
805 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 825 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
806 826
807 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 827 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
808 828
809 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 829 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
810 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 830 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
811 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 831 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
812 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 832 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
813 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 833 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698