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

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

Issue 23283003: co19-roll to r546 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 5 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
13 13
14 [ $compiler == dart2js && $checked && $runtime == ie9 ] 14 [ $compiler == dart2js && $checked && $runtime == ie9 ]
15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
16 16
17 # Crashes first, please. Then untriaged bugs. There is a section below 17 # Crashes first, please. Then untriaged bugs. There is a section below
18 # for co19 bugs. 18 # for co19 bugs.
19 [ $compiler == dart2js ] 19 [ $compiler == dart2js ]
20 LibTest/math/max_A01_t03: Fail # co19 issue 467 20 LibTest/math/max_A01_t03: Fail # co19 issue 467
21 LibTest/math/min_A01_t03: Fail # co19 issue 467 21 LibTest/math/min_A01_t03: Fail # co19 issue 467
22 22
23 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 23 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
24 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 24 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
25 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
26 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure.
27 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure.
28 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure.
29 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure.
30 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure.
31 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure.
32 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure. 25 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure.
33 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure. 26 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure.
34 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure. 27 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure.
35 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure. 28 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure.
36 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure. 29 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure.
37 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 30 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
38 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure. 31 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
39 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure. 32 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure.
40 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure. 33 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure.
41 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 34 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
42 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure. 35 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure.
43 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure.
44 Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure.
45 Language/11_Expressions/01_Constants_A18_t07: Fail # TODO(ahe): Please triage th is failure.
46 Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage th is failure.
47 Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
48 Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
49 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure.
50 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure.
51 Language/11_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure.
52 Language/11_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure.
53 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure.
54 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure.
55 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure.
56 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure.
57 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # Issue 7025
58 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure.
59 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure.
60 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure.
61 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(ahe): Pleas e triage this failure.
62 Language/11_Expressions/30_Identifier_Reference_A05_t01: Fail # TODO(ahe): Pleas e triage this failure.
63 Language/11_Expressions/30_Identifier_Reference_A05_t12: Fail # TODO(ahe): Pleas e triage this failure.
64 Language/11_Expressions/32_Type_Cast_A02_t03: Fail # TODO(ahe): Please triage th is failure.
65 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # TODO(ahe): Please triage th is failure.
66 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # TODO(ahe): Please triage th is failure.
67 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure.
68 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure.
69 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
70 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
71 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
72 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
73 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure.
74 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure.
75 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
76 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
77 Language/12_Statements/09_Switch_A06_t02: Fail # co19 issue 413
78 Language/12_Statements/10_Try_A06_t01: Fail # Issue 11850: dart2js inlining resu lts in stack traces not as accurate
79 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
80 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
81 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
82 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
83 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure.
84 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure.
85 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure.
86 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure.
87 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
88 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure.
89 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): Please tr iage this failure.
90 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure.
91 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(ahe): Please triag e this failure.
92 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(ahe): Please triag e this failure.
93 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # TODO(ahe): Please triag e this failure.
94 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: Fail # TODO(ahe): Please triag e this failure.
95 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: Fail # TODO(ahe): Please triag e this failure.
96 Language/14_Types/5_Function_Types_A01_t10: Pass # co19 issue 392, issue 9058
97 Language/14_Types/5_Function_Types_A02_t06: Pass # co19 issue 392, issue 9058
98 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
99 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19 issue 471
100 LibTest/async/Future/Future.delayed_A01_t02: Fail # co19 issue 471
101 LibTest/async/Future/Future.delayed_A02_t01: Fail # co19 issue 471
102 LibTest/async/Future/asStream_A01_t01: Fail # co19 issue 472
103 LibTest/async/Future/asStream_A01_t02: Fail # co19 issue 472
104 LibTest/async/Future/asStream_A02_t01: Fail # co19 issue 472
105 LibTest/async/Future/catchError_A03_t01: Fail # co19 issue 471
106 LibTest/async/Future/catchError_A03_t02: Fail # co19 issue 471
107 LibTest/async/Future/catchError_A03_t03: Fail # co19 issue 471
108 LibTest/async/Future/forEach_A01_t01: Fail # co19 issue 471
109 LibTest/async/Future/forEach_A02_t01: Fail # co19 issue 471
110 LibTest/async/Future/forEach_A03_t01: Fail # co19 issue 471
111 LibTest/async/Future/then_A01_t03: Fail # co19 issue 472
112 LibTest/async/Future/then_A02_t01: Fail # co19 issue 471
113 LibTest/async/Future/then_A02_t02: Fail # co19 issue 473
114 LibTest/async/Future/then_A03_t01: Fail # co19 issue 471
115 LibTest/async/Future/then_A04_t01: Fail # co19 issue 471
116 LibTest/async/Future/wait_A01_t01: Fail # co19 issue 471
117 LibTest/async/Future/wait_A01_t04: Fail # co19 issue 471
118 LibTest/async/Future/wait_A01_t05: Fail # co19 issue 471
119 LibTest/async/Future/wait_A01_t06: Fail # co19 issue 471
120 LibTest/async/Future/wait_A02_t01: Fail # co19 issue 474
121 LibTest/async/Future/wait_A02_t02: Fail # co19 issue 474
122 LibTest/async/Future/whenComplete_A01_t01: Fail # co19 issue 471
123 LibTest/async/Future/whenComplete_A02_t01: Fail # co19 issue 471
124 LibTest/async/Future/whenComplete_A03_t01: Fail # co19 issue 471
125 LibTest/async/Future/whenComplete_A04_t01: Fail # co19 issue 471
126 LibTest/async/Future/whenComplete_A04_t02: Fail # co19 issue 471
127 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475 36 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475
128 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475 37 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475
129 LibTest/core/List/List_A01_t02: Fail # co19 issue 476
130 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure . 38 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure .
131 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 39 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
132 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 40 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
133 LibTest/core/double/toStringAsExponential_A02_t01: Fail # co19 issue 477
134 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477. 41 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477.
135 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 42 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
136 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 43 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
137 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 44 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
138 LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846 45 LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846
139 46
140 47
141 [ $compiler == dart2js && $runtime == jsshell ] 48 [ $compiler == dart2js && $runtime == jsshell ]
142 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail, Pass # TODO(ahe): Please triage this failure.
143 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure. 49 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure.
144 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure. 50 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure.
145 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure. 51 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure.
146 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail, Pass # TODO(ahe): Pleas e triage this failure. 52 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail, Pass # TODO(ahe): Pleas e triage this failure.
147 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail, Pass # TODO(ahe): Pleas e triage this failure. 53 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail, Pass # TODO(ahe): Pleas e triage this failure.
148 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail, Pass # TODO(ahe): Pleas e triage this failure. 54 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail, Pass # TODO(ahe): Pleas e triage this failure.
149 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail, Pass # TODO(ahe): Pleas e triage this failure. 55 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail, Pass # TODO(ahe): Pleas e triage this failure.
150 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure. 56 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure.
151 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Pass # TODO(ahe): Please tri age this failure. 57 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Pass # TODO(ahe): Please tri age this failure.
152 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Pass # TODO(ahe): Please tri age this failure. 58 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Pass # TODO(ahe): Please tri age this failure.
153 59
154 60
155 [ $compiler == dart2js && $runtime == jsshell && $system == macos ] 61 [ $compiler == dart2js && $runtime == jsshell && $system == macos ]
156 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure. 62 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure.
157 63
158 64
159 [ $compiler == dart2js ] 65 [ $compiler == dart2js ]
160 Language/14_Types/4_Interface_Types_A11_t01: Pass, Crash # Issue 8857
161 Language/14_Types/4_Interface_Types_A11_t02: Pass, Crash # Issue 8857
162 66
163 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 67 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
164 68
165 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
166
167 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 69 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
168 70
169 [ $compiler == dart2js && $runtime == ie9 ] 71 [ $compiler == dart2js && $runtime == ie9 ]
170 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
171 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
172 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920
173 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920
174 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920
175 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920
176 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920
177 LibTest/core/double/round_A01_t01: Fail # Issue: 8920 72 LibTest/core/double/round_A01_t01: Fail # Issue: 8920
178 LibTest/core/double/toRadixString_A01_t01: Fail # Issue: 8920 73 LibTest/core/double/toRadixString_A01_t01: Fail # Issue: 8920
179 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920 74 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920
180 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920 75 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920
181 LibTest/core/Expect/identical_A01_t01: Fail # Issue: 8920
182 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920 76 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920
183 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920 77 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920
184 LibTest/core/int/operator_remainder_A01_t03: Fail # Issue: 8920 78 LibTest/core/int/operator_remainder_A01_t03: Fail # Issue: 8920
185 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920 79 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920
186 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 80 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920
187 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 81 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920
188 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 82 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920
189 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue: 8920 83 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue: 8920
190 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 8920 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue: 8920
191 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue: 8920 85 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue: 8920
192 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue: 8920 86 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue: 8920
193 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920 87 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue: 8920
194 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 88 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920
195 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 89 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920
196 90
197 91
198 # These tests are passing with 'runtime == ie9' but are either skipped or fail 92 # These tests are passing with 'runtime == ie9' but are either skipped or fail
199 # on other configurations 93 # on other configurations
200 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == safari || $ runtime == opera || $runtime == d8 || $runtime == jsshell) ] 94 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == safari || $ runtime == opera || $runtime == d8 || $runtime == jsshell) ]
201 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 95 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
202 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 96 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
203 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 97 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
204 98
205 [ $compiler == dart2js && $runtime == jsshell ] 99 [ $compiler == dart2js && $runtime == jsshell ]
206 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 100 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
207 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
208 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure.
209 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 101 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
210 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 102 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
211 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure. 103 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
212 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure. 104 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
213 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 105 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
214 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 106 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
215 107
216 [ $compiler == dart2js && $minified ]
217 # These tests assume that the invocation mirror gets the original name of the
218 # method, but that information is not present when minifying. They could be
219 # fixed by using the invocation mirror to invoke a method on a different object
220 # and checking that the correct method is invoked.
221 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK
222 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK
223 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
224
225 [ $compiler == dart2js && ($minified || $runtime == ie9) ]
226 Language/12_Statements/10_Try_A06_t01: Fail # BUG(11480): Triage.
227
228 [ $compiler == dart2js && $checked ] 108 [ $compiler == dart2js && $checked ]
229 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 109 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
230 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 110 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
231 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
232 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure.
233 Language/11_Expressions/03_Numbers_A05_t02: Fail # TODO(ahe): Please triage this failure.
234 Language/11_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure.
235 Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure.
236 Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
237 Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this fa ilure.
238 Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
239 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
240 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure.
241 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure.
242 Language/11_Expressions/11_Instance_Creation_A05_t01: Fail # TODO(ahe): Please t riage this failure.
243 Language/11_Expressions/19_Conditional_A04_t03: Fail # TODO(ahe): Please triage this failure.
244 Language/11_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
245 Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
246 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure.
247 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure.
248 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
249 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
250 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure.
251 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure.
252 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure.
253 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure.
254 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
255 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure.
256 LibTest/core/AssertionError/line_A01_t02: Fail # co19 issue 479
257 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure.
258 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480
259 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 111 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
260 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 112 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
261 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 113 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
262 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 114 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
263 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479 115 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479
264 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 116 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
265 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 117 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
266 118
267 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
268
269
270 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
271 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
272 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
273 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
274 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
275
276 119
277 [ $compiler == dart2js ] 120 [ $compiler == dart2js ]
278 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 121 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
279 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 122 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
280 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 123 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
281 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 124 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
282 125
283 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish. 126 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
284 127
285 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 128 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
(...skipping 11 matching lines...) Expand all
297 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 140 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
298 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 141 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
299 142
300 [ $compiler == dart2js ] 143 [ $compiler == dart2js ]
301 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 144 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
302 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 145 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
303 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 146 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
304 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 147 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
305 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 148 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
306 149
307 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
308 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
309 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 150 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
310 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 151 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
311 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 152 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
312 153
313 Language/11_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
314 Language/11_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
315 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails 154 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails
316 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 155 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
317 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 156 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
318 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 157 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
319 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 158 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
320 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 159 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
321 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 160 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
322 161
323 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 162 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
324 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 163 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
325 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 164 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
326 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 165 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
327 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 166 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
328 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 167 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
329 168
330 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of range. Needs to be specified (and then potentially reported to co19): issue 187 8.
331 169
332 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 170 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
333 171
334 172
335 # 173 #
336 # Issues with co19 test suite. 174 # Issues with co19 test suite.
337 # 175 #
338 # If you add anything here, either file a bug against the Dart 176 # If you add anything here, either file a bug against the Dart
339 # language specification, co19 test suite, or add a comment that ahe@ 177 # language specification, co19 test suite, or add a comment that ahe@
340 # can understand so he can file a bug later. 178 # can understand so he can file a bug later.
341 # 179 #
342 [ $compiler == dart2js ] 180 [ $compiler == dart2js ]
343 LibTest/core/List/List.fixedLength_A01_t01: fail # Issue 400
344 LibTest/core/List/addAll_A02_t01: fail # Issue 400
345 LibTest/core/List/add_A02_t01: fail # Issue 400
346 LibTest/core/List/clear_A02_t01: fail # Issue 400
347 LibTest/core/List/insertRange_A02_t01: fail # Issue 400
348 LibTest/core/List/length_A04_t01: fail # Issue 400
349 LibTest/core/List/removeLast_A02_t01: fail # Issue 400
350 LibTest/core/List/removeRange_A02_t01: fail # Issue 400
351 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 181 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
352 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 182 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
353 183
354 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
355
356 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
357
358 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 184 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
359 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 185 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
360 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
361 186
362 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 187 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
363 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 188 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
364 189
365 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
366 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
367 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
368 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
369 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
370
371 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 190 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
372 191
373 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 192 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
374 193
375 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 194 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
376 195
377 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 196 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
378 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316
379
380 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
381
382 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
383 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
384 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass
385 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
386 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
387 LibTest/core/Date/Date.fromString_A03_t01: pass
388 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
389 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
390 LibTest/core/Date/Date.now_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
391 LibTest/core/Date/Date.utc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
392 LibTest/core/Date/Date_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
393 LibTest/core/Date/Date_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
394 LibTest/core/Date/Date_A01_t04: Fail # Renamed Date to DateTime (issue 373, 374)
395 LibTest/core/Date/add_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
396 LibTest/core/Date/add_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
397 LibTest/core/Date/add_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
398 LibTest/core/Date/compareTo_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
399 LibTest/core/Date/compareTo_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
400 LibTest/core/Date/day_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
401 LibTest/core/Date/difference_A01_t01: Fail # Renamed Date to DateTime (issue 373 , 374)
402 LibTest/core/Date/difference_A01_t02: Fail # Renamed Date to DateTime (issue 373 , 374)
403 LibTest/core/Date/hour_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
404 LibTest/core/Date/isUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
405 LibTest/core/Date/millisecond_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
406 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTim e (issue 373, 374)
407 LibTest/core/Date/minute_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
408 LibTest/core/Date/month_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
409 LibTest/core/Date/operator_GE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
410 LibTest/core/Date/operator_GT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
411 LibTest/core/Date/operator_LE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
412 LibTest/core/Date/operator_LT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
413 LibTest/core/Date/second_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
414 LibTest/core/Date/subtract_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
415 LibTest/core/Date/subtract_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
416 LibTest/core/Date/subtract_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
417 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3 73, 374)
418 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
419 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
420 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
421 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
422 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
423
424 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381
425 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381
426 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381
427
428 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
429 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
430 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
431 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
432
433 LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to wri te. co19 issue 388.
434 LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388.
435 LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
436 LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to wri te. co19 issue 388.
437 LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to w rite. co19 issue 388.
438 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuff er renamed add to write. co19 issue 388.
439 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuff er renamed add to write. co19 issue 388.
440 Language/12_Statements/01_Blocks_A01_t03: Fail # StringBuffer renamed add to wri te. co19 issue 388.
441 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
442 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
443 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
444 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
445 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
446 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
447 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
448 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
449 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
450 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
451
452 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: Fail # Uses deprecated Expect class, issue 398
453 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Uses deprecate d Expect class, issue 398
454 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398
455 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398
456 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398
457 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398
458 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98
459 197
460 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 198 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
461 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 199 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
462 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 200 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
463 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 201 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
464 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 202 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
465 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 203 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
466 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 204 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
467 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 205 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
468 206
469 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397
470 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397
471 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397
472 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397
473 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
474 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 207 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
475 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
476 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
477 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
478
479 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399
480 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
481 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
482 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu ment and returns Iterable. Issue 399
483
484 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issues 408
485 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issues 408
486 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue 408
487 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c hanged # issue 408
488 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss ue 408
489 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
490 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue 408
491 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue 408
492 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h ave changed # issue 408
493 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue 408
494 208
495 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 209 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
496 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu e 402
497 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu e 402
498 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu e 402
499 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
500 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
501
502 LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument . Issue 404
503 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument . Issue 404
504 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument . Issue 404
505
506 LibTest/core/List/insertRange_A01_t01: Fail # insertRange is removed. Issue 403
507 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403
508 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403
509 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403
510 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403
511 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
512
513 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407
514 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407
515 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407
516
517 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous. Issue 419
518 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous. Issue 419
519 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4 19
520 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19
521 210
522 LibTest/core/double/parse_A02_t01: Fail # Issue 418 211 LibTest/core/double/parse_A02_t01: Fail # Issue 418
523 212
524 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 409
525 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 409
526 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409
527 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409
528 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409
529
530 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410
531 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410
532
533 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422 213 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422
534 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422 214 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422
535 215
536 Language/11_Expressions/08_Throw_A05_t01: Fail # co19 issue 420
537 Language/11_Expressions/08_Throw_A05_t02: Fail # co19 issue 420
538 Language/11_Expressions/08_Throw_A05_t03: Fail # co19 issue 420
539 216
540 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 217 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
541 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 218 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
542 219
543 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 220 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
544 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 221 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
545 222
546 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 463
547 Language/11_Expressions/31_Type_Test_A04_t01: Fail # co19 issue 463
548 Language/11_Expressions/31_Type_Test_A05_t01: Fail # co19 issue 463
549 Language/11_Expressions/31_Type_Test_A05_t02: Fail # co19 issue 463
550 Language/11_Expressions/31_Type_Test_A05_t03: Fail # co19 issue 463
551 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # co19 issue 463
552 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # co19 issue 463
553 Language/11_Expressions/32_Type_Cast_A04_t01: Fail # co19 issue 463
554 Language/11_Expressions/32_Type_Cast_A04_t02: Fail # co19 issue 463
555
556 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: Fail # co19 issue 46 6
557 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: Fail # co19 issue 46 6
558 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: Fail # co19 issue 46 6
559 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t01: Fail # co19 issue 466
560 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t02: Fail # co19 issue 466
561 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t03: Fail # co19 issue 466
562 Language/11_Expressions/11_Instance_Creation_A03_t01: Fail # co19 issue 466
563 Language/11_Expressions/11_Instance_Creation_A03_t02: Fail # co19 issue 466
564 Language/11_Expressions/11_Instance_Creation_A04_t01: Fail # co19 issue 466
565 Language/11_Expressions/11_Instance_Creation_A04_t02: Fail # co19 issue 466
566 Language/11_Expressions/11_Instance_Creation_A04_t03: Fail # co19 issue 466
567 Language/11_Expressions/11_Instance_Creation_A04_t04: Fail # co19 issue 466
568
569 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # 481
570 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail # 481
571 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # 481
572 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail # 481
573 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # 481
574 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail # 481
575 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # 481
576 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail # 481
577
578 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 481
579
580 [ $compiler == dart2js && $checked ]
581
582 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463
583 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463
584 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463
585 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463
586 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463
587 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463
588
589 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # 481
590
591 [ $compiler == dart2js && $unchecked ]
592 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
593
594 # Issues with co19 test suite in checked mode.
595 [ $compiler == dart2js && $checked ]
596 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error
597 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
598 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
599 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
600 LibTest/core/List/every_A01_t01: fail # Issue 400
601
602
603 # Issues with co19 test suite in browsers.
604 [ $compiler == dart2js && $browser ]
605 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395
606
607 # Issues with co19 test suite in minified mode.
608 [ $compiler == dart2js && $minified ]
609 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 396
610 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396
611
612
613 [ $compiler == dart2js && $jscl ] 223 [ $compiler == dart2js && $jscl ]
614 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
615 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
616
617 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
618 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
619 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
620 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
621 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 226 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
622 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
623 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 228 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
624 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 229 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
625 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 230 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
626 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 231 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
627 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 232 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
628 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 233 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
629 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 234 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
630 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 235 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
(...skipping 14 matching lines...) Expand all
645 # The following tests are failing. Please add the error message 250 # The following tests are failing. Please add the error message
646 # (either a compiler error or exception message). The error messages 251 # (either a compiler error or exception message). The error messages
647 # may sometime be out of date. 252 # may sometime be out of date.
648 # 253 #
649 [ $compiler == dart2js ] 254 [ $compiler == dart2js ]
650 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 255 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
651 256
652 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 257 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
653 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 258 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
654 259
655 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
656 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
657 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
658
659 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824
660
661
662 # BUG(11331): Renamed Date to DateTime (issue 373, 374) but this only has an
663 # impact on V8, because of the way method calls are evaluated. Needs more
664 # investigation.
665 [ $compiler == dart2js && $runtime == d8 ]
666 Language/14_Types/6_Type_dynamic_A03_t01: Fail
667
668
669 [ $compiler == dart2js && $jscl ] 260 [ $compiler == dart2js && $jscl ]
670 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374)
671 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 261 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
672 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 262 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
673 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 263 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
674 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 264 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
675 265
676
677 #
678 # The following tests may be broken, but require further review.
679 #
680 [ $compiler == dart2js && $jscl ]
681 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
682
683
684 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
685 *: Skip
686
687
688 # 266 #
689 # Missing compile-time errors. 267 # Missing compile-time errors.
690 # 268 #
691 [ $compiler == dart2js ] 269 [ $compiler == dart2js ]
692 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 270 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
693 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 271 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
694 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 272 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
695 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'. 273 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'.
696 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'. 274 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'.
697 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously. 275 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously.
(...skipping 15 matching lines...) Expand all
713 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me thod can't be used in place of a class member definition./ 291 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me thod can't be used in place of a class member definition./
714 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can 't be used in place of a class member definition. 292 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can 't be used in place of a class member definition.
715 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op erator can't be used in place of a class member definition./ 293 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op erator can't be used in place of a class member definition./
716 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get ter can't be used in place of a class member definition. 294 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get ter can't be used in place of a class member definition.
717 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition. 295 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition.
718 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters. 296 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith er have any required parameters.
719 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name. 297 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim e error is produced if m1 has almost the same set of named parameters as m2 exc ept for one of them having a different name.
720 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co mpile-time error is produced when the overriding abstract method has fewer named parameters than the instance method being overridden (2 vs 3) and neither have any required parameters. 298 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co mpile-time error is produced when the overriding abstract method has fewer named parameters than the instance method being overridden (2 vs 3) and neither have any required parameters.
721 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as the same set of named parameters as the abstract method being overriden, but in a different order. 299 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as the same set of named parameters as the abstract method being overriden, but in a different order.
722 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as almost the same set of named parameters as the abstract method being override n, except for one that has a different name. 300 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co mpile-time error is produced when the overriding non-abstract instance method h as almost the same set of named parameters as the abstract method being override n, except for one that has a different name.
723 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che cks that error is produced if a final variable is not initialized in one of the specified ways.
724 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable.
725 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class. 301 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i s produced when a named constructor definition does not begin with the name of i ts class.
726 Language/11_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error.
727 Language/11_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error.
728 Language/11_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
729 Language/11_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
730 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
731 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
732 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
733 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
734 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
735 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
736 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression.
737 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
738 302
739 # 303 #
740 # Unexpected compile-time errors. 304 # Unexpected compile-time errors.
741 # 305 #
742 [ $compiler == dart2js ] 306 [ $compiler == dart2js ]
743 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 307 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
744 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 308 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
745 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 309 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
746 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 310 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
747 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 311 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
748 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 312 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
749 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 313 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
750 314
751 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
752 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
753
754 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 315 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
755 316
756 317
757 # 318 #
758 # Unexpected runtime errors. 319 # Unexpected runtime errors.
759 # 320 #
760 [ $compiler == dart2js ] 321 [ $compiler == dart2js ]
761 #Language/11_Expressions/32_Type_Cast_A01_t01: Fail # http://dartbug.com/9074
762
763 #Language/14_Types/4_Interface_Types_A08_t06: Fail # class Queue cannot be resol ved.
764
765 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
766 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
767
768 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 322 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
769 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202 323
770 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202 324
771 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202 325 # co19-roll r546 (11.08.2013) caused these failures
772 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202 326 [ $compiler == dart2js ]
773 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # dartbug.com/7202 327 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure
774 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 328 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
775 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 329 Language/05_Variables/05_Variables_A05_t03: fail # co19-roll r546: Please triage this failure
776 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 330 Language/07_Classes/07_Classes_A11_t01: fail # co19-roll r546: Please triage thi s failure
777 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 331 Language/07_Classes/07_Classes_A11_t03: fail # co19-roll r546: Please triage thi s failure
778 332 Language/07_Classes/3_Setters_A08_t01: fail # co19-roll r546: Please triage this failure
779 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 333 Language/07_Classes/3_Setters_A08_t02: fail # co19-roll r546: Please triage this failure
780 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 334 Language/07_Classes/3_Setters_A08_t03: fail # co19-roll r546: Please triage this failure
781 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 335 Language/07_Classes/3_Setters_A08_t04: fail # co19-roll r546: Please triage this failure
782 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 336 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: fail # co19- roll r546: Please triage this failure
783 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 337 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A02_t02: fail # co1 9-roll r546: Please triage this failure
338 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A04_t01: fail # co1 9-roll r546: Please triage this failure
339 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A04_t02: fail # co1 9-roll r546: Please triage this failure
340 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A06_t01: fail # co1 9-roll r546: Please triage this failure
341 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A06_t02: fail # co1 9-roll r546: Please triage this failure
342 Language/12_Expressions/01_Constants_A03_t01: fail # co19-roll r546: Please tria ge this failure
343 Language/12_Expressions/01_Constants_A11_t01: fail # co19-roll r546: Please tria ge this failure
344 Language/12_Expressions/01_Constants_A12_t01: fail # co19-roll r546: Please tria ge this failure
345 Language/12_Expressions/01_Constants_A13_t06: fail # co19-roll r546: Please tria ge this failure
346 Language/12_Expressions/01_Constants_A16_t01: fail # co19-roll r546: Please tria ge this failure
347 Language/12_Expressions/01_Constants_A16_t02: fail # co19-roll r546: Please tria ge this failure
348 Language/12_Expressions/01_Constants_A20_t03: fail # co19-roll r546: Please tria ge this failure
349 Language/12_Expressions/03_Numbers_A01_t06: fail # co19-roll r546: Please triage this failure
350 Language/12_Expressions/03_Numbers_A01_t09: fail # co19-roll r546: Please triage this failure
351 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: fail # co19-r oll r546: Please triage this failure
352 Language/12_Expressions/05_Strings/1_String_Interpolation_A03_t02: fail # co19-r oll r546: Please triage this failure
353 Language/12_Expressions/05_Strings/1_String_Interpolation_A04_t02: fail # co19-r oll r546: Please triage this failure
354 Language/12_Expressions/05_Strings_A02_t46: fail # co19-roll r546: Please triage this failure
355 Language/12_Expressions/05_Strings_A02_t48: fail # co19-roll r546: Please triage this failure
356 Language/12_Expressions/05_Strings_A20_t01: fail # co19-roll r546: Please triage this failure
357 Language/12_Expressions/07_Maps_A01_t01: fail # co19-roll r546: Please triage th is failure
358 Language/12_Expressions/07_Maps_A08_t02: fail # co19-roll r546: Please triage th is failure
359 Language/12_Expressions/07_Maps_A12_t02: fail # co19-roll r546: Please triage th is failure
360 Language/12_Expressions/07_Maps_A12_t04: fail # co19-roll r546: Please triage th is failure
361 Language/12_Expressions/07_Maps_A12_t05: fail # co19-roll r546: Please triage th is failure
362 Language/12_Expressions/07_Maps_A12_t06: fail # co19-roll r546: Please triage th is failure
363 Language/12_Expressions/07_Maps_A12_t07: fail # co19-roll r546: Please triage th is failure
364 Language/12_Expressions/08_Throw_A05_t01: fail # co19-roll r546: Please triage t his failure
365 Language/12_Expressions/08_Throw_A05_t02: fail # co19-roll r546: Please triage t his failure
366 Language/12_Expressions/08_Throw_A05_t03: fail # co19-roll r546: Please triage t his failure
367 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # co19-roll r54 6: Please triage this failure
368 Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # co19-roll r54 6: Please triage this failure
369 Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # co19-roll r54 6: Please triage this failure
370 Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # co19-roll r54 6: Please triage this failure
371 Language/12_Expressions/12_Instance_Creation/1_New_A08_t01: fail # co19-roll r54 6: Please triage this failure
372 Language/12_Expressions/12_Instance_Creation/1_New_A08_t02: fail # co19-roll r54 6: Please triage this failure
373 Language/12_Expressions/12_Instance_Creation/1_New_A08_t03: fail # co19-roll r54 6: Please triage this failure
374 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail # co19-roll r 546: Please triage this failure
375 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: fail # co19-roll r 546: Please triage this failure
376 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: fail # co19-roll r 546: Please triage this failure
377 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r546: Please triage this failure
378 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: fail # co19-roll r546: Please triage this failure
379 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: fail # co19-roll r546: Please triage this failure
380 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail # co19-roll r546: Please triage this failure
381 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # co19-roll r546: Please triage this failure
382 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail # co19-roll r546: Please triage this failure
383 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r546: Ple ase triage this failure
384 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r546: Please tri age this failure
385 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r546: Please tri age this failure
386 Language/12_Expressions/18_Assignment_A05_t05: fail # co19-roll r546: Please tri age this failure
387 Language/12_Expressions/18_Assignment_A08_t04: fail # co19-roll r546: Please tri age this failure
388 Language/12_Expressions/22_Equality_A01_t01: fail # co19-roll r546: Please triag e this failure
389 Language/12_Expressions/22_Equality_A01_t15: fail # co19-roll r546: Please triag e this failure
390 Language/12_Expressions/22_Equality_A01_t16: fail # co19-roll r546: Please triag e this failure
391 Language/12_Expressions/22_Equality_A05_t01: fail # co19-roll r546: Please triag e this failure
392 Language/12_Expressions/23_Relational_Expressions_A01_t10: fail # co19-roll r546 : Please triage this failure
393 Language/12_Expressions/23_Relational_Expressions_A01_t11: fail # co19-roll r546 : Please triage this failure
394 Language/12_Expressions/23_Relational_Expressions_A01_t12: fail # co19-roll r546 : Please triage this failure
395 Language/12_Expressions/23_Relational_Expressions_A01_t13: fail # co19-roll r546 : Please triage this failure
396 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # co19-roll r546: Please triage this failure
397 Language/12_Expressions/30_Identifier_Reference_A04_t09: fail # co19-roll r546: Please triage this failure
398 Language/12_Expressions/30_Identifier_Reference_A05_t01: fail # co19-roll r546: Please triage this failure
399 Language/12_Expressions/30_Identifier_Reference_A05_t12: fail # co19-roll r546: Please triage this failure
400 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19-roll r546: Please tria ge this failure
401 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19-roll r546: Please tria ge this failure
402 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19-roll r546: Please tria ge this failure
403 Language/12_Expressions/33_Type_Cast_A02_t03: fail # co19-roll r546: Please tria ge this failure
404 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19-roll r546: Please tria ge this failure
405 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19-roll r546: Please tria ge this failure
406 Language/13_Statements/02_Expression_Statements_A01_t08: fail # co19-roll r546: Please triage this failure
407 Language/13_Statements/03_Variable_Declaration_A04_t01: fail # co19-roll r546: P lease triage this failure
408 Language/13_Statements/03_Variable_Declaration_A04_t02: fail # co19-roll r546: P lease triage this failure
409 Language/13_Statements/03_Variable_Declaration_A04_t03: fail # co19-roll r546: P lease triage this failure
410 Language/13_Statements/03_Variable_Declaration_A04_t04: fail # co19-roll r546: P lease triage this failure
411 Language/13_Statements/03_Variable_Declaration_A04_t05: fail # co19-roll r546: P lease triage this failure
412 Language/13_Statements/03_Variable_Declaration_A04_t06: fail # co19-roll r546: P lease triage this failure
413 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19-roll r546: P lease triage this failure
414 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19-roll r546: P lease triage this failure
415 Language/13_Statements/04_Local_Function_Declaration_A01_t01: fail # co19-roll r 546: Please triage this failure
416 Language/13_Statements/06_For_A01_t11: fail # co19-roll r546: Please triage this failure
417 Language/13_Statements/09_Switch_A06_t02: fail # co19-roll r546: Please triage t his failure
418 Language/13_Statements/11_Return_A05_t01: fail # co19-roll r546: Please triage t his failure
419 Language/13_Statements/11_Return_A05_t02: fail # co19-roll r546: Please triage t his failure
420 Language/13_Statements/11_Return_A05_t03: fail # co19-roll r546: Please triage t his failure
421 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure
422 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure
423 Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure
424 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure
425 Language/13_Statements/11_Try_A07_t03: fail # co19-roll r546: Please triage this failure
426 Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: fail # co19- roll r546: Please triage this failure
427 Language/14_Libraries_and_Scripts/1_Imports_A02_t28: fail # co19-roll r546: Plea se triage this failure
428 Language/14_Libraries_and_Scripts/1_Imports_A02_t29: fail # co19-roll r546: Plea se triage this failure
429 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure
430 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure
431 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure
432 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure
433 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # co19-roll r546: Plea se triage this failure
434 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure
435 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure
436 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure
437 Language/14_Libraries_and_Scripts/1_Imports_A03_t48: fail # co19-roll r546: Plea se triage this failure
438 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure
439 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure
440 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure
441 Language/14_Libraries_and_Scripts/1_Imports_A03_t68: fail # co19-roll r546: Plea se triage this failure
442 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure
443 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure
444 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure
445 Language/14_Libraries_and_Scripts/3_Parts_A03_t02: fail # co19-roll r546: Please triage this failure
446 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
447 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure
448 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
449 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
450 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
451 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure
452 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure
453 Language/15_Types/1_Static_Types_A03_t01: fail # co19-roll r546: Please triage t his failure
454 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t01: fail # co19-roll r546: Please triage this failure
455 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t02: fail # co19-roll r546: Please triage this failure
456 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: fail # co19-roll r546: Please triage this failure
457 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t04: fail # co19-roll r546: Please triage this failure
458 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t05: fail # co19-roll r546: Please triage this failure
459 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: fail # co19-roll r546: Please triage this failure
460 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: fail # co19-roll r546: Please triage this failure
461 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: fail # co19-roll r546: Please triage this failure
462 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: fail # co19-roll r546: Please triage this failure
463 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure
464 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure
465 Language/15_Types/4_Interface_Types_A11_t04: fail # co19-roll r546: Please triag e this failure
466 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure
467 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail # co19-roll r546: Please triage this failure
468 Language/16_Reference/1_Lexical_Rules/2_Comments_A04_t03: fail # co19-roll r546: Please triage this failure
469 Language/16_Reference/1_Lexical_Rules_A02_t06: fail # co19-roll r546: Please tri age this failure
470 LibTest/async/Stream/Stream.periodic_A01_t01: fail # co19-roll r546: Please tria ge this failure
471 LibTest/async/Stream/Stream.periodic_A03_t01: fail # co19-roll r546: Please tria ge this failure
472 LibTest/async/Timer/run_A01_t01: fail # co19-roll r546: Please triage this failu re
473 LibTest/async/Timer/Timer.periodic_A02_t01: fail # co19-roll r546: Please triage this failure
474 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure
475 LibTest/core/DateTime/isAtSameMomentAs_A01_t01: fail # co19-roll r546: Please tr iage this failure
476 LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this f ailure
477 LibTest/core/DateTime/year_A01_t01: fail # co19-roll r546: Please triage this fa ilure
478 LibTest/core/double/parse_A01_t01: fail # co19-roll r546: Please triage this fai lure
479 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure
480 LibTest/core/List/List_A02_t01: fail # co19-roll r546: Please triage this failur e
481 LibTest/core/List/skip_A03_t01: fail # co19-roll r546: Please triage this failur e
482 LibTest/core/List/take_A02_t01: fail # co19-roll r546: Please triage this failur e
483 LibTest/isolate/isolate_api/spawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure
484 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19-roll r546: Please triage this failure
485 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure
486 LibTest/isolate/isolate_api/spawnFunction_A04_t02: fail # co19-roll r546: Please triage this failure
487 LibTest/isolate/isolate_api/spawnFunction_A04_t03: fail # co19-roll r546: Please triage this failure
488 LibTest/isolate/isolate_api/spawnUri_A02_t02: fail # co19-roll r546: Please tria ge this failure
489 LibTest/isolate/isolate_api/spawnUri_A02_t03: fail # co19-roll r546: Please tria ge this failure
490 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546: Please triage this failure
491 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure
492 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: fail # co19-roll r546: Please triage this failure
493 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail # co19-roll r546: Please triage this failure
494 LibTest/isolate/IsolateSink/add_A01_t01: fail # co19-roll r546: Please triage th is failure
495 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th is failure
496 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
497 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
498 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl ease triage this failure
499 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
500 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
501 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
502 Utils/tests/Expect/identical_A01_t01: fail # co19-roll r546: Please triage this failure
503 Utils/tests/Expect/listEquals_A02_t01: fail # co19-roll r546: Please triage this failure
504 Utils/tests/Expect/listEquals_A03_t01: fail # co19-roll r546: Please triage this failure
505 Utils/tests/Expect/setEquals_A02_t01: fail # co19-roll r546: Please triage this failure
506
507 # co19-roll r546 (11.08.2013) caused these failures
508 [ $compiler == dart2js && $checked ]
509 Language/10_Generics/09_Generics_A03_t01: fail # co19-roll r546: Please triage t his failure
510 Language/10_Generics/09_Generics_A04_t06: fail # co19-roll r546: Please triage t his failure
511 Language/12_Expressions/03_Numbers_A05_t02: fail # co19-roll r546: Please triage this failure
512 Language/12_Expressions/06_Lists_A09_t01: fail # co19-roll r546: Please triage t his failure
513 Language/12_Expressions/06_Lists_A09_t04: fail # co19-roll r546: Please triage t his failure
514 Language/12_Expressions/07_Maps_A10_t05: fail # co19-roll r546: Please triage th is failure
515 Language/12_Expressions/07_Maps_A11_t01: fail # co19-roll r546: Please triage th is failure
516 Language/12_Expressions/12_Instance_Creation/1_New_A07_t01: fail # co19-roll r54 6: Please triage this failure
517 Language/12_Expressions/12_Instance_Creation/1_New_A12_t02: fail # co19-roll r54 6: Please triage this failure
518 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail # co19-roll r 546: Please triage this failure
519 Language/12_Expressions/12_Instance_Creation_A01_t07: fail # co19-roll r546: Ple ase triage this failure
520 Language/12_Expressions/19_Conditional_A04_t03: fail # co19-roll r546: Please tr iage this failure
521 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: fail # co19-roll r546: Please triage this failure
522 Language/12_Expressions/27_Unary_Expressions_A02_t03: fail # co19-roll r546: Ple ase triage this failure
523 Language/13_Statements/06_For/1_For_Loop_A01_t08: fail # co19-roll r546: Please triage this failure
524 Language/13_Statements/09_Switch_A05_t01: fail # co19-roll r546: Please triage t his failure
525 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: fail # co19-roll r546: Plea se triage this failure
526 Language/15_Types/1_Static_Types_A03_t03: fail # co19-roll r546: Please triage t his failure
527 Language/15_Types/1_Static_Types_A03_t04: fail # co19-roll r546: Please triage t his failure
528 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: fail # co19-roll r 546: Please triage this failure
529 LibTest/async/EventTransformStream/contains_A01_t01: fail # co19-roll r546: Plea se triage this failure
530 LibTest/async/EventTransformStream/contains_A02_t01: fail # co19-roll r546: Plea se triage this failure
531 LibTest/async/EventTransformStream/distinct_A01_t01: fail # co19-roll r546: Plea se triage this failure
532 LibTest/async/EventTransformStream/drain_A01_t01: fail # co19-roll r546: Please triage this failure
533 LibTest/async/EventTransformStream/firstWhere_A01_t01: fail # co19-roll r546: Pl ease triage this failure
534 LibTest/async/EventTransformStream/firstWhere_A02_t01: fail # co19-roll r546: Pl ease triage this failure
535 LibTest/async/EventTransformStream/first_A03_t01: fail # co19-roll r546: Please triage this failure
536 LibTest/async/EventTransformStream/fold_A01_t01: fail # co19-roll r546: Please t riage this failure
537 LibTest/async/EventTransformStream/fold_A01_t02: fail # co19-roll r546: Please t riage this failure
538 LibTest/async/EventTransformStream/forEach_A01_t01: fail # co19-roll r546: Pleas e triage this failure
539 LibTest/async/EventTransformStream/forEach_A02_t02: fail # co19-roll r546: Pleas e triage this failure
540 LibTest/async/EventTransformStream/handleError_A02_t01: fail # co19-roll r546: P lease triage this failure
541 LibTest/async/EventTransformStream/isBroadcast_A01_t02: fail # co19-roll r546: P lease triage this failure
542 LibTest/async/EventTransformStream/lastWhere_A01_t01: fail # co19-roll r546: Ple ase triage this failure
543 LibTest/async/EventTransformStream/lastWhere_A02_t01: fail # co19-roll r546: Ple ase triage this failure
544 LibTest/async/EventTransformStream/listen_A01_t01: fail # co19-roll r546: Please triage this failure
545 LibTest/async/EventTransformStream/listen_A02_t01: fail # co19-roll r546: Please triage this failure
546 LibTest/async/EventTransformStream/listen_A03_t01: fail # co19-roll r546: Please triage this failure
547 LibTest/async/EventTransformStream/map_A01_t01: fail # co19-roll r546: Please tr iage this failure
548 LibTest/async/EventTransformStream/reduce_A01_t01: fail # co19-roll r546: Please triage this failure
549 LibTest/async/EventTransformStream/reduce_A01_t02: fail # co19-roll r546: Please triage this failure
550 LibTest/async/EventTransformStream/singleWhere_A01_t01: fail # co19-roll r546: P lease triage this failure
551 LibTest/async/EventTransformStream/skip_A01_t01: fail # co19-roll r546: Please t riage this failure
552 LibTest/async/EventTransformStream/take_A01_t01: fail # co19-roll r546: Please t riage this failure
553 LibTest/async/EventTransformStream/take_A01_t02: fail # co19-roll r546: Please t riage this failure
554 LibTest/async/EventTransformStream/toList_A01_t01: fail # co19-roll r546: Please triage this failure
555 LibTest/async/EventTransformStream/toSet_A01_t01: fail # co19-roll r546: Please triage this failure
556 LibTest/async/EventTransformStream/transform_A01_t01: fail # co19-roll r546: Ple ase triage this failure
557 LibTest/async/EventTransformStream/where_A01_t01: fail # co19-roll r546: Please triage this failure
558 LibTest/async/EventTransformStream/where_A01_t02: fail # co19-roll r546: Please triage this failure
559 LibTest/async/Stream/drain_A01_t01: fail # co19-roll r546: Please triage this fa ilure
560 LibTest/async/Stream/firstWhere_A01_t01: fail # co19-roll r546: Please triage th is failure
561 LibTest/async/Stream/firstWhere_A02_t01: fail # co19-roll r546: Please triage th is failure
562 LibTest/async/Stream/fold_A01_t01: fail # co19-roll r546: Please triage this fai lure
563 LibTest/async/Stream/fold_A01_t02: fail # co19-roll r546: Please triage this fai lure
564 LibTest/async/Stream/lastWhere_A01_t01: fail # co19-roll r546: Please triage thi s failure
565 LibTest/async/Stream/lastWhere_A02_t01: fail # co19-roll r546: Please triage thi s failure
566 LibTest/async/Stream/reduce_A01_t01: fail # co19-roll r546: Please triage this f ailure
567 LibTest/async/Stream/reduce_A01_t02: fail # co19-roll r546: Please triage this f ailure
568 LibTest/async/Stream/singleWhere_A01_t01: fail # co19-roll r546: Please triage t his failure
569 LibTest/async/Stream/take_A01_t02: fail # co19-roll r546: Please triage this fai lure
570 LibTest/async/Stream/transform_A01_t01: fail # co19-roll r546: Please triage thi s failure
571 LibTest/async/Stream/where_A01_t01: fail # co19-roll r546: Please triage this fa ilure
572 LibTest/async/Stream/where_A01_t02: fail # co19-roll r546: Please triage this fa ilure
573 LibTest/async/StreamEventTransformer/bind_A01_t01: fail # co19-roll r546: Please triage this failure
574 LibTest/core/DateTime/compareTo_A02_t01: fail # co19-roll r546: Please triage th is failure
575 LibTest/core/List/getRange_A01_t01: fail # co19-roll r546: Please triage this fa ilure
576 LibTest/core/List/join_A01_t01: fail # co19-roll r546: Please triage this failur e
577 LibTest/core/List/removeAt_A02_t01: fail # co19-roll r546: Please triage this fa ilure
578 LibTest/core/Set/intersection_A01_t02: fail # co19-roll r546: Please triage this failure
579 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure
580 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure
581 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure
582
583
584 # Could this be dart issue 7728?
585 # co19-roll r546 (11.08.2013) caused these failures
586 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
587 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag e this failure
588 LibTest/async/Future/Future.delayed_A01_t02: Fail # co19-roll r546: Please triag e this failure
589 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag e this failure
590 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa ilure
591 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa ilure
592 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure
593 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure
594 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure
595 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria ge this failure
596 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure
597 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai lure
598 LibTest/async/Timer/Timer.periodic_A01_t01: fail # co19-roll r546: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698