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

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

Issue 2721443002: Switch -c dartk/dartkp configuration to use fasta. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/kernel/kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
11 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
12 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
13 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
14 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
15 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
16 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
17 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
18 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
19 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
20 Language/Classes/Constructors/Factories/name_t02: DartkCrash
21 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
22 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
23 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
24 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
25 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
26 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
27 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
28 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
29 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
30 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t01: DartkCrash
31 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t02: DartkCrash
32 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t03: DartkCrash
33 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t04: DartkCrash
34 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t05: DartkCrash
35 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t06: DartkCrash
36 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
37 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
38 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
39 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
40 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
41 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash
42 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash
43 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
44 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash
45 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash
46 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
47 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
48 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
49 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
50 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
51 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
52 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
53 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
54 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
55 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error
56 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError
57 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError
58 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError
59 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError
60 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError
61 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError
62 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError
63 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError
64 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError
65 Language/Classes/Instance_Methods/Operators/arity_1_t09: MissingCompileTimeError
66 Language/Classes/Instance_Methods/Operators/arity_1_t10: MissingCompileTimeError
67 Language/Classes/Instance_Methods/Operators/arity_1_t11: MissingCompileTimeError
68 Language/Classes/Instance_Methods/Operators/arity_1_t12: MissingCompileTimeError
69 Language/Classes/Instance_Methods/Operators/arity_1_t13: MissingCompileTimeError
70 Language/Classes/Instance_Methods/Operators/arity_1_t14: MissingCompileTimeError
71 Language/Classes/Instance_Methods/Operators/arity_1_t15: MissingCompileTimeError
72 Language/Classes/Instance_Methods/Operators/arity_1_t16: MissingCompileTimeError
73 Language/Classes/Instance_Methods/Operators/arity_1_t17: MissingCompileTimeError
74 Language/Classes/Instance_Methods/Operators/arity_1_t18: MissingCompileTimeError
75 Language/Classes/Instance_Methods/Operators/arity_2_t01: MissingCompileTimeError
76 Language/Classes/Instance_Methods/Operators/arity_2_t02: MissingCompileTimeError
77 Language/Classes/Instance_Methods/Operators/optional_parameter_t01: MissingCompi leTimeError
78 Language/Classes/Instance_Methods/Operators/optional_parameter_t02: MissingCompi leTimeError
79 Language/Classes/Instance_Methods/Operators/optional_parameter_t03: MissingCompi leTimeError
80 Language/Classes/Instance_Methods/Operators/optional_parameter_t04: MissingCompi leTimeError
81 Language/Classes/Instance_Methods/Operators/optional_parameter_t06: MissingCompi leTimeError
82 Language/Classes/Instance_Methods/Operators/optional_parameter_t08: MissingCompi leTimeError
83 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError
84 Language/Classes/Instance_Methods/same_name_setter_t01: CompileTimeError
85 Language/Classes/Instance_Variables/constant_t01: MissingCompileTimeError
86 Language/Classes/Setters/name_t01: CompileTimeError
87 Language/Classes/Setters/name_t02: CompileTimeError
88 Language/Classes/Setters/name_t07: CompileTimeError
89 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
90 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
97 Language/Classes/Setters/static_setter_t05: RuntimeError
98 Language/Classes/Setters/static_setter_t06: DartkCrash
99 Language/Classes/Setters/syntax_t01: RuntimeError
100 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
101 Language/Classes/Setters/syntax_t04: RuntimeError
102 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
103 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
104 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
105 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
106 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
107 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
108 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
109 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
110 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
111 Language/Classes/Superclasses/wrong_superclass_t07: Crash
112 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
113 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
114 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
115 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
116 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
117 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
118 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
119 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
120 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
121 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
122 Language/Classes/declarations_t02: MissingCompileTimeError
123 Language/Classes/declarations_t03: MissingCompileTimeError
124 Language/Classes/declarations_t04: MissingCompileTimeError
125 Language/Classes/declarations_t06: MissingCompileTimeError
126 Language/Classes/declarations_t08: MissingCompileTimeError
127 Language/Classes/declarations_t33: MissingCompileTimeError
128 Language/Classes/definition_t23: RuntimeError
129 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
130 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
131 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError
132 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError
133 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError
134 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError
135 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError
136 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
137 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
138 Language/Enums/restrictions_t01: Crash
139 Language/Enums/restrictions_t02: MissingCompileTimeError
140 Language/Enums/restrictions_t03: MissingCompileTimeError
141 Language/Enums/restrictions_t04: MissingCompileTimeError
142 Language/Enums/restrictions_t05: MissingCompileTimeError
143 Language/Enums/restrictions_t06: MissingCompileTimeError
144 Language/Enums/restrictions_t07: MissingCompileTimeError
145 Language/Enums/restrictions_t08: MissingCompileTimeError
146 Language/Expressions/Assignable_Expressions/syntax_t04: DartkCrash
147 Language/Expressions/Assignable_Expressions/syntax_t05: DartkCrash
148 Language/Expressions/Assignable_Expressions/syntax_t23: DartkCrash
149 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError
150 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError
151 Language/Expressions/Assignment/no_such_method_t01: RuntimeError
152 Language/Expressions/Assignment/no_such_method_t02: RuntimeError
153 Language/Expressions/Assignment/no_such_method_t03: RuntimeError
154 Language/Expressions/Assignment/no_such_method_t04: RuntimeError
155 Language/Expressions/Assignment/no_such_method_t05: RuntimeError
156 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
157 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
158 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
159 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
160 Language/Expressions/Assignment/static_type_t05: RuntimeError
161 Language/Expressions/Assignment/static_type_t06: RuntimeError
162 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
163 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
164 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
165 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
166 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
167 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
168 Language/Expressions/Await_Expressions/syntax_t06: Crash
169 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
170 Language/Expressions/Constants/bitwise_operators_t02: Crash
171 Language/Expressions/Constants/bitwise_operators_t03: Crash
172 Language/Expressions/Constants/bitwise_operators_t04: Crash
173 Language/Expressions/Constants/bitwise_operators_t05: Crash
174 Language/Expressions/Constants/bitwise_operators_t06: Crash
175 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
176 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
177 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
178 Language/Expressions/Constants/depending_on_itself_t03: Crash
179 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError
180 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
181 Language/Expressions/Constants/exception_t03: Crash
182 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
183 Language/Expressions/Constants/identical_t02: Crash
184 Language/Expressions/Constants/identical_t03: MissingCompileTimeError
185 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash
186 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
187 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
188 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
189 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError
190 Language/Expressions/Constants/literal_string_t04: Crash
191 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError
192 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
193 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
194 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
195 Language/Expressions/Constants/math_operators_t02: Crash
196 Language/Expressions/Constants/math_operators_t03: Crash
197 Language/Expressions/Constants/math_operators_t04: Crash
198 Language/Expressions/Constants/math_operators_t05: Crash
199 Language/Expressions/Constants/no_other_constant_expressions_t06: MissingCompile TimeError
200 Language/Expressions/Constants/no_other_constant_expressions_t07: MissingCompile TimeError
201 Language/Expressions/Constants/no_other_constant_expressions_t08: Crash
202 Language/Expressions/Constants/no_other_constant_expressions_t09: MissingCompile TimeError
203 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
204 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
205 Language/Expressions/Constants/no_other_constant_expressions_t12: Crash
206 Language/Expressions/Constants/no_other_constant_expressions_t13: Crash
207 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
208 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
209 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
210 Language/Expressions/Constants/no_other_constant_expressions_t18: Crash
211 Language/Expressions/Constants/no_other_constant_expressions_t20: Crash
212 Language/Expressions/Constants/no_other_constant_expressions_t21: Crash
213 Language/Expressions/Constants/no_other_constant_expressions_t31: Crash
214 Language/Expressions/Constants/static_constant_t02: MissingCompileTimeError
215 Language/Expressions/Constants/static_constant_t03: Crash
216 Language/Expressions/Constants/static_constant_t04: MissingCompileTimeError
217 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
218 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
219 Language/Expressions/Constants/static_method_t02: Crash
220 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
221 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
222 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
223 Language/Expressions/Constants/top_level_function_t01: Crash
224 Language/Expressions/Constants/top_level_function_t02: Crash
225 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
226 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
227 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
228 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t02: DartkCrash
229 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t03: DartkCrash
230 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
231 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
232 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
233 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
234 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
235 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
236 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
237 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
238 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError
239 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError
240 Language/Expressions/Identifier_Reference/built_in_identifier_t08: MissingCompil eTimeError
241 Language/Expressions/Identifier_Reference/built_in_identifier_t09: MissingCompil eTimeError
242 Language/Expressions/Identifier_Reference/built_in_identifier_t10: MissingCompil eTimeError
243 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
244 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
245 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
246 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
247 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
248 Language/Expressions/Identifier_Reference/syntax_t07: MissingCompileTimeError
249 Language/Expressions/Identifier_Reference/syntax_t08: MissingCompileTimeError
250 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
251 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
252 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
253 Language/Expressions/Instance_Creation/Const/accessibility_t03: DartkCrash
254 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
255 Language/Expressions/Instance_Creation/Const/accessibility_t05: DartkCrash
256 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
257 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError
258 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror
259 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror
260 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
261 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError
262 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
263 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError
264 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError
265 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError
266 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
267 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError
268 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
269 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
270 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
271 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
272 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
273 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
274 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
275 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
276 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
277 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
278 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
279 Language/Expressions/Lists/constant_list_t02: Crash
280 Language/Expressions/Maps/constant_map_key_value_t01: Crash
281 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
282 Language/Expressions/Maps/constant_map_t01: Crash
283 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
284 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
285 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
286 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
287 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
288 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
289 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
290 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02: DartkCras h
291 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03: DartkCras h
292 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
293 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
294 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
295 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
296 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
297 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
298 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
299 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
300 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
301 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
302 Language/Expressions/Numbers/extend_or_implement_double_t06: MissingCompileTimeE rror
303 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
304 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
305 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
306 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
307 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
308 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
309 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
310 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
311 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
312 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
313 Language/Expressions/This/placement_t04: MissingCompileTimeError
314 Language/Expressions/Throw/no_catch_clause_t01: Crash
315 Language/Expressions/Throw/no_catch_clause_t02: Crash
316 Language/Expressions/Throw/no_catch_clause_t03: Crash
317 Language/Expressions/Throw/no_catch_clause_t04: Crash
318 Language/Expressions/Throw/no_catch_clause_t05: Crash
319 Language/Expressions/Throw/no_catch_clause_t06: Crash
320 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
321 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
322 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
323 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
324 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
325 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
326 Language/Expressions/Unary_Expressions/syntax_t06: DartkCrash
327 Language/Expressions/Unary_Expressions/syntax_t07: DartkCrash
328 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
329 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
330 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
331 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
332 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
333 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
334 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
335 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
336 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
337 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
338 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
339 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
340 Language/Functions/Formal_Parameters/Required_Formals/syntax_t10: DartkCrash
341 Language/Functions/Formal_Parameters/Required_Formals/syntax_t11: DartkCrash
342 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
343 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
344 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
345 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
346 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
347 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
348 Language/Functions/Formal_Parameters/syntax_t06: DartkCrash
349 Language/Functions/Formal_Parameters/syntax_t13: DartkCrash
350 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
351 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
352 Language/Functions/ctor_modifier_t03: MissingCompileTimeError
353 Language/Functions/ctor_modifier_t04: MissingCompileTimeError
354 Language/Functions/ctor_modifier_t09: MissingCompileTimeError
355 Language/Functions/ctor_modifier_t10: MissingCompileTimeError
356 Language/Functions/ctor_modifier_t15: MissingCompileTimeError
357 Language/Functions/ctor_modifier_t16: MissingCompileTimeError
358 Language/Functions/setter_modifier_t01: MissingCompileTimeError
359 Language/Functions/setter_modifier_t02: MissingCompileTimeError
360 Language/Functions/setter_modifier_t03: MissingCompileTimeError
361 Language/Functions/setter_modifier_t04: MissingCompileTimeError
362 Language/Functions/setter_modifier_t05: MissingCompileTimeError
363 Language/Functions/setter_modifier_t06: MissingCompileTimeError
364 Language/Functions/syntax_t05: MissingCompileTimeError
365 Language/Functions/syntax_t31: MissingCompileTimeError
366 Language/Functions/syntax_t39: MissingCompileTimeError
367 Language/Functions/syntax_t40: MissingCompileTimeError
368 Language/Generics/malformed_t01: RuntimeError
369 Language/Generics/syntax_t17: CompileTimeError
370 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError
371 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError
372 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError
373 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
374 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
375 Language/Libraries_and_Scripts/Exports/implicit_hide_t01: DartkCrash
376 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
377 Language/Libraries_and_Scripts/Imports/implicit_hide_t01: DartkCrash
378 Language/Libraries_and_Scripts/Imports/implicit_hide_t02: DartkCrash
379 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
380 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: DartkCrash
381 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: DartkCrash
382 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
383 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
384 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
385 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
386 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
387 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
388 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
389 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
390 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
391 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
392 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 393 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
394 Language/Libraries_and_Scripts/Imports/syntax_t02: DartkCrash
395 Language/Libraries_and_Scripts/Imports/syntax_t03: DartkCrash
396 Language/Libraries_and_Scripts/Imports/syntax_t04: DartkCrash
397 Language/Libraries_and_Scripts/Imports/syntax_t11: DartkCrash
398 Language/Libraries_and_Scripts/Imports/syntax_t13: DartkCrash
399 Language/Libraries_and_Scripts/Imports/syntax_t18: DartkCrash
400 Language/Libraries_and_Scripts/Imports/syntax_t20: DartkCrash
401 Language/Libraries_and_Scripts/Imports/syntax_t21: DartkCrash
402 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
403 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
404 Language/Libraries_and_Scripts/Parts/compilation_t01: DartkCrash
405 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
406 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
407 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
408 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
409 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
410 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
411 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
412 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
413 Language/Libraries_and_Scripts/Parts/syntax_t05: DartkCrash
414 Language/Libraries_and_Scripts/Parts/syntax_t07: DartkCrash
415 Language/Libraries_and_Scripts/Parts/syntax_t08: DartkCrash
416 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
417 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
418 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
419 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
420 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
421 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
422 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
423 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
424 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError
425 Language/Libraries_and_Scripts/private_access_t03: RuntimeError
426 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
427 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
428 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
429 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
430 Language/Mixins/Mixin_Application/wrong_mixin_type_t03: MissingCompileTimeError
431 Language/Mixins/Mixin_Application/wrong_mixin_type_t04: MissingCompileTimeError
432 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
433 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
434 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
435 Language/Mixins/Mixin_Application/wrong_mixin_type_t08: Crash
436 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
437 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
438 Language/Mixins/Mixin_Application/wrong_type_t03: MissingCompileTimeError
439 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
440 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
441 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
442 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
443 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
444 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
445 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
446 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
447 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
448 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
449 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
450 Language/Overview/Privacy/private_and_public_t06: RuntimeError
451 Language/Overview/Privacy/private_and_public_t09: RuntimeError
452 Language/Overview/Privacy/private_and_public_t10: RuntimeError
453 Language/Overview/Privacy/private_and_public_t19: RuntimeError
454 Language/Overview/Privacy/private_and_public_t20: RuntimeError
455 Language/Overview/Scoping/conflicting_names_t04: DartkCrash
456 Language/Overview/Scoping/conflicting_names_t11: DartkCrash
457 Language/Overview/Scoping/conflicting_names_t16: Crash
458 Language/Overview/Scoping/conflicting_names_t17: Crash
459 Language/Overview/Scoping/conflicting_names_t18: Crash
460 Language/Overview/Scoping/conflicting_names_t25: Crash
461 Language/Overview/Scoping/conflicting_names_t26: Crash
462 Language/Overview/Scoping/conflicting_names_t27: Crash
463 Language/Overview/Scoping/conflicting_names_t31: MissingCompileTimeError
464 Language/Overview/Scoping/conflicting_names_t32: MissingCompileTimeError
465 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError
466 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError
467 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
468 Language/Overview/Scoping/conflicting_names_t37: Crash
469 Language/Overview/Scoping/conflicting_names_t38: Crash
470 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
471 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
472 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
473 Language/Overview/Scoping/conflicting_names_t44: Crash
474 Language/Overview/Scoping/hiding_declaration_t16: Crash
475 Language/Overview/Scoping/hiding_declaration_t28: DartkCrash
476 Language/Reference/Lexical_Rules/Comments/documentation_t02: Crash
477 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
478 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
479 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
480 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
481 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
482 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
483 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
484 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
485 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
486 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash
487 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
488 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
489 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
490 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
491 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
492 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
493 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
494 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
495 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
496 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
497 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
498 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
499 Language/Statements/Break/label_t11: DartkCrash
500 Language/Statements/Break/label_t12: DartkCrash
501 Language/Statements/Continue/async_loops_t10: DartkCrash
502 Language/Statements/Continue/label_t03: DartkCrash
503 Language/Statements/Continue/label_t06: MissingCompileTimeError
504 Language/Statements/Continue/label_t08: MissingCompileTimeError
505 Language/Statements/Continue/label_t09: MissingCompileTimeError
506 Language/Statements/Continue/label_t10: MissingCompileTimeError
507 Language/Statements/Continue/label_t11: MissingCompileTimeError
508 Language/Statements/Continue/label_t14: DartkCrash
509 Language/Statements/Continue/label_t17: DartkCrash
510 Language/Statements/Do/execution_t04: Crash
511 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
512 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
513 Language/Statements/For/syntax_t07: RuntimeError
514 Language/Statements/For/syntax_t09: MissingCompileTimeError
515 Language/Statements/For/syntax_t12: MissingCompileTimeError
516 Language/Statements/For/syntax_t13: MissingCompileTimeError
517 Language/Statements/For/syntax_t16: MissingCompileTimeError
518 Language/Statements/For/syntax_t19: MissingCompileTimeError
519 Language/Statements/For/syntax_t20: MissingCompileTimeError
520 Language/Statements/If/execution_t03: Crash
521 Language/Statements/Labels/namespace_t01: DartkCrash
522 Language/Statements/Labels/scope_t05: MissingCompileTimeError
523 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
524 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
525 Language/Statements/Local_Function_Declaration/syntax_t05: MissingCompileTimeErr or
526 Language/Statements/Local_Function_Declaration/syntax_t06: MissingCompileTimeErr or
527 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
528 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
529 Language/Statements/Rethrow/on_catch_clause_t01: Crash
530 Language/Statements/Rethrow/on_catch_clause_t02: Crash
531 Language/Statements/Return/generator_function_t01: MissingCompileTimeError
532 Language/Statements/Return/generator_function_t02: MissingCompileTimeError
533 Language/Statements/Return/generator_function_t03: MissingCompileTimeError
534 Language/Statements/Return/generator_function_t04: MissingCompileTimeError
535 Language/Statements/Return/generator_function_t05: MissingCompileTimeError
536 Language/Statements/Return/generator_function_t06: MissingCompileTimeError
537 Language/Statements/Return/generator_function_t07: MissingCompileTimeError
538 Language/Statements/Return/generator_function_t08: MissingCompileTimeError
539 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
540 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
541 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
542 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
543 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
544 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
545 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
546 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
547 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
548 Language/Statements/Try/malformed_type_t04: RuntimeError
549 Language/Statements/Try/syntax_t06: MissingCompileTimeError
550 Language/Statements/Try/syntax_t13: MissingCompileTimeError
551 Language/Statements/Try/syntax_t15: Crash
552 Language/Statements/While/execution_t03: Crash
553 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
554 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
555 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
556 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
557 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
558 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
559 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
560 Language/Types/Static_Types/malformed_type_t01: RuntimeError
561 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
562 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
563 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
564 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
565 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
566 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
567 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
568 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
569 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror
570 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
571 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
572 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
573 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
574 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
575 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
576 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
577 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
578 Language/Variables/constant_initialization_t01: MissingCompileTimeError
579 Language/Variables/constant_initialization_t02: MissingCompileTimeError
580 Language/Variables/constant_variable_t03: RuntimeError
581 Language/Variables/constant_variable_t04: RuntimeError
582 Language/Variables/constant_variable_t05: MissingCompileTimeError
583 Language/Variables/constant_variable_t06: MissingCompileTimeError
584 Language/Variables/constant_variable_t07: MissingCompileTimeError
585 Language/Variables/constant_variable_t08: MissingCompileTimeError
586 Language/Variables/constant_variable_t10: RuntimeError
587 Language/Variables/local_variable_t01: MissingCompileTimeError
588 Language/Variables/local_variable_t04: MissingCompileTimeError
589 Language/Variables/local_variable_t05: MissingCompileTimeError
590 Language/Variables/syntax_t04: MissingCompileTimeError
591 Language/Variables/syntax_t05: MissingCompileTimeError
592 Language/Variables/syntax_t08: MissingCompileTimeError
593 Language/Variables/syntax_t12: MissingCompileTimeError
594 Language/Variables/syntax_t13: MissingCompileTimeError
595 Language/Variables/syntax_t14: MissingCompileTimeError
8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 596 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
597 LibTest/async/Future/catchError_A03_t05: Crash
598 LibTest/async/Future/then_A05_t01: Crash
599 LibTest/async/Stream/Stream.fromFutures_A01_t01: DartkCrash
600 LibTest/async/Stream/Stream.fromFutures_A01_t02: DartkCrash
601 LibTest/async/Stream/Stream.fromFutures_A02_t01: DartkCrash
602 LibTest/async/Stream/Stream.fromFutures_A02_t02: DartkCrash
603 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
604 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
605 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
606 LibTest/async/Zone/bindCallback_A01_t01: Crash
607 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
608 LibTest/async/Zone/current_A01_t01: Crash
609 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
610 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
611 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
612 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
613 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
614 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
615 LibTest/async/Zone/parent_A01_t01: Crash
616 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
617 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
618 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
619 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
620 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
621 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
622 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
623 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
624 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
625 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
626 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip 627 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip
10 628
11 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss es these annotations. 629 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss es these annotations.
12 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss es these annotations. 630 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss es these annotations.
13 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 631 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
14 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 632 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
15 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 633 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
16 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 634 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
17 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 635 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
18 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 636 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
19 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 637 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
20 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 638 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
21 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 639 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
22 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 640 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
23 Language/Metadata/before_type_param_t01: RuntimeError # Issue 28434: Kernel IR misses these annotations.
24 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 641 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
25 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 642 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
26 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 643 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
644 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
645 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
646 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
647 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
648 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
649 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
27 650
28 651
29 # Override tests marked as failing elsewhere. 652 # Override tests marked as failing elsewhere.
30 [ $compiler == dartk || $compiler == dartkp ] 653 [ $compiler == dartk || $compiler == dartkp ]
654 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
655 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
656 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
657 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
658 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
659 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
660 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
661 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
662 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
663 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
664 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
665 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
666 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
667 Language/Classes/Constructors/Factories/name_t02: DartkCrash
668 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
669 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
670 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
671 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
672 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
673 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
674 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
675 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
676 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
677 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t01: DartkCrash
678 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t02: DartkCrash
679 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t03: DartkCrash
680 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t04: DartkCrash
681 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t05: DartkCrash
682 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t06: DartkCrash
683 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
684 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
685 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
686 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
687 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
688 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash
689 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash
690 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
691 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash
692 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash
693 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
694 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
695 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
696 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
697 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
698 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
699 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
700 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
701 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
702 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error
703 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError
704 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError
705 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError
706 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError
707 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError
708 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError
709 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError
710 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError
711 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError
712 Language/Classes/Instance_Methods/Operators/arity_1_t09: MissingCompileTimeError
713 Language/Classes/Instance_Methods/Operators/arity_1_t10: MissingCompileTimeError
714 Language/Classes/Instance_Methods/Operators/arity_1_t11: MissingCompileTimeError
715 Language/Classes/Instance_Methods/Operators/arity_1_t12: MissingCompileTimeError
716 Language/Classes/Instance_Methods/Operators/arity_1_t13: MissingCompileTimeError
717 Language/Classes/Instance_Methods/Operators/arity_1_t14: MissingCompileTimeError
718 Language/Classes/Instance_Methods/Operators/arity_1_t15: MissingCompileTimeError
719 Language/Classes/Instance_Methods/Operators/arity_1_t16: MissingCompileTimeError
720 Language/Classes/Instance_Methods/Operators/arity_1_t17: MissingCompileTimeError
721 Language/Classes/Instance_Methods/Operators/arity_1_t18: MissingCompileTimeError
722 Language/Classes/Instance_Methods/Operators/arity_2_t01: MissingCompileTimeError
723 Language/Classes/Instance_Methods/Operators/arity_2_t02: MissingCompileTimeError
724 Language/Classes/Instance_Methods/Operators/optional_parameter_t01: MissingCompi leTimeError
725 Language/Classes/Instance_Methods/Operators/optional_parameter_t02: MissingCompi leTimeError
726 Language/Classes/Instance_Methods/Operators/optional_parameter_t03: MissingCompi leTimeError
727 Language/Classes/Instance_Methods/Operators/optional_parameter_t04: MissingCompi leTimeError
728 Language/Classes/Instance_Methods/Operators/optional_parameter_t06: MissingCompi leTimeError
729 Language/Classes/Instance_Methods/Operators/optional_parameter_t08: MissingCompi leTimeError
730 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError
731 Language/Classes/Instance_Methods/same_name_setter_t01: CompileTimeError
732 Language/Classes/Instance_Variables/constant_t01: MissingCompileTimeError
733 Language/Classes/Setters/name_t01: CompileTimeError
734 Language/Classes/Setters/name_t02: CompileTimeError
735 Language/Classes/Setters/name_t07: CompileTimeError
736 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
737 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
738 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
739 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
740 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
741 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
742 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
743 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
744 Language/Classes/Setters/static_setter_t05: RuntimeError
745 Language/Classes/Setters/static_setter_t06: DartkCrash
746 Language/Classes/Setters/syntax_t01: RuntimeError
747 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
748 Language/Classes/Setters/syntax_t04: RuntimeError
749 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
750 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
751 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
752 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
753 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
754 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
755 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
756 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
757 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
758 Language/Classes/Superclasses/wrong_superclass_t07: Crash
759 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
760 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
761 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
762 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
763 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
764 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
765 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
766 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
767 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
768 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
769 Language/Classes/declarations_t02: MissingCompileTimeError
770 Language/Classes/declarations_t03: MissingCompileTimeError
771 Language/Classes/declarations_t04: MissingCompileTimeError
772 Language/Classes/declarations_t06: MissingCompileTimeError
773 Language/Classes/declarations_t08: MissingCompileTimeError
774 Language/Classes/declarations_t33: MissingCompileTimeError
775 Language/Classes/definition_t23: RuntimeError
776 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
777 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
778 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError
779 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError
780 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError
781 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError
782 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError
783 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
784 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
785 Language/Enums/restrictions_t01: Crash
786 Language/Enums/restrictions_t02: MissingCompileTimeError
787 Language/Enums/restrictions_t03: MissingCompileTimeError
788 Language/Enums/restrictions_t04: MissingCompileTimeError
789 Language/Enums/restrictions_t05: MissingCompileTimeError
790 Language/Enums/restrictions_t06: MissingCompileTimeError
791 Language/Enums/restrictions_t07: MissingCompileTimeError
792 Language/Enums/restrictions_t08: MissingCompileTimeError
793 Language/Expressions/Assignable_Expressions/syntax_t04: DartkCrash
794 Language/Expressions/Assignable_Expressions/syntax_t05: DartkCrash
795 Language/Expressions/Assignable_Expressions/syntax_t23: DartkCrash
796 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError
797 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError
798 Language/Expressions/Assignment/no_such_method_t01: RuntimeError
799 Language/Expressions/Assignment/no_such_method_t02: RuntimeError
800 Language/Expressions/Assignment/no_such_method_t03: RuntimeError
801 Language/Expressions/Assignment/no_such_method_t04: RuntimeError
802 Language/Expressions/Assignment/no_such_method_t05: RuntimeError
803 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
804 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
805 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
806 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
807 Language/Expressions/Assignment/static_type_t05: RuntimeError
808 Language/Expressions/Assignment/static_type_t06: RuntimeError
809 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
810 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
811 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
812 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
813 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
814 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
815 Language/Expressions/Await_Expressions/syntax_t06: Crash
816 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
817 Language/Expressions/Constants/bitwise_operators_t02: Crash
818 Language/Expressions/Constants/bitwise_operators_t03: Crash
819 Language/Expressions/Constants/bitwise_operators_t04: Crash
820 Language/Expressions/Constants/bitwise_operators_t05: Crash
821 Language/Expressions/Constants/bitwise_operators_t06: Crash
822 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
823 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
824 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
825 Language/Expressions/Constants/depending_on_itself_t03: Crash
826 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError
827 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
828 Language/Expressions/Constants/exception_t03: Crash
829 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
830 Language/Expressions/Constants/identical_t02: Crash
831 Language/Expressions/Constants/identical_t03: MissingCompileTimeError
832 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash
833 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
834 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
835 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
836 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError
837 Language/Expressions/Constants/literal_string_t04: Crash
838 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError
839 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
840 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
841 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
842 Language/Expressions/Constants/math_operators_t02: Crash
843 Language/Expressions/Constants/math_operators_t03: Crash
844 Language/Expressions/Constants/math_operators_t04: Crash
845 Language/Expressions/Constants/math_operators_t05: Crash
846 Language/Expressions/Constants/no_other_constant_expressions_t06: MissingCompile TimeError
847 Language/Expressions/Constants/no_other_constant_expressions_t07: MissingCompile TimeError
848 Language/Expressions/Constants/no_other_constant_expressions_t08: Crash
849 Language/Expressions/Constants/no_other_constant_expressions_t09: MissingCompile TimeError
850 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
851 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
852 Language/Expressions/Constants/no_other_constant_expressions_t12: Crash
853 Language/Expressions/Constants/no_other_constant_expressions_t13: Crash
854 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
855 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
856 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
857 Language/Expressions/Constants/no_other_constant_expressions_t18: Crash
858 Language/Expressions/Constants/no_other_constant_expressions_t20: Crash
859 Language/Expressions/Constants/no_other_constant_expressions_t21: Crash
860 Language/Expressions/Constants/no_other_constant_expressions_t31: Crash
861 Language/Expressions/Constants/static_constant_t02: MissingCompileTimeError
862 Language/Expressions/Constants/static_constant_t03: Crash
863 Language/Expressions/Constants/static_constant_t04: MissingCompileTimeError
864 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
865 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
866 Language/Expressions/Constants/static_method_t02: Crash
867 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
868 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
869 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
870 Language/Expressions/Constants/top_level_function_t01: Crash
871 Language/Expressions/Constants/top_level_function_t02: Crash
872 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
873 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
874 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
875 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t02: DartkCrash
876 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t03: DartkCrash
877 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
878 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
879 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
880 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
881 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
882 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
883 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
884 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
885 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError
886 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError
887 Language/Expressions/Identifier_Reference/built_in_identifier_t08: MissingCompil eTimeError
888 Language/Expressions/Identifier_Reference/built_in_identifier_t09: MissingCompil eTimeError
889 Language/Expressions/Identifier_Reference/built_in_identifier_t10: MissingCompil eTimeError
890 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
891 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
892 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
893 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
894 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
895 Language/Expressions/Identifier_Reference/syntax_t07: MissingCompileTimeError
896 Language/Expressions/Identifier_Reference/syntax_t08: MissingCompileTimeError
897 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
898 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
899 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
900 Language/Expressions/Instance_Creation/Const/accessibility_t03: DartkCrash
901 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
902 Language/Expressions/Instance_Creation/Const/accessibility_t05: DartkCrash
903 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
904 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError
905 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror
906 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror
907 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
908 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError
909 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
910 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError
911 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError
912 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError
913 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
914 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError
915 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
916 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
917 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
918 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
919 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
920 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
921 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
922 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
923 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
924 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
925 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
926 Language/Expressions/Lists/constant_list_t02: Crash
927 Language/Expressions/Maps/constant_map_key_value_t01: Crash
928 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
929 Language/Expressions/Maps/constant_map_t01: Crash
930 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
931 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
932 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
933 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
934 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
935 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
936 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
937 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02: DartkCras h
938 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03: DartkCras h
939 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
940 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
941 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
942 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
943 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
944 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
945 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
946 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
947 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
948 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
949 Language/Expressions/Numbers/extend_or_implement_double_t06: MissingCompileTimeE rror
950 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
951 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
952 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
953 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
954 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
955 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
956 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
957 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
958 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
959 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
960 Language/Expressions/This/placement_t04: MissingCompileTimeError
961 Language/Expressions/Throw/no_catch_clause_t01: Crash
962 Language/Expressions/Throw/no_catch_clause_t02: Crash
963 Language/Expressions/Throw/no_catch_clause_t03: Crash
964 Language/Expressions/Throw/no_catch_clause_t04: Crash
965 Language/Expressions/Throw/no_catch_clause_t05: Crash
966 Language/Expressions/Throw/no_catch_clause_t06: Crash
967 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
968 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
969 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
970 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
971 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
972 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
973 Language/Expressions/Unary_Expressions/syntax_t06: DartkCrash
974 Language/Expressions/Unary_Expressions/syntax_t07: DartkCrash
975 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
976 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
977 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
978 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
979 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
980 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
981 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
982 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
983 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
984 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
985 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
986 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
987 Language/Functions/Formal_Parameters/Required_Formals/syntax_t10: DartkCrash
988 Language/Functions/Formal_Parameters/Required_Formals/syntax_t11: DartkCrash
989 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
990 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
991 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
992 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
993 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
994 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
995 Language/Functions/Formal_Parameters/syntax_t06: DartkCrash
996 Language/Functions/Formal_Parameters/syntax_t13: DartkCrash
997 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
998 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
999 Language/Functions/ctor_modifier_t03: MissingCompileTimeError
1000 Language/Functions/ctor_modifier_t04: MissingCompileTimeError
1001 Language/Functions/ctor_modifier_t09: MissingCompileTimeError
1002 Language/Functions/ctor_modifier_t10: MissingCompileTimeError
1003 Language/Functions/ctor_modifier_t15: MissingCompileTimeError
1004 Language/Functions/ctor_modifier_t16: MissingCompileTimeError
1005 Language/Functions/setter_modifier_t01: MissingCompileTimeError
1006 Language/Functions/setter_modifier_t02: MissingCompileTimeError
1007 Language/Functions/setter_modifier_t03: MissingCompileTimeError
1008 Language/Functions/setter_modifier_t04: MissingCompileTimeError
1009 Language/Functions/setter_modifier_t05: MissingCompileTimeError
1010 Language/Functions/setter_modifier_t06: MissingCompileTimeError
1011 Language/Functions/syntax_t05: MissingCompileTimeError
1012 Language/Functions/syntax_t31: MissingCompileTimeError
1013 Language/Functions/syntax_t39: MissingCompileTimeError
1014 Language/Functions/syntax_t40: MissingCompileTimeError
1015 Language/Generics/malformed_t01: RuntimeError
1016 Language/Generics/syntax_t17: CompileTimeError
1017 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError
1018 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError
1019 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError
1020 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
1021 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
1022 Language/Libraries_and_Scripts/Exports/implicit_hide_t01: DartkCrash
1023 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
31 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass 1024 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
32 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass 1025 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
1026 Language/Libraries_and_Scripts/Imports/implicit_hide_t01: DartkCrash
1027 Language/Libraries_and_Scripts/Imports/implicit_hide_t02: DartkCrash
1028 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
1029 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: DartkCrash
1030 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: DartkCrash
1031 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
1032 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
1033 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
1034 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
1035 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
1036 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
1037 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
1038 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
1039 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
1040 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
1041 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
1042 Language/Libraries_and_Scripts/Imports/syntax_t02: DartkCrash
1043 Language/Libraries_and_Scripts/Imports/syntax_t03: DartkCrash
1044 Language/Libraries_and_Scripts/Imports/syntax_t04: DartkCrash
1045 Language/Libraries_and_Scripts/Imports/syntax_t11: DartkCrash
1046 Language/Libraries_and_Scripts/Imports/syntax_t13: DartkCrash
1047 Language/Libraries_and_Scripts/Imports/syntax_t18: DartkCrash
1048 Language/Libraries_and_Scripts/Imports/syntax_t20: DartkCrash
1049 Language/Libraries_and_Scripts/Imports/syntax_t21: DartkCrash
1050 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
1051 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
1052 Language/Libraries_and_Scripts/Parts/compilation_t01: DartkCrash
1053 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
1054 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
1055 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
1056 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
1057 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
1058 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
1059 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
1060 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
1061 Language/Libraries_and_Scripts/Parts/syntax_t05: DartkCrash
1062 Language/Libraries_and_Scripts/Parts/syntax_t07: DartkCrash
1063 Language/Libraries_and_Scripts/Parts/syntax_t08: DartkCrash
1064 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
1065 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
1066 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
1067 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
1068 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
1069 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
1070 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
1071 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
1072 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError
1073 Language/Libraries_and_Scripts/private_access_t03: RuntimeError
1074 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
1075 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
1076 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
1077 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
1078 Language/Mixins/Mixin_Application/wrong_mixin_type_t03: MissingCompileTimeError
1079 Language/Mixins/Mixin_Application/wrong_mixin_type_t04: MissingCompileTimeError
1080 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
1081 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
1082 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
1083 Language/Mixins/Mixin_Application/wrong_mixin_type_t08: Crash
1084 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
1085 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
1086 Language/Mixins/Mixin_Application/wrong_type_t03: MissingCompileTimeError
1087 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
1088 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
1089 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
1090 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
1091 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
1092 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
1093 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
1094 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
1095 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
1096 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
1097 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
1098 Language/Overview/Privacy/private_and_public_t06: RuntimeError
1099 Language/Overview/Privacy/private_and_public_t09: RuntimeError
1100 Language/Overview/Privacy/private_and_public_t10: RuntimeError
1101 Language/Overview/Privacy/private_and_public_t19: RuntimeError
1102 Language/Overview/Privacy/private_and_public_t20: RuntimeError
1103 Language/Overview/Scoping/conflicting_names_t04: DartkCrash
1104 Language/Overview/Scoping/conflicting_names_t11: DartkCrash
1105 Language/Overview/Scoping/conflicting_names_t16: Crash
1106 Language/Overview/Scoping/conflicting_names_t17: Crash
1107 Language/Overview/Scoping/conflicting_names_t18: Crash
1108 Language/Overview/Scoping/conflicting_names_t25: Crash
1109 Language/Overview/Scoping/conflicting_names_t26: Crash
1110 Language/Overview/Scoping/conflicting_names_t27: Crash
1111 Language/Overview/Scoping/conflicting_names_t31: MissingCompileTimeError
1112 Language/Overview/Scoping/conflicting_names_t32: MissingCompileTimeError
1113 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError
1114 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError
1115 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
1116 Language/Overview/Scoping/conflicting_names_t37: Crash
1117 Language/Overview/Scoping/conflicting_names_t38: Crash
1118 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
1119 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
1120 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
1121 Language/Overview/Scoping/conflicting_names_t44: Crash
1122 Language/Overview/Scoping/hiding_declaration_t16: Crash
1123 Language/Overview/Scoping/hiding_declaration_t28: DartkCrash
1124 Language/Reference/Lexical_Rules/Comments/documentation_t02: Crash
1125 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
1126 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
1127 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
1128 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
1129 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
1130 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
1131 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
1132 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
1133 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
1134 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash
1135 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
1136 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
1137 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
1138 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
1139 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
1140 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
1141 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
1142 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
1143 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
1144 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
1145 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
1146 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
1147 Language/Statements/Break/label_t11: DartkCrash
1148 Language/Statements/Break/label_t12: DartkCrash
1149 Language/Statements/Continue/async_loops_t10: DartkCrash
1150 Language/Statements/Continue/label_t03: DartkCrash
1151 Language/Statements/Continue/label_t06: MissingCompileTimeError
1152 Language/Statements/Continue/label_t08: MissingCompileTimeError
1153 Language/Statements/Continue/label_t09: MissingCompileTimeError
1154 Language/Statements/Continue/label_t10: MissingCompileTimeError
1155 Language/Statements/Continue/label_t11: MissingCompileTimeError
1156 Language/Statements/Continue/label_t14: DartkCrash
1157 Language/Statements/Continue/label_t17: DartkCrash
1158 Language/Statements/Do/execution_t04: Crash
1159 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
1160 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
1161 Language/Statements/For/syntax_t07: RuntimeError
1162 Language/Statements/For/syntax_t09: MissingCompileTimeError
1163 Language/Statements/For/syntax_t12: MissingCompileTimeError
1164 Language/Statements/For/syntax_t13: MissingCompileTimeError
1165 Language/Statements/For/syntax_t16: MissingCompileTimeError
1166 Language/Statements/For/syntax_t19: MissingCompileTimeError
1167 Language/Statements/For/syntax_t20: MissingCompileTimeError
1168 Language/Statements/If/execution_t03: Crash
1169 Language/Statements/Labels/namespace_t01: DartkCrash
1170 Language/Statements/Labels/scope_t05: MissingCompileTimeError
1171 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
1172 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
1173 Language/Statements/Local_Function_Declaration/syntax_t05: MissingCompileTimeErr or
1174 Language/Statements/Local_Function_Declaration/syntax_t06: MissingCompileTimeErr or
1175 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
1176 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
1177 Language/Statements/Rethrow/on_catch_clause_t01: Crash
1178 Language/Statements/Rethrow/on_catch_clause_t02: Crash
1179 Language/Statements/Return/generator_function_t01: MissingCompileTimeError
1180 Language/Statements/Return/generator_function_t02: MissingCompileTimeError
1181 Language/Statements/Return/generator_function_t03: MissingCompileTimeError
1182 Language/Statements/Return/generator_function_t04: MissingCompileTimeError
1183 Language/Statements/Return/generator_function_t05: MissingCompileTimeError
1184 Language/Statements/Return/generator_function_t06: MissingCompileTimeError
1185 Language/Statements/Return/generator_function_t07: MissingCompileTimeError
1186 Language/Statements/Return/generator_function_t08: MissingCompileTimeError
1187 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
1188 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
1189 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
1190 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
1191 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
1192 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
1193 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
1194 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
1195 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
1196 Language/Statements/Try/malformed_type_t04: RuntimeError
1197 Language/Statements/Try/syntax_t06: MissingCompileTimeError
1198 Language/Statements/Try/syntax_t13: MissingCompileTimeError
1199 Language/Statements/Try/syntax_t15: Crash
1200 Language/Statements/While/execution_t03: Crash
1201 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
1202 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
1203 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
1204 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
1205 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
1206 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
1207 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
1208 Language/Types/Static_Types/malformed_type_t01: RuntimeError
1209 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
1210 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
1211 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
1212 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
1213 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
1214 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
1215 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
1216 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
1217 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror
1218 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
1219 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
1220 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
1221 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
1222 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
1223 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
1224 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
1225 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
1226 Language/Variables/constant_initialization_t01: MissingCompileTimeError
1227 Language/Variables/constant_initialization_t02: MissingCompileTimeError
1228 Language/Variables/constant_variable_t03: RuntimeError
1229 Language/Variables/constant_variable_t04: RuntimeError
1230 Language/Variables/constant_variable_t05: MissingCompileTimeError
1231 Language/Variables/constant_variable_t06: MissingCompileTimeError
1232 Language/Variables/constant_variable_t07: MissingCompileTimeError
1233 Language/Variables/constant_variable_t08: MissingCompileTimeError
1234 Language/Variables/constant_variable_t10: RuntimeError
1235 Language/Variables/local_variable_t01: MissingCompileTimeError
1236 Language/Variables/local_variable_t04: MissingCompileTimeError
1237 Language/Variables/local_variable_t05: MissingCompileTimeError
1238 Language/Variables/syntax_t04: MissingCompileTimeError
1239 Language/Variables/syntax_t05: MissingCompileTimeError
1240 Language/Variables/syntax_t08: MissingCompileTimeError
1241 Language/Variables/syntax_t12: MissingCompileTimeError
1242 Language/Variables/syntax_t13: MissingCompileTimeError
1243 Language/Variables/syntax_t14: MissingCompileTimeError
1244 LibTest/async/Future/catchError_A03_t05: Crash
1245 LibTest/async/Future/then_A05_t01: Crash
1246 LibTest/async/Stream/Stream.fromFutures_A01_t01: DartkCrash
1247 LibTest/async/Stream/Stream.fromFutures_A01_t02: DartkCrash
1248 LibTest/async/Stream/Stream.fromFutures_A02_t01: DartkCrash
1249 LibTest/async/Stream/Stream.fromFutures_A02_t02: DartkCrash
1250 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
1251 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
1252 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
1253 LibTest/async/Zone/bindCallback_A01_t01: Crash
1254 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
1255 LibTest/async/Zone/current_A01_t01: Crash
1256 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
1257 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
1258 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
1259 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
1260 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
1261 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
1262 LibTest/async/Zone/parent_A01_t01: Crash
1263 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
1264 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
1265 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
1266 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
1267 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
1268 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
1269 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
1270 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
1271 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
1272 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
1273 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
1274 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
1275 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
1276 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
1277 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
1278 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
1279 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
33 1280
34 ############################################################################### 1281 ###############################################################################
35 # Dartk Entries 1282 # Dartk Entries
36 ############################################################################### 1283 ###############################################################################
37 1284
38 [ $compiler == dartk || $compiler == dartkp ] 1285 [ $compiler == dartk || $compiler == dartkp ]
1286 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
1287 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
1288 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
1289 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
1290 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
1291 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
1292 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
1293 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
1294 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
1295 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
1296 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
1297 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
1298 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
1299 Language/Classes/Constructors/Factories/name_t02: DartkCrash
1300 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
1301 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
1302 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
1303 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
1304 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
1305 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
1306 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
1307 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
1308 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
1309 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t01: DartkCrash
1310 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t02: DartkCrash
1311 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t03: DartkCrash
1312 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t04: DartkCrash
1313 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t05: DartkCrash
1314 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t06: DartkCrash
1315 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
1316 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
1317 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
1318 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
1319 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
1320 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash
1321 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash
1322 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
1323 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash
1324 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash
1325 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
1326 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
1327 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
1328 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
39 Language/Classes/Getters/static_getter_t02: CompileTimeError 1329 Language/Classes/Getters/static_getter_t02: CompileTimeError
40 Language/Enums/syntax_t08: MissingCompileTimeError 1330 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
41 Language/Enums/syntax_t09: MissingCompileTimeError 1331 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
1332 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
1333 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
1334 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
1335 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error
1336 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError
1337 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError
1338 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError
1339 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError
1340 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError
1341 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError
1342 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError
1343 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError
1344 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError
1345 Language/Classes/Instance_Methods/Operators/arity_1_t09: MissingCompileTimeError
1346 Language/Classes/Instance_Methods/Operators/arity_1_t10: MissingCompileTimeError
1347 Language/Classes/Instance_Methods/Operators/arity_1_t11: MissingCompileTimeError
1348 Language/Classes/Instance_Methods/Operators/arity_1_t12: MissingCompileTimeError
1349 Language/Classes/Instance_Methods/Operators/arity_1_t13: MissingCompileTimeError
1350 Language/Classes/Instance_Methods/Operators/arity_1_t14: MissingCompileTimeError
1351 Language/Classes/Instance_Methods/Operators/arity_1_t15: MissingCompileTimeError
1352 Language/Classes/Instance_Methods/Operators/arity_1_t16: MissingCompileTimeError
1353 Language/Classes/Instance_Methods/Operators/arity_1_t17: MissingCompileTimeError
1354 Language/Classes/Instance_Methods/Operators/arity_1_t18: MissingCompileTimeError
1355 Language/Classes/Instance_Methods/Operators/arity_2_t01: MissingCompileTimeError
1356 Language/Classes/Instance_Methods/Operators/arity_2_t02: MissingCompileTimeError
1357 Language/Classes/Instance_Methods/Operators/optional_parameter_t01: MissingCompi leTimeError
1358 Language/Classes/Instance_Methods/Operators/optional_parameter_t02: MissingCompi leTimeError
1359 Language/Classes/Instance_Methods/Operators/optional_parameter_t03: MissingCompi leTimeError
1360 Language/Classes/Instance_Methods/Operators/optional_parameter_t04: MissingCompi leTimeError
1361 Language/Classes/Instance_Methods/Operators/optional_parameter_t06: MissingCompi leTimeError
1362 Language/Classes/Instance_Methods/Operators/optional_parameter_t08: MissingCompi leTimeError
1363 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError
1364 Language/Classes/Instance_Methods/same_name_setter_t01: CompileTimeError
1365 Language/Classes/Instance_Variables/constant_t01: MissingCompileTimeError
1366 Language/Classes/Setters/name_t01: CompileTimeError
1367 Language/Classes/Setters/name_t02: CompileTimeError
1368 Language/Classes/Setters/name_t07: CompileTimeError
1369 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
1370 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
1371 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
1372 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
1373 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
1374 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
1375 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
1376 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
1377 Language/Classes/Setters/static_setter_t05: RuntimeError
1378 Language/Classes/Setters/static_setter_t06: DartkCrash
1379 Language/Classes/Setters/syntax_t01: RuntimeError
1380 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
1381 Language/Classes/Setters/syntax_t04: RuntimeError
1382 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
1383 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
1384 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
1385 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
1386 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
1387 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
1388 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
1389 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
1390 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
1391 Language/Classes/Superclasses/wrong_superclass_t07: Crash
1392 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
1393 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
1394 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
1395 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
1396 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
1397 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
1398 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
1399 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
1400 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
1401 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
1402 Language/Classes/declarations_t02: MissingCompileTimeError
1403 Language/Classes/declarations_t03: MissingCompileTimeError
1404 Language/Classes/declarations_t04: MissingCompileTimeError
1405 Language/Classes/declarations_t06: MissingCompileTimeError
1406 Language/Classes/declarations_t08: MissingCompileTimeError
1407 Language/Classes/declarations_t33: MissingCompileTimeError
1408 Language/Classes/definition_t23: RuntimeError
1409 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
1410 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
1411 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError
1412 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError
1413 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError
1414 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError
1415 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError
1416 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
1417 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
1418 Language/Enums/restrictions_t01: Crash
1419 Language/Enums/restrictions_t02: MissingCompileTimeError
1420 Language/Enums/restrictions_t03: MissingCompileTimeError
1421 Language/Enums/restrictions_t04: MissingCompileTimeError
1422 Language/Enums/restrictions_t05: MissingCompileTimeError
1423 Language/Enums/restrictions_t06: MissingCompileTimeError
1424 Language/Enums/restrictions_t07: MissingCompileTimeError
1425 Language/Enums/restrictions_t08: MissingCompileTimeError
1426 Language/Expressions/Assignable_Expressions/syntax_t04: DartkCrash
1427 Language/Expressions/Assignable_Expressions/syntax_t05: DartkCrash
1428 Language/Expressions/Assignable_Expressions/syntax_t23: DartkCrash
1429 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError
1430 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError
1431 Language/Expressions/Assignment/no_such_method_t01: RuntimeError
1432 Language/Expressions/Assignment/no_such_method_t02: RuntimeError
1433 Language/Expressions/Assignment/no_such_method_t03: RuntimeError
1434 Language/Expressions/Assignment/no_such_method_t04: RuntimeError
1435 Language/Expressions/Assignment/no_such_method_t05: RuntimeError
1436 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
1437 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
1438 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
1439 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
1440 Language/Expressions/Assignment/static_type_t05: RuntimeError
1441 Language/Expressions/Assignment/static_type_t06: RuntimeError
1442 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
1443 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
1444 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
1445 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
1446 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
1447 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
1448 Language/Expressions/Await_Expressions/syntax_t06: Crash
1449 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
1450 Language/Expressions/Constants/bitwise_operators_t02: Crash
1451 Language/Expressions/Constants/bitwise_operators_t03: Crash
1452 Language/Expressions/Constants/bitwise_operators_t04: Crash
1453 Language/Expressions/Constants/bitwise_operators_t05: Crash
1454 Language/Expressions/Constants/bitwise_operators_t06: Crash
1455 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
1456 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
1457 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
1458 Language/Expressions/Constants/depending_on_itself_t03: Crash
1459 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError
1460 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
1461 Language/Expressions/Constants/exception_t03: Crash
1462 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
1463 Language/Expressions/Constants/identical_t02: Crash
1464 Language/Expressions/Constants/identical_t03: MissingCompileTimeError
1465 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash
1466 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
1467 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
1468 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
1469 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError
1470 Language/Expressions/Constants/literal_string_t04: Crash
1471 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError
1472 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
1473 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
1474 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
1475 Language/Expressions/Constants/math_operators_t02: Crash
1476 Language/Expressions/Constants/math_operators_t03: Crash
1477 Language/Expressions/Constants/math_operators_t04: Crash
1478 Language/Expressions/Constants/math_operators_t05: Crash
1479 Language/Expressions/Constants/no_other_constant_expressions_t06: MissingCompile TimeError
1480 Language/Expressions/Constants/no_other_constant_expressions_t07: MissingCompile TimeError
1481 Language/Expressions/Constants/no_other_constant_expressions_t08: Crash
1482 Language/Expressions/Constants/no_other_constant_expressions_t09: MissingCompile TimeError
1483 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
1484 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
1485 Language/Expressions/Constants/no_other_constant_expressions_t12: Crash
1486 Language/Expressions/Constants/no_other_constant_expressions_t13: Crash
1487 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
1488 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
1489 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
1490 Language/Expressions/Constants/no_other_constant_expressions_t18: Crash
1491 Language/Expressions/Constants/no_other_constant_expressions_t20: Crash
1492 Language/Expressions/Constants/no_other_constant_expressions_t21: Crash
1493 Language/Expressions/Constants/no_other_constant_expressions_t31: Crash
1494 Language/Expressions/Constants/static_constant_t02: MissingCompileTimeError
1495 Language/Expressions/Constants/static_constant_t03: Crash
1496 Language/Expressions/Constants/static_constant_t04: MissingCompileTimeError
1497 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
1498 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
1499 Language/Expressions/Constants/static_method_t02: Crash
1500 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
1501 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
1502 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
1503 Language/Expressions/Constants/top_level_function_t01: Crash
1504 Language/Expressions/Constants/top_level_function_t02: Crash
1505 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
1506 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
1507 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
1508 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t02: DartkCrash
1509 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t03: DartkCrash
1510 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
42 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 1511 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
43 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 1512 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
44 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi leTimeError 1513 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
45 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi leTimeError 1514 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
46 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi leTimeError 1515 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
47 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi leTimeError 1516 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
48 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi leTimeError 1517 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
49 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi leTimeError 1518 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
50 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompi leTimeError 1519 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
51 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompi leTimeError 1520 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError
52 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompi leTimeError 1521 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError
53 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompi leTimeError 1522 Language/Expressions/Identifier_Reference/built_in_identifier_t08: MissingCompil eTimeError
54 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompi leTimeError 1523 Language/Expressions/Identifier_Reference/built_in_identifier_t09: MissingCompil eTimeError
55 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompi leTimeError 1524 Language/Expressions/Identifier_Reference/built_in_identifier_t10: MissingCompil eTimeError
56 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompi leTimeError 1525 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
57 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompi leTimeError 1526 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
58 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t01: CompileTimeError 1527 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
59 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_ and_getter_t02: CompileTimeError 1528 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
60 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError 1529 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
61 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError 1530 Language/Expressions/Identifier_Reference/syntax_t07: MissingCompileTimeError
62 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError 1531 Language/Expressions/Identifier_Reference/syntax_t08: MissingCompileTimeError
63 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError 1532 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
1533 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
1534 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
1535 Language/Expressions/Instance_Creation/Const/accessibility_t03: DartkCrash
1536 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
1537 Language/Expressions/Instance_Creation/Const/accessibility_t05: DartkCrash
1538 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
1539 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError
1540 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror
1541 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror
1542 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
1543 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError
1544 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
1545 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError
1546 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError
1547 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError
1548 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
1549 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError
1550 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
1551 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
1552 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
1553 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
1554 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
1555 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
1556 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
1557 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
1558 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
1559 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
1560 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
1561 Language/Expressions/Lists/constant_list_t02: Crash
1562 Language/Expressions/Maps/constant_map_key_value_t01: Crash
1563 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
1564 Language/Expressions/Maps/constant_map_t01: Crash
1565 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
1566 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
1567 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
1568 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
1569 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
1570 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
1571 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
1572 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02: DartkCras h
1573 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03: DartkCras h
1574 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
1575 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
1576 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
1577 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
1578 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
1579 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
1580 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
1581 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
1582 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
1583 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
1584 Language/Expressions/Numbers/extend_or_implement_double_t06: MissingCompileTimeE rror
1585 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
1586 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
1587 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
1588 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
1589 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
1590 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
1591 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
1592 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
1593 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
1594 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
1595 Language/Expressions/This/placement_t04: MissingCompileTimeError
1596 Language/Expressions/Throw/no_catch_clause_t01: Crash
1597 Language/Expressions/Throw/no_catch_clause_t02: Crash
1598 Language/Expressions/Throw/no_catch_clause_t03: Crash
1599 Language/Expressions/Throw/no_catch_clause_t04: Crash
1600 Language/Expressions/Throw/no_catch_clause_t05: Crash
1601 Language/Expressions/Throw/no_catch_clause_t06: Crash
1602 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
1603 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
1604 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
1605 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
1606 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
1607 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
1608 Language/Expressions/Unary_Expressions/syntax_t06: DartkCrash
1609 Language/Expressions/Unary_Expressions/syntax_t07: DartkCrash
1610 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
1611 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
1612 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
1613 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
1614 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
1615 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
1616 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
1617 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
1618 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
1619 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
1620 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
1621 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
1622 Language/Functions/Formal_Parameters/Required_Formals/syntax_t10: DartkCrash
1623 Language/Functions/Formal_Parameters/Required_Formals/syntax_t11: DartkCrash
1624 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
1625 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
1626 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
1627 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
1628 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
1629 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
1630 Language/Functions/Formal_Parameters/syntax_t06: DartkCrash
1631 Language/Functions/Formal_Parameters/syntax_t13: DartkCrash
1632 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
1633 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
1634 Language/Functions/ctor_modifier_t03: MissingCompileTimeError
1635 Language/Functions/ctor_modifier_t04: MissingCompileTimeError
1636 Language/Functions/ctor_modifier_t09: MissingCompileTimeError
1637 Language/Functions/ctor_modifier_t10: MissingCompileTimeError
1638 Language/Functions/ctor_modifier_t15: MissingCompileTimeError
1639 Language/Functions/ctor_modifier_t16: MissingCompileTimeError
1640 Language/Functions/setter_modifier_t01: MissingCompileTimeError
1641 Language/Functions/setter_modifier_t02: MissingCompileTimeError
1642 Language/Functions/setter_modifier_t03: MissingCompileTimeError
1643 Language/Functions/setter_modifier_t04: MissingCompileTimeError
1644 Language/Functions/setter_modifier_t05: MissingCompileTimeError
1645 Language/Functions/setter_modifier_t06: MissingCompileTimeError
1646 Language/Functions/syntax_t05: MissingCompileTimeError
1647 Language/Functions/syntax_t31: MissingCompileTimeError
1648 Language/Functions/syntax_t39: MissingCompileTimeError
1649 Language/Functions/syntax_t40: MissingCompileTimeError
1650 Language/Generics/malformed_t01: RuntimeError
1651 Language/Generics/syntax_t17: CompileTimeError
1652 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError
1653 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError
1654 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError
1655 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
1656 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
1657 Language/Libraries_and_Scripts/Exports/implicit_hide_t01: DartkCrash
1658 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
1659 Language/Libraries_and_Scripts/Imports/implicit_hide_t01: DartkCrash
1660 Language/Libraries_and_Scripts/Imports/implicit_hide_t02: DartkCrash
64 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 1661 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
1662 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
1663 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: DartkCrash
1664 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: DartkCrash
1665 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
1666 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
1667 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
1668 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
1669 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
1670 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
1671 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
1672 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
1673 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
1674 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
1675 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
1676 Language/Libraries_and_Scripts/Imports/syntax_t02: DartkCrash
1677 Language/Libraries_and_Scripts/Imports/syntax_t03: DartkCrash
1678 Language/Libraries_and_Scripts/Imports/syntax_t04: DartkCrash
1679 Language/Libraries_and_Scripts/Imports/syntax_t11: DartkCrash
1680 Language/Libraries_and_Scripts/Imports/syntax_t13: DartkCrash
1681 Language/Libraries_and_Scripts/Imports/syntax_t18: DartkCrash
1682 Language/Libraries_and_Scripts/Imports/syntax_t20: DartkCrash
1683 Language/Libraries_and_Scripts/Imports/syntax_t21: DartkCrash
1684 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
1685 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
1686 Language/Libraries_and_Scripts/Parts/compilation_t01: DartkCrash
1687 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
1688 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
1689 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
1690 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
1691 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
1692 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
1693 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
1694 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
1695 Language/Libraries_and_Scripts/Parts/syntax_t05: DartkCrash
1696 Language/Libraries_and_Scripts/Parts/syntax_t07: DartkCrash
1697 Language/Libraries_and_Scripts/Parts/syntax_t08: DartkCrash
1698 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
1699 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
1700 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
1701 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
1702 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
1703 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
1704 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
1705 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
65 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError 1706 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
66 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError 1707 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
67 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError 1708 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
1709 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError
68 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError 1710 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError
69 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError 1711 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError
70 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError 1712 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError
71 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError 1713 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError
72 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError 1714 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError
73 Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError
74 Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError
75 Language/Libraries_and_Scripts/definition_syntax_t18: MissingCompileTimeError
76 Language/Libraries_and_Scripts/definition_syntax_t19: MissingCompileTimeError
77 Language/Libraries_and_Scripts/definition_syntax_t20: MissingCompileTimeError
78 Language/Libraries_and_Scripts/definition_syntax_t21: MissingCompileTimeError
79 Language/Libraries_and_Scripts/definition_syntax_t22: MissingCompileTimeError
80 Language/Libraries_and_Scripts/definition_syntax_t23: MissingCompileTimeError
81 Language/Libraries_and_Scripts/definition_syntax_t24: MissingCompileTimeError
82 Language/Libraries_and_Scripts/definition_syntax_t25: MissingCompileTimeError
83 Language/Libraries_and_Scripts/definition_syntax_t26: MissingCompileTimeError
84 Language/Libraries_and_Scripts/definition_syntax_t27: MissingCompileTimeError
85 Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError 1715 Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError
86 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: RuntimeError # 'main' getter not supported 1716 Language/Libraries_and_Scripts/private_access_t03: RuntimeError
87 Language/Libraries_and_Scripts/top_level_syntax_t02: MissingCompileTimeError 1717 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
88 Language/Libraries_and_Scripts/top_level_syntax_t03: MissingCompileTimeError 1718 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
89 Language/Libraries_and_Scripts/top_level_syntax_t04: MissingCompileTimeError 1719 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
90 Language/Libraries_and_Scripts/top_level_syntax_t05: MissingCompileTimeError 1720 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
91 Language/Libraries_and_Scripts/top_level_syntax_t06: MissingCompileTimeError 1721 Language/Mixins/Mixin_Application/wrong_mixin_type_t03: MissingCompileTimeError
92 Language/Libraries_and_Scripts/top_level_syntax_t07: MissingCompileTimeError 1722 Language/Mixins/Mixin_Application/wrong_mixin_type_t04: MissingCompileTimeError
93 Language/Libraries_and_Scripts/top_level_syntax_t08: MissingCompileTimeError 1723 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
94 Language/Libraries_and_Scripts/top_level_syntax_t09: MissingCompileTimeError 1724 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
95 Language/Libraries_and_Scripts/top_level_syntax_t10: MissingCompileTimeError 1725 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
96 Language/Libraries_and_Scripts/top_level_syntax_t11: MissingCompileTimeError 1726 Language/Mixins/Mixin_Application/wrong_mixin_type_t08: Crash
97 Language/Libraries_and_Scripts/top_level_syntax_t12: MissingCompileTimeError 1727 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
98 Language/Libraries_and_Scripts/top_level_syntax_t13: MissingCompileTimeError 1728 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
99 Language/Libraries_and_Scripts/top_level_syntax_t14: MissingCompileTimeError 1729 Language/Mixins/Mixin_Application/wrong_type_t03: MissingCompileTimeError
100 Language/Libraries_and_Scripts/top_level_syntax_t15: MissingCompileTimeError 1730 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
101 Language/Libraries_and_Scripts/top_level_syntax_t16: MissingCompileTimeError 1731 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
102 Language/Libraries_and_Scripts/top_level_syntax_t17: MissingCompileTimeError 1732 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
103 Language/Libraries_and_Scripts/top_level_syntax_t18: MissingCompileTimeError 1733 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
104 Language/Libraries_and_Scripts/top_level_syntax_t19: MissingCompileTimeError 1734 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
1735 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
1736 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
1737 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
1738 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
1739 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
1740 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
1741 Language/Overview/Privacy/private_and_public_t06: RuntimeError
1742 Language/Overview/Privacy/private_and_public_t09: RuntimeError
1743 Language/Overview/Privacy/private_and_public_t10: RuntimeError
1744 Language/Overview/Privacy/private_and_public_t19: RuntimeError
1745 Language/Overview/Privacy/private_and_public_t20: RuntimeError
1746 Language/Overview/Scoping/conflicting_names_t04: DartkCrash
1747 Language/Overview/Scoping/conflicting_names_t11: DartkCrash
1748 Language/Overview/Scoping/conflicting_names_t16: Crash
1749 Language/Overview/Scoping/conflicting_names_t17: Crash
1750 Language/Overview/Scoping/conflicting_names_t18: Crash
1751 Language/Overview/Scoping/conflicting_names_t25: Crash
1752 Language/Overview/Scoping/conflicting_names_t26: Crash
1753 Language/Overview/Scoping/conflicting_names_t27: Crash
1754 Language/Overview/Scoping/conflicting_names_t31: MissingCompileTimeError
1755 Language/Overview/Scoping/conflicting_names_t32: MissingCompileTimeError
1756 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError
1757 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError
1758 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
1759 Language/Overview/Scoping/conflicting_names_t37: Crash
1760 Language/Overview/Scoping/conflicting_names_t38: Crash
1761 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
1762 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
1763 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
1764 Language/Overview/Scoping/conflicting_names_t44: Crash
1765 Language/Overview/Scoping/hiding_declaration_t16: Crash
1766 Language/Overview/Scoping/hiding_declaration_t28: DartkCrash
1767 Language/Reference/Lexical_Rules/Comments/documentation_t02: Crash
1768 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
1769 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
1770 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
1771 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
1772 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
1773 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
1774 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
1775 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
1776 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
1777 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash
1778 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
1779 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
1780 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
1781 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
1782 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
1783 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
1784 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
1785 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
1786 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
1787 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
1788 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
1789 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
105 Language/Statements/Assert/syntax_t04: MissingCompileTimeError 1790 Language/Statements/Assert/syntax_t04: MissingCompileTimeError
106 Language/Statements/Break/label_t03: MissingCompileTimeError 1791 Language/Statements/Break/label_t11: DartkCrash
107 Language/Statements/Break/label_t04: MissingCompileTimeError 1792 Language/Statements/Break/label_t12: DartkCrash
1793 Language/Statements/Continue/async_loops_t10: DartkCrash
1794 Language/Statements/Continue/label_t03: DartkCrash
1795 Language/Statements/Continue/label_t06: MissingCompileTimeError
108 Language/Statements/Continue/label_t07: MissingCompileTimeError 1796 Language/Statements/Continue/label_t07: MissingCompileTimeError
1797 Language/Statements/Continue/label_t08: MissingCompileTimeError
1798 Language/Statements/Continue/label_t09: MissingCompileTimeError
1799 Language/Statements/Continue/label_t10: MissingCompileTimeError
1800 Language/Statements/Continue/label_t11: MissingCompileTimeError
1801 Language/Statements/Continue/label_t14: DartkCrash
1802 Language/Statements/Continue/label_t17: DartkCrash
1803 Language/Statements/Do/execution_t04: Crash
1804 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
1805 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
1806 Language/Statements/For/syntax_t07: RuntimeError
1807 Language/Statements/For/syntax_t09: MissingCompileTimeError
1808 Language/Statements/For/syntax_t12: MissingCompileTimeError
1809 Language/Statements/For/syntax_t13: MissingCompileTimeError
1810 Language/Statements/For/syntax_t16: MissingCompileTimeError
1811 Language/Statements/For/syntax_t19: MissingCompileTimeError
1812 Language/Statements/For/syntax_t20: MissingCompileTimeError
1813 Language/Statements/If/execution_t03: Crash
1814 Language/Statements/Labels/namespace_t01: DartkCrash
1815 Language/Statements/Labels/scope_t05: MissingCompileTimeError
1816 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
1817 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
1818 Language/Statements/Local_Function_Declaration/syntax_t05: MissingCompileTimeErr or
1819 Language/Statements/Local_Function_Declaration/syntax_t06: MissingCompileTimeErr or
1820 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
1821 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
1822 Language/Statements/Rethrow/on_catch_clause_t01: Crash
1823 Language/Statements/Rethrow/on_catch_clause_t02: Crash
1824 Language/Statements/Return/generator_function_t01: MissingCompileTimeError
1825 Language/Statements/Return/generator_function_t02: MissingCompileTimeError
1826 Language/Statements/Return/generator_function_t03: MissingCompileTimeError
1827 Language/Statements/Return/generator_function_t04: MissingCompileTimeError
1828 Language/Statements/Return/generator_function_t05: MissingCompileTimeError
1829 Language/Statements/Return/generator_function_t06: MissingCompileTimeError
1830 Language/Statements/Return/generator_function_t07: MissingCompileTimeError
1831 Language/Statements/Return/generator_function_t08: MissingCompileTimeError
1832 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
1833 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
1834 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
1835 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
1836 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
1837 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
1838 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
1839 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
1840 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
1841 Language/Statements/Try/malformed_type_t04: RuntimeError
1842 Language/Statements/Try/syntax_t06: MissingCompileTimeError
1843 Language/Statements/Try/syntax_t13: MissingCompileTimeError
1844 Language/Statements/Try/syntax_t15: Crash
1845 Language/Statements/While/execution_t03: Crash
1846 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
1847 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
1848 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
1849 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
1850 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
1851 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
1852 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
1853 Language/Types/Static_Types/malformed_type_t01: RuntimeError
1854 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
1855 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
1856 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
1857 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
1858 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
1859 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
1860 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
1861 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
1862 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror
1863 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
1864 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
1865 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
1866 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
1867 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
1868 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
1869 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
1870 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
1871 Language/Variables/constant_initialization_t01: MissingCompileTimeError
1872 Language/Variables/constant_initialization_t02: MissingCompileTimeError
1873 Language/Variables/constant_variable_t03: RuntimeError
1874 Language/Variables/constant_variable_t04: RuntimeError
1875 Language/Variables/constant_variable_t05: MissingCompileTimeError
1876 Language/Variables/constant_variable_t06: MissingCompileTimeError
1877 Language/Variables/constant_variable_t07: MissingCompileTimeError
1878 Language/Variables/constant_variable_t08: MissingCompileTimeError
1879 Language/Variables/constant_variable_t10: RuntimeError
109 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError 1880 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
110 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 1881 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
111 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 1882 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
112 Language/Variables/final_t04: MissingCompileTimeError 1883 Language/Variables/final_t04: MissingCompileTimeError
113 Language/Variables/final_t05: MissingCompileTimeError 1884 Language/Variables/final_t05: MissingCompileTimeError
114 Language/Variables/final_t06: MissingCompileTimeError 1885 Language/Variables/final_t06: MissingCompileTimeError
115 Language/Variables/final_t07: MissingCompileTimeError 1886 Language/Variables/final_t07: MissingCompileTimeError
1887 Language/Variables/local_variable_t01: MissingCompileTimeError
1888 Language/Variables/local_variable_t04: MissingCompileTimeError
1889 Language/Variables/local_variable_t05: MissingCompileTimeError
1890 Language/Variables/syntax_t04: MissingCompileTimeError
1891 Language/Variables/syntax_t05: MissingCompileTimeError
1892 Language/Variables/syntax_t08: MissingCompileTimeError
1893 Language/Variables/syntax_t12: MissingCompileTimeError
1894 Language/Variables/syntax_t13: MissingCompileTimeError
1895 Language/Variables/syntax_t14: MissingCompileTimeError
1896 LibTest/async/Future/catchError_A03_t05: Crash
1897 LibTest/async/Future/then_A05_t01: Crash
1898 LibTest/async/Stream/Stream.fromFutures_A01_t01: DartkCrash
1899 LibTest/async/Stream/Stream.fromFutures_A01_t02: DartkCrash
1900 LibTest/async/Stream/Stream.fromFutures_A02_t01: DartkCrash
1901 LibTest/async/Stream/Stream.fromFutures_A02_t02: DartkCrash
1902 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
1903 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
1904 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
1905 LibTest/async/Zone/bindCallback_A01_t01: Crash
1906 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
1907 LibTest/async/Zone/current_A01_t01: Crash
1908 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
1909 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
1910 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
1911 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
1912 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
1913 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
1914 LibTest/async/Zone/parent_A01_t01: Crash
1915 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
1916 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
1917 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
1918 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
1919 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
1920 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
1921 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
1922 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
1923 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
1924 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
1925 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
1926 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
1927 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
1928 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
1929 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
1930 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
1931 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
116 1932
117 # dartk: JIT failures 1933 # dartk: JIT failures
118 [ $compiler == dartk && $runtime == vm ] 1934 [ $compiler == dartk && $runtime == vm ]
1935 Language/Classes/Getters/syntax_t06: MissingCompileTimeError
1936 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
1937 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
119 Language/Expressions/Constants/exception_t01: Crash 1938 Language/Expressions/Constants/exception_t01: Crash
120 Language/Expressions/Constants/exception_t02: Crash 1939 Language/Expressions/Constants/exception_t02: Crash
1940 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError
1941 Language/Metadata/before_class_t01: RuntimeError
1942 Language/Metadata/before_ctor_t01: RuntimeError
1943 Language/Metadata/before_ctor_t02: RuntimeError
1944 Language/Metadata/before_factory_t01: RuntimeError
1945 Language/Metadata/before_function_t01: RuntimeError
1946 Language/Metadata/before_function_t02: RuntimeError
1947 Language/Metadata/before_function_t03: RuntimeError
1948 Language/Metadata/before_function_t04: RuntimeError
1949 Language/Metadata/before_function_t05: RuntimeError
1950 Language/Metadata/before_function_t06: RuntimeError
1951 Language/Metadata/before_function_t07: RuntimeError
1952 Language/Metadata/before_type_param_t01: CompileTimeError
1953 Language/Metadata/compilation_t01: MissingCompileTimeError
1954 Language/Metadata/compilation_t02: MissingCompileTimeError
1955 Language/Metadata/compilation_t03: MissingCompileTimeError
1956 Language/Metadata/compilation_t04: MissingCompileTimeError
1957 Language/Metadata/compilation_t08: MissingCompileTimeError
1958 Language/Metadata/compilation_t09: MissingCompileTimeError
1959 Language/Metadata/compilation_t10: MissingCompileTimeError
1960 Language/Metadata/compilation_t11: MissingCompileTimeError
121 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash 1961 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash
1962 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
1963 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
1964 Language/Statements/Labels/scope_t01: CompileTimeError
1965 Language/Statements/Labels/scope_t07: CompileTimeError
1966 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
1967 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
1968 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
1969 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
1970 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
122 1971
123 # dartk: precompilation failures 1972 # dartk: precompilation failures
124 [ $compiler == dartkp && $runtime == dart_precompiled ] 1973 [ $compiler == dartkp && $runtime == dart_precompiled ]
125 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError 1974 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError
126 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError 1975 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError
1976 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError
1977 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError
1978 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError
1979 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError
1980 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError
1981 Language/Classes/Constructors/Generative_Constructors/initializers_t08: MissingC ompileTimeError
1982 Language/Classes/Constructors/Generative_Constructors/initializers_t13: MissingC ompileTimeError
1983 Language/Classes/Constructors/Generative_Constructors/initializers_t14: MissingC ompileTimeError
1984 Language/Classes/Constructors/Generative_Constructors/many_initializers_t01: Mis singCompileTimeError
1985 Language/Classes/Constructors/Generative_Constructors/many_initializers_t02: Mis singCompileTimeError
1986 Language/Classes/Constructors/Generative_Constructors/many_initializers_t03: Mis singCompileTimeError
1987 Language/Classes/Constructors/Generative_Constructors/many_initializers_t04: Mis singCompileTimeError
1988 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 01: MissingCompileTimeError
1989 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 02: MissingCompileTimeError
1990 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 03: MissingCompileTimeError
1991 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 04: MissingCompileTimeError
1992 Language/Classes/Getters/syntax_t06: Crash
1993 Language/Classes/same_name_member_and_class_t02: MissingCompileTimeError
1994 Language/Classes/same_name_member_and_class_t04: MissingCompileTimeError
1995 Language/Expressions/Additive_Expressions/syntax_t15: MissingCompileTimeError
1996 Language/Expressions/Additive_Expressions/syntax_t16: MissingCompileTimeError
1997 Language/Expressions/Assignable_Expressions/syntax_t17: MissingCompileTimeError
1998 Language/Expressions/Assignable_Expressions/syntax_t21: MissingCompileTimeError
1999 Language/Expressions/Assignable_Expressions/syntax_t22: MissingCompileTimeError
2000 Language/Expressions/Assignable_Expressions/syntax_t24: MissingCompileTimeError
2001 Language/Expressions/Assignable_Expressions/syntax_t25: MissingCompileTimeError
2002 Language/Expressions/Assignment/prefix_object_t01: MissingCompileTimeError
2003 Language/Expressions/Assignment/prefix_object_t02: MissingCompileTimeError
2004 Language/Expressions/Bitwise_Expressions/syntax_t02: MissingCompileTimeError
2005 Language/Expressions/Conditional/syntax_t02: MissingCompileTimeError
2006 Language/Expressions/Conditional/syntax_t03: MissingCompileTimeError
2007 Language/Expressions/Constants/depending_on_itself_t01: Crash
2008 Language/Expressions/Constants/depending_on_itself_t02: Crash
2009 Language/Expressions/Constants/static_method_t03: Crash
2010 Language/Expressions/Equality/syntax_t02: MissingCompileTimeError
2011 Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_in vocation_t01: MissingCompileTimeError
2012 Language/Expressions/Identifier_Reference/evaluation_prefix_t01: MissingCompileT imeError
2013 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing CompileTimeError
2014 Language/Expressions/Logical_Boolean_Expressions/syntax_t02: MissingCompileTimeE rror
2015 Language/Expressions/Logical_Boolean_Expressions/syntax_t03: MissingCompileTimeE rror
2016 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01: MissingC ompileTimeError
2017 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04: MissingC ompileTimeError
2018 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05: MissingC ompileTimeError
2019 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06: MissingC ompileTimeError
2020 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07: MissingC ompileTimeError
2021 Language/Expressions/Multiplicative_Expressions/syntax_t26: MissingCompileTimeEr ror
2022 Language/Expressions/Relational_Expressions/syntax_t24: MissingCompileTimeError
2023 Language/Expressions/Shift/syntax_t08: MissingCompileTimeError
2024 Language/Expressions/This/definition_t05: MissingCompileTimeError
2025 Language/Expressions/This/placement_t01: MissingCompileTimeError
2026 Language/Expressions/This/placement_t03: MissingCompileTimeError
2027 Language/Expressions/This/placement_t05: MissingCompileTimeError
2028 Language/Expressions/This/placement_t06: MissingCompileTimeError
2029 Language/Expressions/This/placement_t07: MissingCompileTimeError
2030 Language/Expressions/This/placement_t08: MissingCompileTimeError
2031 Language/Overview/Privacy/private_and_public_t04: RuntimeError
2032 Language/Overview/Scoping/conflicting_names_t43: Crash
2033 Language/Overview/Scoping/hiding_declaration_t11: Crash
2034 Language/Overview/Scoping/hiding_declaration_t12: Crash
2035 Language/Statements/Break/label_t01: MissingCompileTimeError
2036 Language/Statements/Break/label_t02: MissingCompileTimeError
2037 Language/Statements/Break/label_t03: MissingCompileTimeError
2038 Language/Statements/Break/label_t04: MissingCompileTimeError
2039 Language/Statements/Break/label_t05: MissingCompileTimeError
2040 Language/Statements/Break/label_t06: MissingCompileTimeError
2041 Language/Statements/Break/label_t07: MissingCompileTimeError
2042 Language/Statements/Break/label_t08: MissingCompileTimeError
2043 Language/Statements/Break/label_t09: MissingCompileTimeError
2044 Language/Statements/Break/label_t10: MissingCompileTimeError
2045 Language/Statements/Continue/label_t01: MissingCompileTimeError
2046 Language/Statements/Continue/label_t02: MissingCompileTimeError
2047 Language/Statements/Continue/label_t04: MissingCompileTimeError
2048 Language/Statements/Continue/label_t05: MissingCompileTimeError
2049 Language/Statements/Continue/label_t15: MissingCompileTimeError
2050 Language/Statements/Continue/label_t16: MissingCompileTimeError
2051 Language/Statements/Labels/scope_t01: RuntimeError
2052 Language/Statements/Labels/scope_t02: MissingCompileTimeError
2053 Language/Statements/Labels/scope_t07: RuntimeError
2054 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError
2055 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError
2056 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError
2057 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
2058 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
2059 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
2060 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
2061 Language/Statements/Try/syntax_t12: MissingCompileTimeError
2062 Language/Variables/final_t03: MissingCompileTimeError
127 2063
128 ############################################################################### 2064 ###############################################################################
129 # VM Entries 2065 # VM Entries
130 ############################################################################### 2066 ###############################################################################
131 2067
132 # dartk: Shared JIT & Precompiled failures 2068 # dartk: Shared JIT & Precompiled failures
133 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 2069 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
2070 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
2071 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
2072 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
2073 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
2074 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
2075 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
2076 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
2077 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
2078 Language/Classes/Constructors/Constant_Constructors/syntax_t03: MissingCompileTi meError
2079 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
2080 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
2081 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
2082 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
2083 Language/Classes/Constructors/Factories/name_t02: DartkCrash
134 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566 2084 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566
2085 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
2086 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
2087 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
2088 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
2089 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
2090 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
2091 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
2092 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
2093 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
135 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566 2094 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566
136 Language/Classes/definition_t23: CompileTimeError # Dartk Issue 28567 2095 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t01: DartkCrash
137 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError # Dartk Issue 28562 2096 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t02: DartkCrash
138 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError # Dartk Issue 28562 2097 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t03: DartkCrash
139 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError # Dartk Issue 28562 2098 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t04: DartkCrash
140 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError # Dartk Issue 28563 2099 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t05: DartkCrash
141 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru ntimeError # Dartk Issue 28563 2100 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t06: DartkCrash
2101 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
2102 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
2103 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
2104 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
2105 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
2106 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash
2107 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash
2108 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
2109 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash
2110 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash
2111 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
2112 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
2113 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
2114 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
2115 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
2116 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
2117 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
2118 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
2119 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
2120 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error
2121 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError
2122 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError
2123 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError
2124 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError
2125 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError
2126 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError
2127 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError
2128 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError
2129 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError
2130 Language/Classes/Instance_Methods/Operators/arity_1_t09: MissingCompileTimeError
2131 Language/Classes/Instance_Methods/Operators/arity_1_t10: MissingCompileTimeError
2132 Language/Classes/Instance_Methods/Operators/arity_1_t11: MissingCompileTimeError
2133 Language/Classes/Instance_Methods/Operators/arity_1_t12: MissingCompileTimeError
2134 Language/Classes/Instance_Methods/Operators/arity_1_t13: MissingCompileTimeError
2135 Language/Classes/Instance_Methods/Operators/arity_1_t14: MissingCompileTimeError
2136 Language/Classes/Instance_Methods/Operators/arity_1_t15: MissingCompileTimeError
2137 Language/Classes/Instance_Methods/Operators/arity_1_t16: MissingCompileTimeError
2138 Language/Classes/Instance_Methods/Operators/arity_1_t17: MissingCompileTimeError
2139 Language/Classes/Instance_Methods/Operators/arity_1_t18: MissingCompileTimeError
2140 Language/Classes/Instance_Methods/Operators/arity_2_t01: MissingCompileTimeError
2141 Language/Classes/Instance_Methods/Operators/arity_2_t02: MissingCompileTimeError
2142 Language/Classes/Instance_Methods/Operators/optional_parameter_t01: MissingCompi leTimeError
2143 Language/Classes/Instance_Methods/Operators/optional_parameter_t02: MissingCompi leTimeError
2144 Language/Classes/Instance_Methods/Operators/optional_parameter_t03: MissingCompi leTimeError
2145 Language/Classes/Instance_Methods/Operators/optional_parameter_t04: MissingCompi leTimeError
2146 Language/Classes/Instance_Methods/Operators/optional_parameter_t06: MissingCompi leTimeError
2147 Language/Classes/Instance_Methods/Operators/optional_parameter_t08: MissingCompi leTimeError
2148 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError
2149 Language/Classes/Instance_Methods/same_name_setter_t01: CompileTimeError
2150 Language/Classes/Instance_Variables/constant_t01: MissingCompileTimeError
2151 Language/Classes/Setters/name_t01: CompileTimeError
2152 Language/Classes/Setters/name_t02: CompileTimeError
2153 Language/Classes/Setters/name_t07: CompileTimeError
2154 Language/Classes/Setters/parameter_t01: MissingCompileTimeError
2155 Language/Classes/Setters/parameter_t02: MissingCompileTimeError
2156 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
2157 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
2158 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
2159 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
2160 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
2161 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
2162 Language/Classes/Setters/static_setter_t05: RuntimeError
2163 Language/Classes/Setters/static_setter_t06: DartkCrash
2164 Language/Classes/Setters/syntax_t01: RuntimeError
2165 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
2166 Language/Classes/Setters/syntax_t04: RuntimeError
2167 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
2168 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
2169 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
2170 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
2171 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
2172 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
2173 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
2174 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
2175 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
2176 Language/Classes/Superclasses/wrong_superclass_t07: Crash
2177 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
2178 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
2179 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
2180 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
2181 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
2182 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
2183 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
2184 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
2185 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
2186 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
2187 Language/Classes/declarations_t02: MissingCompileTimeError
2188 Language/Classes/declarations_t03: MissingCompileTimeError
2189 Language/Classes/declarations_t04: MissingCompileTimeError
2190 Language/Classes/declarations_t06: MissingCompileTimeError
2191 Language/Classes/declarations_t08: MissingCompileTimeError
2192 Language/Classes/declarations_t33: MissingCompileTimeError
2193 Language/Classes/definition_t23: RuntimeError
2194 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
2195 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
2196 Language/Classes/same_name_type_variable_t01: MissingCompileTimeError
2197 Language/Classes/same_name_type_variable_t02: MissingCompileTimeError
2198 Language/Classes/same_name_type_variable_t03: MissingCompileTimeError
2199 Language/Classes/same_name_type_variable_t05: MissingCompileTimeError
2200 Language/Classes/same_name_type_variable_t06: MissingCompileTimeError
2201 Language/Classes/same_name_type_variable_t08: MissingCompileTimeError
2202 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
2203 Language/Enums/restrictions_t01: Crash
2204 Language/Enums/restrictions_t02: MissingCompileTimeError
2205 Language/Enums/restrictions_t03: MissingCompileTimeError
2206 Language/Enums/restrictions_t04: MissingCompileTimeError
2207 Language/Enums/restrictions_t05: MissingCompileTimeError
2208 Language/Enums/restrictions_t06: MissingCompileTimeError
2209 Language/Enums/restrictions_t07: MissingCompileTimeError
2210 Language/Enums/restrictions_t08: MissingCompileTimeError
2211 Language/Expressions/Assignable_Expressions/syntax_t04: DartkCrash
2212 Language/Expressions/Assignable_Expressions/syntax_t05: DartkCrash
2213 Language/Expressions/Assignable_Expressions/syntax_t23: DartkCrash
2214 Language/Expressions/Assignment/expression_assignment_failed_t03: RuntimeError
2215 Language/Expressions/Assignment/expression_assignment_t07: RuntimeError
2216 Language/Expressions/Assignment/no_such_method_t01: RuntimeError
2217 Language/Expressions/Assignment/no_such_method_t02: RuntimeError
2218 Language/Expressions/Assignment/no_such_method_t03: RuntimeError
2219 Language/Expressions/Assignment/no_such_method_t04: RuntimeError
2220 Language/Expressions/Assignment/no_such_method_t05: RuntimeError
2221 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
2222 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
2223 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
2224 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
2225 Language/Expressions/Assignment/static_type_t05: RuntimeError
2226 Language/Expressions/Assignment/static_type_t06: RuntimeError
2227 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
2228 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
2229 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
2230 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
2231 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
2232 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
2233 Language/Expressions/Await_Expressions/syntax_t06: Crash
2234 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
2235 Language/Expressions/Constants/bitwise_operators_t02: Crash
2236 Language/Expressions/Constants/bitwise_operators_t03: Crash
2237 Language/Expressions/Constants/bitwise_operators_t04: Crash
2238 Language/Expressions/Constants/bitwise_operators_t05: Crash
2239 Language/Expressions/Constants/bitwise_operators_t06: Crash
2240 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
2241 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
2242 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
2243 Language/Expressions/Constants/depending_on_itself_t03: Crash
2244 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError
2245 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
2246 Language/Expressions/Constants/exception_t03: Crash
2247 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
2248 Language/Expressions/Constants/identical_t02: Crash
2249 Language/Expressions/Constants/identical_t03: MissingCompileTimeError
2250 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash
2251 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
2252 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
2253 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
2254 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError
2255 Language/Expressions/Constants/literal_string_t04: Crash
2256 Language/Expressions/Constants/literal_string_t05: MissingCompileTimeError
2257 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
2258 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
2259 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
2260 Language/Expressions/Constants/math_operators_t02: Crash
2261 Language/Expressions/Constants/math_operators_t03: Crash
2262 Language/Expressions/Constants/math_operators_t04: Crash
2263 Language/Expressions/Constants/math_operators_t05: Crash
2264 Language/Expressions/Constants/no_other_constant_expressions_t06: MissingCompile TimeError
2265 Language/Expressions/Constants/no_other_constant_expressions_t07: MissingCompile TimeError
2266 Language/Expressions/Constants/no_other_constant_expressions_t08: Crash
2267 Language/Expressions/Constants/no_other_constant_expressions_t09: MissingCompile TimeError
2268 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
2269 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
2270 Language/Expressions/Constants/no_other_constant_expressions_t12: Crash
2271 Language/Expressions/Constants/no_other_constant_expressions_t13: Crash
2272 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
2273 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
2274 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
2275 Language/Expressions/Constants/no_other_constant_expressions_t18: Crash
2276 Language/Expressions/Constants/no_other_constant_expressions_t20: Crash
2277 Language/Expressions/Constants/no_other_constant_expressions_t21: Crash
2278 Language/Expressions/Constants/no_other_constant_expressions_t31: Crash
2279 Language/Expressions/Constants/static_constant_t02: MissingCompileTimeError
2280 Language/Expressions/Constants/static_constant_t03: Crash
2281 Language/Expressions/Constants/static_constant_t04: MissingCompileTimeError
2282 Language/Expressions/Constants/static_constant_t06: MissingCompileTimeError
2283 Language/Expressions/Constants/static_constant_t07: MissingCompileTimeError
2284 Language/Expressions/Constants/static_method_t02: Crash
2285 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
2286 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
2287 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
2288 Language/Expressions/Constants/top_level_function_t01: Crash
2289 Language/Expressions/Constants/top_level_function_t02: Crash
2290 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
2291 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
2292 Language/Expressions/Function_Expressions/syntax_t03: MissingCompileTimeError
2293 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t02: DartkCrash
2294 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t03: DartkCrash
2295 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
2296 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
2297 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
2298 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
2299 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
2300 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
2301 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
2302 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
2303 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError
2304 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError
2305 Language/Expressions/Identifier_Reference/built_in_identifier_t08: MissingCompil eTimeError
2306 Language/Expressions/Identifier_Reference/built_in_identifier_t09: MissingCompil eTimeError
2307 Language/Expressions/Identifier_Reference/built_in_identifier_t10: MissingCompil eTimeError
2308 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
2309 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
2310 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
2311 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
2312 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
2313 Language/Expressions/Identifier_Reference/syntax_t07: MissingCompileTimeError
2314 Language/Expressions/Identifier_Reference/syntax_t08: MissingCompileTimeError
2315 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
2316 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
2317 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
2318 Language/Expressions/Instance_Creation/Const/accessibility_t03: DartkCrash
2319 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
2320 Language/Expressions/Instance_Creation/Const/accessibility_t05: DartkCrash
2321 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
2322 Language/Expressions/Instance_Creation/Const/accessibility_t07: MissingCompileTi meError
2323 Language/Expressions/Instance_Creation/Const/arguments_t01: MissingCompileTimeEr ror
2324 Language/Expressions/Instance_Creation/Const/arguments_t02: MissingCompileTimeEr ror
2325 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
2326 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError
2327 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
2328 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError
2329 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError
2330 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError
2331 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
2332 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError
2333 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
2334 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
2335 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
2336 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
2337 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
142 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564 2338 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564
143 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 2339 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
144 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 2340 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
145 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError # Dartk I ssue 28563 2341 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
146 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m ember_t05: RuntimeError # Dartk Issue 28562 2342 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
2343 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
2344 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
2345 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
2346 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
2347 Language/Expressions/Lists/constant_list_t02: Crash
2348 Language/Expressions/Maps/constant_map_key_value_t01: Crash
2349 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
2350 Language/Expressions/Maps/constant_map_t01: Crash
2351 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
2352 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
2353 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
2354 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t02: DartkCra sh
2355 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t03: DartkCra sh
2356 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t04: DartkCra sh
147 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562 2357 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562
2358 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
148 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562 2359 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562
2360 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t02: DartkCras h
2361 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t03: DartkCras h
2362 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
2363 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
2364 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
2365 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
2366 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
2367 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
2368 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
2369 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
2370 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
2371 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
2372 Language/Expressions/Numbers/extend_or_implement_double_t06: MissingCompileTimeE rror
2373 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
2374 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
2375 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
2376 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
2377 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
2378 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
2379 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
2380 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
2381 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
2382 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
2383 Language/Expressions/This/placement_t04: MissingCompileTimeError
2384 Language/Expressions/Throw/no_catch_clause_t01: Crash
2385 Language/Expressions/Throw/no_catch_clause_t02: Crash
2386 Language/Expressions/Throw/no_catch_clause_t03: Crash
2387 Language/Expressions/Throw/no_catch_clause_t04: Crash
2388 Language/Expressions/Throw/no_catch_clause_t05: Crash
2389 Language/Expressions/Throw/no_catch_clause_t06: Crash
2390 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
2391 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
2392 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
2393 Language/Expressions/Type_Cast/syntax_t02: MissingCompileTimeError
2394 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
2395 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
149 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 2396 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
2397 Language/Expressions/Unary_Expressions/syntax_t06: DartkCrash
2398 Language/Expressions/Unary_Expressions/syntax_t07: DartkCrash
2399 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
2400 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
150 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 2401 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
2402 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
2403 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
2404 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
2405 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
2406 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
2407 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
2408 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
2409 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
2410 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
2411 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
2412 Language/Functions/Formal_Parameters/Required_Formals/syntax_t10: DartkCrash
2413 Language/Functions/Formal_Parameters/Required_Formals/syntax_t11: DartkCrash
2414 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
2415 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
2416 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
2417 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
2418 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
2419 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
2420 Language/Functions/Formal_Parameters/syntax_t06: DartkCrash
2421 Language/Functions/Formal_Parameters/syntax_t13: DartkCrash
2422 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
2423 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
2424 Language/Functions/ctor_modifier_t03: MissingCompileTimeError
2425 Language/Functions/ctor_modifier_t04: MissingCompileTimeError
2426 Language/Functions/ctor_modifier_t09: MissingCompileTimeError
2427 Language/Functions/ctor_modifier_t10: MissingCompileTimeError
2428 Language/Functions/ctor_modifier_t15: MissingCompileTimeError
2429 Language/Functions/ctor_modifier_t16: MissingCompileTimeError
2430 Language/Functions/setter_modifier_t01: MissingCompileTimeError
2431 Language/Functions/setter_modifier_t02: MissingCompileTimeError
2432 Language/Functions/setter_modifier_t03: MissingCompileTimeError
2433 Language/Functions/setter_modifier_t04: MissingCompileTimeError
2434 Language/Functions/setter_modifier_t05: MissingCompileTimeError
2435 Language/Functions/setter_modifier_t06: MissingCompileTimeError
2436 Language/Functions/syntax_t05: MissingCompileTimeError
2437 Language/Functions/syntax_t31: MissingCompileTimeError
2438 Language/Functions/syntax_t39: MissingCompileTimeError
2439 Language/Functions/syntax_t40: MissingCompileTimeError
2440 Language/Generics/malformed_t01: RuntimeError
2441 Language/Generics/syntax_t17: CompileTimeError
2442 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError
2443 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError
2444 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError
2445 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
2446 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
2447 Language/Libraries_and_Scripts/Exports/implicit_hide_t01: DartkCrash
2448 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
151 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries) 2449 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries)
152 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries) 2450 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries)
153 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError # Kernel Issue 28335 (deferred libraries) 2451 Language/Libraries_and_Scripts/Imports/implicit_hide_t01: DartkCrash
2452 Language/Libraries_and_Scripts/Imports/implicit_hide_t02: DartkCrash
2453 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
2454 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: DartkCrash
2455 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: DartkCrash
2456 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
2457 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
2458 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
2459 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
2460 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
2461 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
2462 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
2463 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
2464 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
2465 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
2466 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
2467 Language/Libraries_and_Scripts/Imports/syntax_t02: DartkCrash
2468 Language/Libraries_and_Scripts/Imports/syntax_t03: DartkCrash
2469 Language/Libraries_and_Scripts/Imports/syntax_t04: DartkCrash
2470 Language/Libraries_and_Scripts/Imports/syntax_t11: DartkCrash
2471 Language/Libraries_and_Scripts/Imports/syntax_t13: DartkCrash
2472 Language/Libraries_and_Scripts/Imports/syntax_t18: DartkCrash
2473 Language/Libraries_and_Scripts/Imports/syntax_t20: DartkCrash
2474 Language/Libraries_and_Scripts/Imports/syntax_t21: DartkCrash
2475 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
2476 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
2477 Language/Libraries_and_Scripts/Parts/compilation_t01: DartkCrash
2478 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
2479 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
2480 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
2481 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
2482 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
2483 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
2484 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
2485 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
2486 Language/Libraries_and_Scripts/Parts/syntax_t05: DartkCrash
2487 Language/Libraries_and_Scripts/Parts/syntax_t07: DartkCrash
2488 Language/Libraries_and_Scripts/Parts/syntax_t08: DartkCrash
2489 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
2490 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
2491 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
2492 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
2493 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
2494 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
2495 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
2496 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
2497 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError
2498 Language/Libraries_and_Scripts/private_access_t03: RuntimeError
2499 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
2500 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
2501 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
2502 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
2503 Language/Mixins/Mixin_Application/wrong_mixin_type_t03: MissingCompileTimeError
2504 Language/Mixins/Mixin_Application/wrong_mixin_type_t04: MissingCompileTimeError
2505 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
2506 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
2507 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
2508 Language/Mixins/Mixin_Application/wrong_mixin_type_t08: Crash
2509 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
2510 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
2511 Language/Mixins/Mixin_Application/wrong_type_t03: MissingCompileTimeError
2512 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
2513 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
2514 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
2515 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
2516 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
2517 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
2518 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
2519 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
2520 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
2521 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
2522 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
2523 Language/Overview/Privacy/private_and_public_t06: RuntimeError
2524 Language/Overview/Privacy/private_and_public_t09: RuntimeError
2525 Language/Overview/Privacy/private_and_public_t10: RuntimeError
2526 Language/Overview/Privacy/private_and_public_t19: RuntimeError
2527 Language/Overview/Privacy/private_and_public_t20: RuntimeError
2528 Language/Overview/Scoping/conflicting_names_t04: DartkCrash
2529 Language/Overview/Scoping/conflicting_names_t11: DartkCrash
2530 Language/Overview/Scoping/conflicting_names_t16: Crash
2531 Language/Overview/Scoping/conflicting_names_t17: Crash
2532 Language/Overview/Scoping/conflicting_names_t18: Crash
2533 Language/Overview/Scoping/conflicting_names_t25: Crash
2534 Language/Overview/Scoping/conflicting_names_t26: Crash
2535 Language/Overview/Scoping/conflicting_names_t27: Crash
2536 Language/Overview/Scoping/conflicting_names_t31: MissingCompileTimeError
2537 Language/Overview/Scoping/conflicting_names_t32: MissingCompileTimeError
2538 Language/Overview/Scoping/conflicting_names_t33: MissingCompileTimeError
2539 Language/Overview/Scoping/conflicting_names_t34: MissingCompileTimeError
2540 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
2541 Language/Overview/Scoping/conflicting_names_t37: Crash
2542 Language/Overview/Scoping/conflicting_names_t38: Crash
2543 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
2544 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
2545 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
2546 Language/Overview/Scoping/conflicting_names_t44: Crash
2547 Language/Overview/Scoping/hiding_declaration_t16: Crash
2548 Language/Overview/Scoping/hiding_declaration_t28: DartkCrash
2549 Language/Reference/Lexical_Rules/Comments/documentation_t02: Crash
2550 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
2551 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
2552 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
2553 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
2554 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
2555 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
2556 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
2557 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
2558 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
2559 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash
2560 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
2561 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
2562 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
2563 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
2564 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
2565 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
2566 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
2567 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
2568 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
2569 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
2570 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
2571 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
2572 Language/Statements/Break/label_t11: DartkCrash
2573 Language/Statements/Break/label_t12: DartkCrash
2574 Language/Statements/Continue/async_loops_t10: DartkCrash
2575 Language/Statements/Continue/label_t03: DartkCrash
2576 Language/Statements/Continue/label_t06: MissingCompileTimeError
2577 Language/Statements/Continue/label_t08: MissingCompileTimeError
2578 Language/Statements/Continue/label_t09: MissingCompileTimeError
2579 Language/Statements/Continue/label_t10: MissingCompileTimeError
2580 Language/Statements/Continue/label_t11: MissingCompileTimeError
2581 Language/Statements/Continue/label_t14: DartkCrash
2582 Language/Statements/Continue/label_t17: DartkCrash
2583 Language/Statements/Do/execution_t04: Crash
2584 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
2585 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
2586 Language/Statements/For/syntax_t07: RuntimeError
2587 Language/Statements/For/syntax_t09: MissingCompileTimeError
2588 Language/Statements/For/syntax_t12: MissingCompileTimeError
2589 Language/Statements/For/syntax_t13: MissingCompileTimeError
2590 Language/Statements/For/syntax_t16: MissingCompileTimeError
2591 Language/Statements/For/syntax_t19: MissingCompileTimeError
2592 Language/Statements/For/syntax_t20: MissingCompileTimeError
2593 Language/Statements/If/execution_t03: Crash
2594 Language/Statements/Labels/namespace_t01: DartkCrash
2595 Language/Statements/Labels/scope_t05: MissingCompileTimeError
2596 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
2597 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
2598 Language/Statements/Local_Function_Declaration/syntax_t05: MissingCompileTimeErr or
2599 Language/Statements/Local_Function_Declaration/syntax_t06: MissingCompileTimeErr or
2600 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
2601 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
2602 Language/Statements/Rethrow/on_catch_clause_t01: Crash
2603 Language/Statements/Rethrow/on_catch_clause_t02: Crash
2604 Language/Statements/Return/generator_function_t01: MissingCompileTimeError
2605 Language/Statements/Return/generator_function_t02: MissingCompileTimeError
2606 Language/Statements/Return/generator_function_t03: MissingCompileTimeError
2607 Language/Statements/Return/generator_function_t04: MissingCompileTimeError
2608 Language/Statements/Return/generator_function_t05: MissingCompileTimeError
2609 Language/Statements/Return/generator_function_t06: MissingCompileTimeError
2610 Language/Statements/Return/generator_function_t07: MissingCompileTimeError
2611 Language/Statements/Return/generator_function_t08: MissingCompileTimeError
2612 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
2613 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
2614 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
2615 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
2616 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
2617 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
2618 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
2619 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
2620 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
154 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410 2621 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410
2622 Language/Statements/Try/malformed_type_t04: RuntimeError
2623 Language/Statements/Try/syntax_t06: MissingCompileTimeError
2624 Language/Statements/Try/syntax_t13: MissingCompileTimeError
2625 Language/Statements/Try/syntax_t15: Crash
2626 Language/Statements/While/execution_t03: Crash
2627 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
2628 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
2629 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
2630 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
2631 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
2632 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
2633 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
155 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries) 2634 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
2635 Language/Types/Static_Types/malformed_type_t01: RuntimeError
2636 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
2637 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
2638 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
2639 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
2640 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
2641 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
2642 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
2643 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
2644 Language/Types/Type_Declarations/Typedef/self_reference_t10: MissingCompileTimeE rror
2645 Language/Types/Type_Declarations/Typedef/self_reference_t11: MissingCompileTimeE rror
2646 Language/Types/Type_Declarations/Typedef/self_reference_t12: MissingCompileTimeE rror
2647 Language/Types/Type_Declarations/Typedef/self_reference_t13: MissingCompileTimeE rror
2648 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
2649 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
2650 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
2651 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
2652 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
2653 Language/Variables/constant_initialization_t01: MissingCompileTimeError
2654 Language/Variables/constant_initialization_t02: MissingCompileTimeError
2655 Language/Variables/constant_variable_t03: RuntimeError
2656 Language/Variables/constant_variable_t04: RuntimeError
2657 Language/Variables/constant_variable_t05: MissingCompileTimeError
2658 Language/Variables/constant_variable_t06: MissingCompileTimeError
2659 Language/Variables/constant_variable_t07: MissingCompileTimeError
2660 Language/Variables/constant_variable_t08: MissingCompileTimeError
2661 Language/Variables/constant_variable_t10: RuntimeError
156 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566 2662 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566
157 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566 2663 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566
158 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK 2664 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK
159 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK 2665 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK
160 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK 2666 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK
161 Language/Statements/Labels/syntax_t03: Pass # OK 2667 Language/Statements/Labels/syntax_t03: Pass # OK
162 Language/Statements/Switch/syntax_t02: Pass # OK 2668 Language/Statements/Switch/syntax_t02: Pass # OK
163 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass # OK, Is sue 25732 2669 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass # OK, Is sue 25732
164 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass # OK, Is sue 25732 2670 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass # OK, Is sue 25732
165 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass # OK, Is sue 25732 2671 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass # OK, Is sue 25732
166 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass # OK, I ssue 25732 2672 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass # OK, I ssue 25732
2673 Language/Variables/local_variable_t01: MissingCompileTimeError
2674 Language/Variables/local_variable_t04: MissingCompileTimeError
2675 Language/Variables/local_variable_t05: MissingCompileTimeError
2676 Language/Variables/syntax_t04: MissingCompileTimeError
2677 Language/Variables/syntax_t05: MissingCompileTimeError
2678 Language/Variables/syntax_t08: MissingCompileTimeError
2679 Language/Variables/syntax_t12: MissingCompileTimeError
2680 Language/Variables/syntax_t13: MissingCompileTimeError
2681 Language/Variables/syntax_t14: MissingCompileTimeError
2682 LibTest/async/Future/catchError_A03_t05: Crash
2683 LibTest/async/Future/then_A05_t01: Crash
2684 LibTest/async/Stream/Stream.fromFutures_A01_t01: DartkCrash
2685 LibTest/async/Stream/Stream.fromFutures_A01_t02: DartkCrash
2686 LibTest/async/Stream/Stream.fromFutures_A02_t01: DartkCrash
2687 LibTest/async/Stream/Stream.fromFutures_A02_t02: DartkCrash
2688 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
2689 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
2690 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
2691 LibTest/async/Zone/bindCallback_A01_t01: Crash
2692 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
2693 LibTest/async/Zone/current_A01_t01: Crash
2694 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
2695 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
2696 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
2697 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
2698 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
2699 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
2700 LibTest/async/Zone/parent_A01_t01: Crash
2701 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
2702 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
2703 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
2704 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
2705 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
2706 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
2707 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
2708 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
2709 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
2710 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
2711 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
2712 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
2713 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
2714 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
2715 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
2716 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
2717 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
167 2718
168 # dartk: JIT failures 2719 # dartk: JIT failures
169 [ $compiler == dartk && $runtime == vm ] 2720 [ $compiler == dartk && $runtime == vm ]
2721 Language/Classes/Getters/syntax_t06: MissingCompileTimeError
2722 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
2723 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
2724 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError
170 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 2725 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
171 Language/Expressions/Object_Identity/string_t01: RuntimeError 2726 Language/Expressions/Object_Identity/string_t01: RuntimeError
172 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 2727 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
173 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError 2728 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
174 2729
175 # These tests should throw RuntimeError but they Pass instead. 2730 # These tests should throw RuntimeError but they Pass instead.
176 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass 2731 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
177 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 2732 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
178 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass 2733 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
179 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass 2734 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass
180 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass 2735 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
181 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass 2736 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
182 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 2737 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
2738 Language/Metadata/before_class_t01: RuntimeError
2739 Language/Metadata/before_ctor_t01: RuntimeError
2740 Language/Metadata/before_ctor_t02: RuntimeError
2741 Language/Metadata/before_factory_t01: RuntimeError
2742 Language/Metadata/before_function_t01: RuntimeError
2743 Language/Metadata/before_function_t02: RuntimeError
2744 Language/Metadata/before_function_t03: RuntimeError
2745 Language/Metadata/before_function_t04: RuntimeError
2746 Language/Metadata/before_function_t05: RuntimeError
2747 Language/Metadata/before_function_t06: RuntimeError
2748 Language/Metadata/before_function_t07: RuntimeError
2749 Language/Metadata/before_type_param_t01: CompileTimeError
2750 Language/Metadata/compilation_t01: MissingCompileTimeError
2751 Language/Metadata/compilation_t02: MissingCompileTimeError
2752 Language/Metadata/compilation_t03: MissingCompileTimeError
2753 Language/Metadata/compilation_t04: MissingCompileTimeError
2754 Language/Metadata/compilation_t08: MissingCompileTimeError
2755 Language/Metadata/compilation_t09: MissingCompileTimeError
2756 Language/Metadata/compilation_t10: MissingCompileTimeError
2757 Language/Metadata/compilation_t11: MissingCompileTimeError
2758 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
2759 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
2760 Language/Statements/Labels/scope_t01: CompileTimeError
2761 Language/Statements/Labels/scope_t07: CompileTimeError
2762 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
2763 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
2764 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
2765 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
2766 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
183 2767
184 # dartk: JIT failures (debug) 2768 # dartk: JIT failures (debug)
185 [ $compiler == dartk && $runtime == vm && $mode == debug ] 2769 [ $compiler == dartk && $runtime == vm && $mode == debug ]
186 2770
187 # dartk: precompilation failures 2771 # dartk: precompilation failures
188 [ $compiler == dartkp && $runtime == dart_precompiled ] 2772 [ $compiler == dartkp && $runtime == dart_precompiled ]
2773 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError
2774 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError
2775 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError
2776 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError
2777 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError
2778 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError
2779 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError
2780 Language/Classes/Constructors/Generative_Constructors/initializers_t08: MissingC ompileTimeError
2781 Language/Classes/Constructors/Generative_Constructors/initializers_t13: MissingC ompileTimeError
2782 Language/Classes/Constructors/Generative_Constructors/initializers_t14: MissingC ompileTimeError
2783 Language/Classes/Constructors/Generative_Constructors/many_initializers_t01: Mis singCompileTimeError
2784 Language/Classes/Constructors/Generative_Constructors/many_initializers_t02: Mis singCompileTimeError
2785 Language/Classes/Constructors/Generative_Constructors/many_initializers_t03: Mis singCompileTimeError
2786 Language/Classes/Constructors/Generative_Constructors/many_initializers_t04: Mis singCompileTimeError
2787 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 01: MissingCompileTimeError
2788 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 02: MissingCompileTimeError
2789 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 03: MissingCompileTimeError
2790 Language/Classes/Constructors/Generative_Constructors/not_an_instance_variable_t 04: MissingCompileTimeError
2791 Language/Classes/Getters/syntax_t06: Crash
2792 Language/Classes/same_name_member_and_class_t02: MissingCompileTimeError
2793 Language/Classes/same_name_member_and_class_t04: MissingCompileTimeError
2794 Language/Expressions/Additive_Expressions/syntax_t15: MissingCompileTimeError
2795 Language/Expressions/Additive_Expressions/syntax_t16: MissingCompileTimeError
2796 Language/Expressions/Assignable_Expressions/syntax_t17: MissingCompileTimeError
2797 Language/Expressions/Assignable_Expressions/syntax_t21: MissingCompileTimeError
2798 Language/Expressions/Assignable_Expressions/syntax_t22: MissingCompileTimeError
2799 Language/Expressions/Assignable_Expressions/syntax_t24: MissingCompileTimeError
2800 Language/Expressions/Assignable_Expressions/syntax_t25: MissingCompileTimeError
2801 Language/Expressions/Assignment/prefix_object_t01: MissingCompileTimeError
2802 Language/Expressions/Assignment/prefix_object_t02: MissingCompileTimeError
2803 Language/Expressions/Bitwise_Expressions/syntax_t02: MissingCompileTimeError
2804 Language/Expressions/Conditional/syntax_t02: MissingCompileTimeError
2805 Language/Expressions/Conditional/syntax_t03: MissingCompileTimeError
2806 Language/Expressions/Constants/depending_on_itself_t01: Crash
2807 Language/Expressions/Constants/depending_on_itself_t02: Crash
189 Language/Expressions/Constants/exception_t01: Crash 2808 Language/Expressions/Constants/exception_t01: Crash
190 Language/Expressions/Constants/exception_t02: Crash 2809 Language/Expressions/Constants/exception_t02: Crash
2810 Language/Expressions/Constants/static_method_t03: Crash
2811 Language/Expressions/Equality/syntax_t02: MissingCompileTimeError
2812 Language/Expressions/Function_Invocation/Unqualified_Invocation/prefix_object_in vocation_t01: MissingCompileTimeError
2813 Language/Expressions/Identifier_Reference/evaluation_prefix_t01: MissingCompileT imeError
2814 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing CompileTimeError
2815 Language/Expressions/Logical_Boolean_Expressions/syntax_t02: MissingCompileTimeE rror
2816 Language/Expressions/Logical_Boolean_Expressions/syntax_t03: MissingCompileTimeE rror
2817 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t01: MissingC ompileTimeError
2818 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t04: MissingC ompileTimeError
2819 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t05: MissingC ompileTimeError
2820 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t06: MissingC ompileTimeError
2821 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t07: MissingC ompileTimeError
2822 Language/Expressions/Multiplicative_Expressions/syntax_t26: MissingCompileTimeEr ror
2823 Language/Expressions/Relational_Expressions/syntax_t24: MissingCompileTimeError
2824 Language/Expressions/Shift/syntax_t08: MissingCompileTimeError
2825 Language/Expressions/This/definition_t05: MissingCompileTimeError
2826 Language/Expressions/This/placement_t01: MissingCompileTimeError
2827 Language/Expressions/This/placement_t03: MissingCompileTimeError
2828 Language/Expressions/This/placement_t05: MissingCompileTimeError
2829 Language/Expressions/This/placement_t06: MissingCompileTimeError
2830 Language/Expressions/This/placement_t07: MissingCompileTimeError
2831 Language/Expressions/This/placement_t08: MissingCompileTimeError
2832 Language/Overview/Privacy/private_and_public_t04: RuntimeError
2833 Language/Overview/Scoping/conflicting_names_t43: Crash
2834 Language/Overview/Scoping/hiding_declaration_t11: Crash
2835 Language/Overview/Scoping/hiding_declaration_t12: Crash
2836 Language/Statements/Break/label_t01: MissingCompileTimeError
2837 Language/Statements/Break/label_t02: MissingCompileTimeError
2838 Language/Statements/Break/label_t05: MissingCompileTimeError
2839 Language/Statements/Break/label_t06: MissingCompileTimeError
2840 Language/Statements/Break/label_t07: MissingCompileTimeError
2841 Language/Statements/Break/label_t08: MissingCompileTimeError
2842 Language/Statements/Break/label_t09: MissingCompileTimeError
2843 Language/Statements/Break/label_t10: MissingCompileTimeError
2844 Language/Statements/Continue/label_t01: MissingCompileTimeError
2845 Language/Statements/Continue/label_t02: MissingCompileTimeError
2846 Language/Statements/Continue/label_t04: MissingCompileTimeError
2847 Language/Statements/Continue/label_t05: MissingCompileTimeError
2848 Language/Statements/Continue/label_t15: MissingCompileTimeError
2849 Language/Statements/Continue/label_t16: MissingCompileTimeError
2850 Language/Statements/Labels/scope_t01: RuntimeError
2851 Language/Statements/Labels/scope_t02: MissingCompileTimeError
2852 Language/Statements/Labels/scope_t07: RuntimeError
2853 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError
2854 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError
2855 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError
2856 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
2857 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
2858 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
2859 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
2860 Language/Statements/Try/syntax_t12: MissingCompileTimeError
2861 Language/Variables/final_t03: MissingCompileTimeError
191 2862
192 # dartk: precompilation failures (debug) 2863 # dartk: precompilation failures (debug)
193 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 2864 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
OLDNEW
« no previous file with comments | « no previous file | tests/kernel/kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698