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

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

Issue 10981050: Update co19 status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429
10 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re. 91 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re.
92 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 92 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
93 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure. 93 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure.
94 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 94 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
95 95
96 LibTest/core/Completer/completeException_A02_t01: Fail # co19 issue 224 96 LibTest/core/Completer/completeException_A02_t01: Fail # co19 issue 224
97 LibTest/core/int/operator_left_shift_A01_t03: Fail # co19 issue 224 97 LibTest/core/int/operator_left_shift_A01_t03: Fail # co19 issue 224
98 LibTest/core/int/operator_right_shift_A01_t03: Fail # co19 issue 224 98 LibTest/core/int/operator_right_shift_A01_t03: Fail # co19 issue 224
99 LibTest/core/List/insertRange_A05_t01: Fail # co19 issue 224 99 LibTest/core/List/insertRange_A05_t01: Fail # co19 issue 224
100 LibTest/core/List/List_A03_t01: Fail # co19 issue 224 100 LibTest/core/List/List_A03_t01: Fail # co19 issue 224
101 LibTest/core/List/List_A04_t01: Fail # co19 issue 224
102 LibTest/core/List/operator_subscript_A03_t01: Fail # co19 issue 224 101 LibTest/core/List/operator_subscript_A03_t01: Fail # co19 issue 224
103 LibTest/core/List/operator_subscript_A04_t01: Fail # co19 issue 224 102 LibTest/core/List/operator_subscript_A04_t01: Fail # co19 issue 224
104 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # co19 issue 224 103 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # co19 issue 224
105 LibTest/core/List/removeRange_A04_t01: Fail # co19 issue 224 104 LibTest/core/List/removeRange_A04_t01: Fail # co19 issue 224
106 LibTest/core/List/setRange_A04_t01: Fail # co19 issue 224 105 LibTest/core/List/setRange_A04_t01: Fail # co19 issue 224
107 LibTest/core/String/charCodeAt_A03_t01: Fail # co19 issue 224 106 LibTest/core/String/charCodeAt_A03_t01: Fail # co19 issue 224
108 LibTest/core/String/concat_A02_t01: Fail # co19 issue 224 107 LibTest/core/String/concat_A02_t01: Fail # co19 issue 224
109 LibTest/core/Strings/concatAll_A04_t01: Fail # co19 issue 224 108 LibTest/core/Strings/concatAll_A04_t01: Fail # co19 issue 224
110 LibTest/core/Strings/join_A04_t01: Fail # co19 issue 224 109 LibTest/core/Strings/join_A04_t01: Fail # co19 issue 224
111 LibTest/core/String/String.fromCharCodes_A02_t01: Fail # co19 issue 224 110 LibTest/core/String/String.fromCharCodes_A02_t01: Fail # co19 issue 224
112 111
113 [ $compiler == dart2js && $unchecked ] 112 [ $compiler == dart2js && $unchecked ]
113 LibTest/core/List/List_A04_t01: Fail # TODO(ahe): Please triage this failure.
ngeoffray 2012/09/27 08:32:29 It is a co19 issue 224 still. In non-checked mode,
ahe 2012/09/27 08:51:14 Thank you. I think that bug is fixed, and should s
114 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 114 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
115 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 115 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
116 116
117 117
118 [ $compiler == dart2js && $checked ] 118 [ $compiler == dart2js && $checked ]
119 # Tests rely on a VM exception being thrown in checked mode. 119 # Tests rely on a VM exception being thrown in checked mode.
120 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK 120 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK
121 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK 121 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK
122 122
123 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 123 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698