OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. | |
6 # Analyzer does, but only when "--strong" is used. | |
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer
&& ! $strong && ! $checked) ] | |
8 abstract_beats_arguments_test: MissingCompileTimeError | |
9 abstract_exact_selector_test/01: MissingCompileTimeError | |
10 abstract_factory_constructor_test/00: MissingCompileTimeError | |
11 abstract_getter_test/01: MissingCompileTimeError | |
12 abstract_syntax_test/00: MissingCompileTimeError | |
13 assign_static_type_test/01: MissingCompileTimeError | |
14 assign_static_type_test/02: MissingCompileTimeError | |
15 assign_static_type_test/03: MissingCompileTimeError | |
16 assign_static_type_test/04: MissingCompileTimeError | |
17 assign_static_type_test/05: MissingCompileTimeError | |
18 assign_static_type_test/06: MissingCompileTimeError | |
19 assign_to_type_test/01: MissingCompileTimeError | |
20 assign_to_type_test/02: MissingCompileTimeError | |
21 assign_to_type_test/03: MissingCompileTimeError | |
22 assign_to_type_test/04: MissingCompileTimeError | |
23 assign_top_method_test: MissingCompileTimeError | |
24 async_await_syntax_test/a10a: MissingCompileTimeError | |
25 async_await_syntax_test/b10a: MissingCompileTimeError | |
26 async_await_syntax_test/c10a: MissingCompileTimeError | |
27 async_await_syntax_test/d08b: MissingCompileTimeError | |
28 async_await_syntax_test/d10a: MissingCompileTimeError | |
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
32 async_return_types_test/nestedFuture: MissingCompileTimeError | |
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
34 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
35 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
36 bad_constructor_test/05: MissingCompileTimeError | |
37 bad_named_parameters2_test/01: MissingCompileTimeError | |
38 bad_named_parameters_test/01: MissingCompileTimeError | |
39 bad_named_parameters_test/02: MissingCompileTimeError | |
40 bad_named_parameters_test/03: MissingCompileTimeError | |
41 bad_named_parameters_test/04: MissingCompileTimeError | |
42 bad_named_parameters_test/05: MissingCompileTimeError | |
43 bad_override_test/01: MissingCompileTimeError | |
44 bad_override_test/02: MissingCompileTimeError | |
45 bad_override_test/06: MissingCompileTimeError | |
46 bit_operations_test/01: MissingCompileTimeError | |
47 bit_operations_test/02: MissingCompileTimeError | |
48 bit_operations_test/03: MissingCompileTimeError | |
49 bit_operations_test/04: MissingCompileTimeError | |
50 | |
51 [ $compiler == dart2analyzer && ! $strong && $checked ] | |
52 abstract_beats_arguments_test: MissingCompileTimeError | |
53 abstract_exact_selector_test/01: MissingCompileTimeError | |
54 abstract_factory_constructor_test/00: MissingCompileTimeError | |
55 abstract_getter_test/01: MissingCompileTimeError | |
56 abstract_syntax_test/00: MissingCompileTimeError | |
57 assign_top_method_test: MissingCompileTimeError | |
58 assign_static_type_test/01: MissingCompileTimeError | |
59 assign_static_type_test/03: MissingCompileTimeError | |
60 assign_static_type_test/04: MissingCompileTimeError | |
61 assign_static_type_test/05: MissingCompileTimeError | |
62 assign_static_type_test/06: MissingCompileTimeError | |
63 assign_to_type_test/01: MissingCompileTimeError | |
64 assign_to_type_test/02: MissingCompileTimeError | |
65 assign_to_type_test/03: MissingCompileTimeError | |
66 assign_to_type_test/04: MissingCompileTimeError | |
67 async_await_syntax_test/a10a: MissingCompileTimeError | |
68 async_await_syntax_test/b10a: MissingCompileTimeError | |
69 async_await_syntax_test/c10a: MissingCompileTimeError | |
70 async_await_syntax_test/d08b: MissingCompileTimeError | |
71 async_await_syntax_test/d10a: MissingCompileTimeError | |
72 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
73 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
74 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
75 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
76 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
77 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
78 async_return_types_test/nestedFuture: MissingCompileTimeError | |
79 bad_constructor_test/05: MissingCompileTimeError | |
80 bad_named_parameters2_test/01: MissingCompileTimeError | |
81 bad_named_parameters_test/01: MissingCompileTimeError | |
82 bad_named_parameters_test/02: MissingCompileTimeError | |
83 bad_named_parameters_test/03: MissingCompileTimeError | |
84 bad_named_parameters_test/04: MissingCompileTimeError | |
85 bad_named_parameters_test/05: MissingCompileTimeError | |
86 bad_override_test/01: MissingCompileTimeError | |
87 bad_override_test/02: MissingCompileTimeError | |
88 bad_override_test/06: MissingCompileTimeError | |
89 bit_operations_test/01: MissingCompileTimeError | |
90 bit_operations_test/02: MissingCompileTimeError | |
91 bit_operations_test/03: MissingCompileTimeError | |
92 bit_operations_test/04: MissingCompileTimeError | |
93 | |
94 [ $compiler == dart2js ] | |
95 abstract_beats_arguments_test: MissingCompileTimeError | |
96 abstract_exact_selector_test/01: MissingCompileTimeError | |
97 abstract_factory_constructor_test/00: MissingCompileTimeError | |
98 abstract_getter_test/01: MissingCompileTimeError | |
99 abstract_syntax_test/00: MissingCompileTimeError | |
100 assign_static_type_test/01: MissingCompileTimeError | |
101 assign_static_type_test/02: MissingCompileTimeError | |
102 assign_static_type_test/03: MissingCompileTimeError | |
103 assign_static_type_test/04: MissingCompileTimeError | |
104 assign_static_type_test/05: MissingCompileTimeError | |
105 assign_static_type_test/06: MissingCompileTimeError | |
106 assign_to_type_test/01: MissingCompileTimeError | |
107 assign_to_type_test/02: MissingCompileTimeError | |
108 assign_to_type_test/03: MissingCompileTimeError | |
109 assign_to_type_test/04: MissingCompileTimeError | |
110 assign_top_method_test: MissingCompileTimeError | |
111 async_await_syntax_test/a10a: MissingCompileTimeError | |
112 async_await_syntax_test/b10a: MissingCompileTimeError | |
113 async_await_syntax_test/c10a: MissingCompileTimeError | |
114 async_await_syntax_test/d08b: MissingCompileTimeError | |
115 async_await_syntax_test/d10a: MissingCompileTimeError | |
116 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
117 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
118 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
119 async_return_types_test/nestedFuture: MissingCompileTimeError | |
120 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
121 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
122 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
123 bad_named_parameters2_test/01: MissingCompileTimeError | |
124 bad_named_parameters_test/01: MissingCompileTimeError | |
125 bad_named_parameters_test/02: MissingCompileTimeError | |
126 bad_named_parameters_test/03: MissingCompileTimeError | |
127 bad_named_parameters_test/04: MissingCompileTimeError | |
128 bad_named_parameters_test/05: MissingCompileTimeError | |
129 bad_override_test/01: MissingCompileTimeError | |
130 bad_override_test/02: MissingCompileTimeError | |
131 bad_override_test/06: MissingCompileTimeError | |
132 bit_operations_test/01: MissingCompileTimeError | |
133 bit_operations_test/02: MissingCompileTimeError | |
134 bit_operations_test/03: MissingCompileTimeError | |
135 bit_operations_test/04: MissingCompileTimeError | |
136 | |
137 [ $compiler == dartdevc || $compiler == dart2analyzer ] | |
138 async_return_types_test/nestedFuture: MissingCompileTimeError | |
139 bit_operations_test/01: MissingCompileTimeError | |
140 bit_operations_test/02: MissingCompileTimeError | |
141 bit_operations_test/03: MissingCompileTimeError | |
142 bit_operations_test/04: MissingCompileTimeError | |
143 | |
144 [ $compiler == dart2js && $runtime != none ] | |
145 bit_operations_test: RuntimeError, OK # Issue 1533 | |
146 | |
147 # The VM and does not implement the Dart 2.0 runtime checks yet (unless --checke
d is explicitly passed). | |
148 [ ! $checked && $runtime == vm ] | |
149 bool_check_test: RuntimeError | |
150 bool_condition_check_test: RuntimeError | |
151 | |
152 [ $compiler == dart2js && ! $dart2js_with_kernel ] | |
153 accessor_conflict_export2_test: Crash # Issue 25626 | |
154 accessor_conflict_export_test: Crash # Issue 25626 | |
155 assertion_initializer_const_error2_test/cc01: Crash | |
156 assertion_initializer_const_error2_test/cc02: Crash | |
157 assertion_initializer_const_error2_test/cc03: Crash | |
158 assertion_initializer_const_error2_test/cc04: Crash | |
159 assertion_initializer_const_error2_test/cc05: Crash | |
160 assertion_initializer_const_error2_test/cc06: Crash | |
161 assertion_initializer_const_error2_test/cc07: Crash | |
162 assertion_initializer_const_error2_test/cc08: Crash | |
163 assertion_initializer_const_error2_test/cc09: Crash | |
164 assertion_initializer_const_function_error_test/01: Crash | |
165 assertion_initializer_const_function_test/01: CompileTimeError | |
166 assertion_initializer_test: Crash | |
167 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
168 bad_typedef_test/00: Crash # Issue 28214 | |
169 | |
170 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | |
171 accessor_conflict_import2_test: RuntimeError # Issue 25626 | |
172 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | |
173 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | |
174 accessor_conflict_import_test: RuntimeError # Issue 25626 | |
175 branch_canonicalization_test: RuntimeError # Issue 638. | |
176 | |
177 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] | |
178 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | |
179 accessor_conflict_export_test: CompileTimeError # Issue 25626 | |
180 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | |
181 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | |
182 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | |
183 accessor_conflict_import_test: CompileTimeError # Issue 25626 | |
184 | |
185 [ ! $strong && $compiler == dart2analyzer ] | |
186 accessor_conflict_export2_test: StaticWarning # Issue 25626 | |
187 accessor_conflict_export_test: StaticWarning # Issue 25626 | |
188 accessor_conflict_import2_test: StaticWarning # Issue 25626 | |
189 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | |
190 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | |
191 accessor_conflict_import_test: StaticWarning # Issue 25626 | |
192 | |
193 [ $compiler == dart2analyzer && ! $strong ] | |
194 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | |
195 | |
196 [ $compiler == dart2analyzer && $strong ] | |
197 async_return_types_test/nestedFuture: MissingCompileTimeError | |
198 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
07 | |
199 bit_operations_test/01: MissingStaticWarning # Issue 28823 | |
200 bit_operations_test/02: MissingStaticWarning # Issue 28823 | |
201 bit_operations_test/03: MissingStaticWarning # Issue 28823 | |
202 bit_operations_test/04: MissingStaticWarning # Issue 28823 | |
203 | |
204 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] | |
205 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | |
206 | |
207 [ $compiler == dartdevc && $runtime != none ] | |
208 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | |
209 async_star_pause_test: RuntimeError | |
210 function_type/*: RuntimeError # Issue 28988 | |
211 | |
212 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | |
213 assertion_test: RuntimeError # Issue 12748 | |
214 | |
215 [ ! $checked ] | |
216 function_type/*: Skip # Needs checked mode. | |
217 | |
218 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | |
219 abstract_beats_arguments_test: RuntimeError # Issue 27394 | |
220 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | |
221 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | |
222 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | |
223 assertion_initializer_const_error_test/01: Crash | |
224 assertion_initializer_const_function_test/01: Crash | |
225 assign_top_method_test/01: Crash # Issue 27394 | |
226 async_await_syntax_test/a04b: Crash # Issue 27394 | |
227 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | |
228 async_await_syntax_test/a07b: Crash # Issue 27394 | |
229 async_await_syntax_test/a08b: Crash # Issue 27394 | |
230 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | |
231 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | |
232 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | |
233 black_listed_test/13c: Crash # Issue 27394 | |
234 black_listed_test/14c: Crash # Issue 27394 | |
235 bootstrap_test: RuntimeError # Issue 27394 | |
236 | |
237 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | |
238 assertion_initializer_const_function_test/none: RuntimeError | |
239 | |
240 [ $compiler == dart2js && $runtime == d8 && $checked ] | |
241 assertion_test: RuntimeError | |
242 | |
243 [ $compiler == dart2js && $runtime == jsshell && $checked ] | |
244 assertion_test: RuntimeError | |
245 | |
246 [ $compiler == dart2js && $runtime == drt && $checked ] | |
247 assertion_test: RuntimeError | |
248 | |
249 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | |
250 aborting_switch_case_test: Crash | |
251 abstract_exact_selector_test/01: Crash | |
252 abstract_exact_selector_test/none: Crash | |
253 abstract_getter_test/01: Crash | |
254 abstract_method_test: Crash | |
255 abstract_object_method_test: Crash | |
256 abstract_runtime_error_test/01: Crash | |
257 abstract_runtime_error_test/02: Crash | |
258 arg_param_trailing_comma_test/none: Crash | |
259 arithmetic_test: Crash | |
260 assert_message_test: Crash | |
261 assert_trailing_comma_test/none: CompileTimeError | |
262 assertion_initializer_const_error2_test/cc02: Crash | |
263 assertion_initializer_const_error2_test/none: CompileTimeError | |
264 assertion_initializer_const_function_error_test/01: Crash | |
265 assertion_initializer_const_function_test/01: Crash | |
266 assertion_initializer_test: CompileTimeError | |
267 assertion_test: Crash | |
268 assign_instance_method_negative_test: Crash | |
269 assign_instance_method_test: Crash | |
270 assign_to_type_test/01: Crash | |
271 assign_to_type_test/02: Crash | |
272 assign_to_type_test/03: Crash | |
273 assign_to_type_test/04: Crash | |
274 assign_top_method_test/01: Crash | |
275 async_and_or_test: Crash | |
276 async_await_catch_regression_test: Crash | |
277 async_await_foreign_test: Crash | |
278 async_await_syntax_test/a01a: Crash | |
279 async_await_syntax_test/a02a: Crash | |
280 async_await_syntax_test/a03a: Crash | |
281 async_await_syntax_test/a03b: Crash | |
282 async_await_syntax_test/a04a: RuntimeError | |
283 async_await_syntax_test/a04c: RuntimeError | |
284 async_await_syntax_test/a05a: Crash | |
285 async_await_syntax_test/a05b: Crash | |
286 async_await_syntax_test/a06a: Crash | |
287 async_await_syntax_test/a07a: RuntimeError | |
288 async_await_syntax_test/a08a: RuntimeError | |
289 async_await_syntax_test/a09a: Crash | |
290 async_await_syntax_test/a10a: Crash | |
291 async_await_syntax_test/a11b: RuntimeError | |
292 async_await_syntax_test/a11c: Crash | |
293 async_await_syntax_test/a11d: Crash | |
294 async_await_syntax_test/a12g: Crash | |
295 async_await_syntax_test/b01a: Crash | |
296 async_await_syntax_test/b02a: Crash | |
297 async_await_syntax_test/b03a: Crash | |
298 async_await_syntax_test/b04a: RuntimeError | |
299 async_await_syntax_test/b05a: Crash | |
300 async_await_syntax_test/b06a: Crash | |
301 async_await_syntax_test/b07a: RuntimeError | |
302 async_await_syntax_test/b08a: RuntimeError | |
303 async_await_syntax_test/b09a: Crash | |
304 async_await_syntax_test/b10a: Crash | |
305 async_await_syntax_test/b11b: RuntimeError | |
306 async_await_syntax_test/b11c: Crash | |
307 async_await_syntax_test/b11d: Crash | |
308 async_await_syntax_test/b12g: Crash | |
309 async_await_syntax_test/c01a: Crash | |
310 async_await_syntax_test/c02a: Crash | |
311 async_await_syntax_test/c03a: Crash | |
312 async_await_syntax_test/c04a: Crash | |
313 async_await_syntax_test/c05a: Crash | |
314 async_await_syntax_test/c06a: Crash | |
315 async_await_syntax_test/c07a: Crash | |
316 async_await_syntax_test/c08a: Crash | |
317 async_await_syntax_test/c09a: Crash | |
318 async_await_syntax_test/c10a: Crash | |
319 async_await_syntax_test/d01a: Crash | |
320 async_await_syntax_test/d02a: Crash | |
321 async_await_syntax_test/d03a: Crash | |
322 async_await_syntax_test/d04a: Crash | |
323 async_await_syntax_test/d04a: RuntimeError | |
324 async_await_syntax_test/d05a: Crash | |
325 async_await_syntax_test/d06a: Crash | |
326 async_await_syntax_test/d07a: Crash | |
327 async_await_syntax_test/d07a: RuntimeError | |
328 async_await_syntax_test/d08a: Crash | |
329 async_await_syntax_test/d08a: RuntimeError | |
330 async_await_syntax_test/d08b: Crash | |
331 async_await_syntax_test/d08b: RuntimeError | |
332 async_await_syntax_test/d09a: Crash | |
333 async_await_syntax_test/d10a: Crash | |
334 async_break_in_finally_test: Crash | |
335 async_call_test: Crash | |
336 async_cascade_test: Crash | |
337 async_continue_label_test/await_in_body: Crash | |
338 async_continue_label_test/await_in_condition: Crash | |
339 async_continue_label_test/await_in_init: Crash | |
340 async_continue_label_test/await_in_update: Crash | |
341 async_continue_label_test/none: Crash | |
342 async_control_structures_test: Crash | |
343 async_finally_rethrow_test: Crash | |
344 async_or_generator_return_type_stacktrace_test/01: Crash | |
345 async_or_generator_return_type_stacktrace_test/02: Crash | |
346 async_or_generator_return_type_stacktrace_test/03: Crash | |
347 async_regression_23058_test: Crash | |
348 async_rethrow_test: Crash | |
349 async_return_types_test/nestedFuture: Crash | |
350 async_return_types_test/none: Crash | |
351 async_return_types_test/tooManyTypeParameters: CompileTimeError | |
352 async_return_types_test/tooManyTypeParameters: Crash | |
353 async_return_types_test/wrongReturnType: Crash | |
354 async_return_types_test/wrongTypeParameter: Crash | |
355 async_star_await_pauses_test: Crash | |
356 async_star_cancel_and_throw_in_finally_test: Crash | |
357 async_star_cancel_while_paused_test: Crash | |
358 async_star_no_cancel2_test: Crash | |
359 async_star_no_cancel_test: Crash | |
360 async_star_pause_test: Crash | |
361 async_star_regression_2238_test: Crash | |
362 async_star_regression_23116_test: Crash | |
363 async_star_regression_fisk_test: Crash | |
364 async_star_stream_take_test: Crash | |
365 async_star_take_reyield_test: Crash | |
366 bad_constructor_test/05: MissingCompileTimeError | |
367 bad_named_parameters2_test/01: Crash | |
368 bad_named_parameters_test/01: Crash | |
369 bad_named_parameters_test/02: Crash | |
370 bad_named_parameters_test/03: Crash | |
371 bad_named_parameters_test/04: Crash | |
372 bad_named_parameters_test/05: Crash | |
373 bad_override_test/03: MissingCompileTimeError | |
374 bad_override_test/04: Crash | |
375 bad_override_test/04: MissingCompileTimeError | |
376 bad_override_test/05: MissingCompileTimeError | |
377 bailout3_test: Crash | |
378 bailout4_test: Crash | |
379 bailout5_test: Crash | |
380 bailout6_test: Crash | |
381 bailout7_test: Crash | |
382 bailout_test: Crash | |
383 bind_test: Crash | |
384 bit_operations_test/01: Crash | |
385 bit_operations_test/02: Crash | |
386 bit_operations_test/03: Crash | |
387 bit_operations_test/04: Crash | |
388 bit_operations_test/none: Crash | |
389 bool_check_test: Crash | |
390 bool_condition_check_test: Crash | |
391 bool_test: Crash | |
392 bound_closure_equality_test: Crash | |
393 bound_closure_primitives_test: Crash | |
394 branch_canonicalization_test: RuntimeError | |
395 break_test: Crash | |
396 built_in_identifier_test/01: Crash | |
397 built_in_identifier_test/none: Crash | |
398 function_type/function_type0_test: Crash | |
399 function_type/function_type10_test: Crash | |
400 function_type/function_type11_test: Crash | |
401 function_type/function_type12_test: Crash | |
402 function_type/function_type13_test: Crash | |
403 function_type/function_type14_test: Crash | |
404 function_type/function_type15_test: Crash | |
405 function_type/function_type16_test: Crash | |
406 function_type/function_type17_test: Crash | |
407 function_type/function_type18_test: Crash | |
408 function_type/function_type19_test: Crash | |
409 function_type/function_type1_test: Crash | |
410 function_type/function_type20_test: Crash | |
411 function_type/function_type21_test: Crash | |
412 function_type/function_type22_test: Crash | |
413 function_type/function_type23_test: Crash | |
414 function_type/function_type24_test: Crash | |
415 function_type/function_type25_test: Crash | |
416 function_type/function_type26_test: Crash | |
417 function_type/function_type27_test: Crash | |
418 function_type/function_type28_test: Crash | |
419 function_type/function_type29_test: Crash | |
420 function_type/function_type2_test: Crash | |
421 function_type/function_type30_test: Crash | |
422 function_type/function_type31_test: Crash | |
423 function_type/function_type32_test: Crash | |
424 function_type/function_type33_test: Crash | |
425 function_type/function_type34_test: Crash | |
426 function_type/function_type35_test: Crash | |
427 function_type/function_type36_test: Crash | |
428 function_type/function_type37_test: Crash | |
429 function_type/function_type38_test: Crash | |
430 function_type/function_type39_test: Crash | |
431 function_type/function_type3_test: Crash | |
432 function_type/function_type40_test: Crash | |
433 function_type/function_type41_test: Crash | |
434 function_type/function_type42_test: Crash | |
435 function_type/function_type43_test: Crash | |
436 function_type/function_type44_test: Crash | |
437 function_type/function_type45_test: Crash | |
438 function_type/function_type46_test: Crash | |
439 function_type/function_type47_test: Crash | |
440 function_type/function_type48_test: Crash | |
441 function_type/function_type49_test: Crash | |
442 function_type/function_type4_test: Crash | |
443 function_type/function_type50_test: Crash | |
444 function_type/function_type51_test: Crash | |
445 function_type/function_type52_test: Crash | |
446 function_type/function_type53_test: Crash | |
447 function_type/function_type54_test: Crash | |
448 function_type/function_type55_test: Crash | |
449 function_type/function_type56_test: Crash | |
450 function_type/function_type57_test: Crash | |
451 function_type/function_type58_test: Crash | |
452 function_type/function_type59_test: Crash | |
453 function_type/function_type5_test: Crash | |
454 function_type/function_type60_test: Crash | |
455 function_type/function_type61_test: Crash | |
456 function_type/function_type62_test: Crash | |
457 function_type/function_type63_test: Crash | |
458 function_type/function_type64_test: Crash | |
459 function_type/function_type65_test: Crash | |
460 function_type/function_type66_test: Crash | |
461 function_type/function_type67_test: Crash | |
462 function_type/function_type68_test: Crash | |
463 function_type/function_type69_test: Crash | |
464 function_type/function_type6_test: Crash | |
465 function_type/function_type70_test: Crash | |
466 function_type/function_type71_test: Crash | |
467 function_type/function_type72_test: Crash | |
468 function_type/function_type73_test: Crash | |
469 function_type/function_type74_test: Crash | |
470 function_type/function_type75_test: Crash | |
471 function_type/function_type76_test: Crash | |
472 function_type/function_type77_test: Crash | |
473 function_type/function_type78_test: Crash | |
474 function_type/function_type79_test: Crash | |
475 function_type/function_type7_test: Crash | |
476 function_type/function_type80_test: Crash | |
477 function_type/function_type81_test: Crash | |
478 function_type/function_type82_test: Crash | |
479 function_type/function_type83_test: Crash | |
480 function_type/function_type84_test: Crash | |
481 function_type/function_type85_test: Crash | |
482 function_type/function_type86_test: Crash | |
483 function_type/function_type87_test: Crash | |
484 function_type/function_type88_test: Crash | |
485 function_type/function_type89_test: Crash | |
486 function_type/function_type8_test: Crash | |
487 function_type/function_type90_test: Crash | |
488 function_type/function_type91_test: Crash | |
489 function_type/function_type92_test: Crash | |
490 function_type/function_type93_test: Crash | |
491 function_type/function_type94_test: Crash | |
492 function_type/function_type95_test: Crash | |
493 function_type/function_type96_test: Crash | |
494 function_type/function_type97_test: Crash | |
495 function_type/function_type98_test: Crash | |
496 function_type/function_type99_test: Crash | |
497 function_type/function_type9_test: Crash | |
498 | |
499 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | |
500 aborting_switch_case_test: Crash | |
501 abstract_beats_arguments_test: Crash | |
502 abstract_exact_selector_test/01: Crash | |
503 abstract_exact_selector_test/none: Crash | |
504 abstract_getter_test/01: Crash | |
505 abstract_method_test: Crash | |
506 abstract_object_method_test: Crash | |
507 abstract_runtime_error_test/01: Crash | |
508 abstract_runtime_error_test/02: Crash | |
509 abstract_syntax_test/00: Crash | |
510 arg_param_trailing_comma_test/none: Crash | |
511 arithmetic_test: Crash | |
512 assert_message_test: Crash | |
513 assert_trailing_comma_test/none: CompileTimeError | |
514 assertion_initializer_const_error2_test/cc02: Crash | |
515 assertion_initializer_const_error2_test/none: CompileTimeError | |
516 assertion_initializer_const_function_error_test/01: Crash | |
517 assertion_initializer_test: CompileTimeError | |
518 assertion_test: Crash | |
519 assign_instance_method_negative_test: Crash | |
520 assign_instance_method_test: Crash | |
521 assign_static_type_test/03: Crash | |
522 assign_static_type_test/04: Crash | |
523 assign_to_type_test/01: Crash | |
524 assign_to_type_test/02: Crash | |
525 assign_to_type_test/03: Crash | |
526 assign_to_type_test/04: Crash | |
527 assign_top_method_test/01: Crash | |
528 async_and_or_test: Crash | |
529 async_await_catch_regression_test: Crash | |
530 async_await_foreign_test: Crash | |
531 async_await_syntax_test/a01a: Crash | |
532 async_await_syntax_test/a02a: Crash | |
533 async_await_syntax_test/a03a: Crash | |
534 async_await_syntax_test/a03b: Crash | |
535 async_await_syntax_test/a04a: Crash | |
536 async_await_syntax_test/a04a: RuntimeError | |
537 async_await_syntax_test/a04c: Crash | |
538 async_await_syntax_test/a04c: RuntimeError | |
539 async_await_syntax_test/a05a: Crash | |
540 async_await_syntax_test/a05b: Crash | |
541 async_await_syntax_test/a06a: Crash | |
542 async_await_syntax_test/a07a: Crash | |
543 async_await_syntax_test/a07a: RuntimeError | |
544 async_await_syntax_test/a08a: Crash | |
545 async_await_syntax_test/a08a: RuntimeError | |
546 async_await_syntax_test/a09a: Crash | |
547 async_await_syntax_test/a10a: Crash | |
548 async_await_syntax_test/a11b: Crash | |
549 async_await_syntax_test/a11b: RuntimeError | |
550 async_await_syntax_test/a11c: Crash | |
551 async_await_syntax_test/a11d: Crash | |
552 async_await_syntax_test/a12g: Crash | |
553 async_await_syntax_test/b01a: Crash | |
554 async_await_syntax_test/b02a: Crash | |
555 async_await_syntax_test/b03a: Crash | |
556 async_await_syntax_test/b04a: Crash | |
557 async_await_syntax_test/b04a: RuntimeError | |
558 async_await_syntax_test/b05a: Crash | |
559 async_await_syntax_test/b06a: Crash | |
560 async_await_syntax_test/b07a: Crash | |
561 async_await_syntax_test/b07a: RuntimeError | |
562 async_await_syntax_test/b08a: Crash | |
563 async_await_syntax_test/b08a: RuntimeError | |
564 async_await_syntax_test/b09a: Crash | |
565 async_await_syntax_test/b10a: Crash | |
566 async_await_syntax_test/b11b: Crash | |
567 async_await_syntax_test/b11b: RuntimeError | |
568 async_await_syntax_test/b11c: Crash | |
569 async_await_syntax_test/b11d: Crash | |
570 async_await_syntax_test/b12g: Crash | |
571 async_await_syntax_test/c01a: Crash | |
572 async_await_syntax_test/c02a: Crash | |
573 async_await_syntax_test/c03a: Crash | |
574 async_await_syntax_test/c04a: Crash | |
575 async_await_syntax_test/c05a: Crash | |
576 async_await_syntax_test/c06a: Crash | |
577 async_await_syntax_test/c07a: Crash | |
578 async_await_syntax_test/c08a: Crash | |
579 async_await_syntax_test/c09a: Crash | |
580 async_await_syntax_test/c10a: Crash | |
581 async_await_syntax_test/d01a: Crash | |
582 async_await_syntax_test/d02a: Crash | |
583 async_await_syntax_test/d03a: Crash | |
584 async_await_syntax_test/d04a: Crash | |
585 async_await_syntax_test/d04a: RuntimeError | |
586 async_await_syntax_test/d05a: Crash | |
587 async_await_syntax_test/d06a: Crash | |
588 async_await_syntax_test/d07a: Crash | |
589 async_await_syntax_test/d07a: RuntimeError | |
590 async_await_syntax_test/d08a: Crash | |
591 async_await_syntax_test/d08a: RuntimeError | |
592 async_await_syntax_test/d08b: Crash | |
593 async_await_syntax_test/d08b: RuntimeError | |
594 async_await_syntax_test/d09a: Crash | |
595 async_await_syntax_test/d10a: Crash | |
596 async_break_in_finally_test: Crash | |
597 async_call_test: Crash | |
598 async_cascade_test: Crash | |
599 async_continue_label_test/await_in_body: Crash | |
600 async_continue_label_test/await_in_condition: Crash | |
601 async_continue_label_test/await_in_init: Crash | |
602 async_continue_label_test/await_in_update: Crash | |
603 async_continue_label_test/none: Crash | |
604 async_control_structures_test: Crash | |
605 async_finally_rethrow_test: Crash | |
606 async_or_generator_return_type_stacktrace_test/01: Crash | |
607 async_or_generator_return_type_stacktrace_test/02: Crash | |
608 async_or_generator_return_type_stacktrace_test/03: Crash | |
609 async_regression_23058_test: Crash | |
610 async_rethrow_test: Crash | |
611 async_return_types_test/nestedFuture: Crash | |
612 async_return_types_test/none: Crash | |
613 async_return_types_test/tooManyTypeParameters: CompileTimeError | |
614 async_return_types_test/tooManyTypeParameters: Crash | |
615 async_return_types_test/wrongReturnType: Crash | |
616 async_return_types_test/wrongTypeParameter: Crash | |
617 async_star_await_pauses_test: Crash | |
618 async_star_cancel_and_throw_in_finally_test: Crash | |
619 async_star_cancel_while_paused_test: Crash | |
620 async_star_no_cancel2_test: Crash | |
621 async_star_no_cancel_test: Crash | |
622 async_star_pause_test: Crash | |
623 async_star_regression_2238_test: Crash | |
624 async_star_regression_23116_test: Crash | |
625 async_star_regression_fisk_test: Crash | |
626 async_star_stream_take_test: Crash | |
627 async_star_take_reyield_test: Crash | |
628 bad_constructor_test/05: MissingCompileTimeError | |
629 bad_named_parameters2_test/01: Crash | |
630 bad_named_parameters_test/01: Crash | |
631 bad_named_parameters_test/02: Crash | |
632 bad_named_parameters_test/03: Crash | |
633 bad_named_parameters_test/04: Crash | |
634 bad_named_parameters_test/05: Crash | |
635 bad_override_test/01: Crash | |
636 bad_override_test/02: Crash | |
637 bad_override_test/03: Crash | |
638 bad_override_test/03: MissingCompileTimeError | |
639 bad_override_test/04: Crash | |
640 bad_override_test/04: MissingCompileTimeError | |
641 bad_override_test/05: Crash | |
642 bad_override_test/05: MissingCompileTimeError | |
643 bad_override_test/06: Crash | |
644 bailout3_test: Crash | |
645 bailout4_test: Crash | |
646 bailout5_test: Crash | |
647 bailout6_test: Crash | |
648 bailout7_test: Crash | |
649 bailout_test: Crash | |
650 bind_test: Crash | |
651 bit_operations_test/01: Crash | |
652 bit_operations_test/02: Crash | |
653 bit_operations_test/03: Crash | |
654 bit_operations_test/04: Crash | |
655 bit_operations_test/none: Crash | |
656 bool_check_test: Crash | |
657 bool_condition_check_test/01: Crash | |
658 bool_condition_check_test: Crash | |
659 bool_test: Crash | |
660 bound_closure_equality_test: Crash | |
661 bound_closure_primitives_test: Crash | |
662 branch_canonicalization_test: Crash | |
663 branch_canonicalization_test: RuntimeError | |
664 break_test: Crash | |
665 built_in_identifier_test/01: Crash | |
666 built_in_identifier_test/none: Crash | |
667 function_type/function_type0_test: Crash | |
668 function_type/function_type10_test: Crash | |
669 function_type/function_type11_test: Crash | |
670 function_type/function_type12_test: Crash | |
671 function_type/function_type13_test: Crash | |
672 function_type/function_type14_test: Crash | |
673 function_type/function_type15_test: Crash | |
674 function_type/function_type16_test: Crash | |
675 function_type/function_type17_test: Crash | |
676 function_type/function_type18_test: Crash | |
677 function_type/function_type19_test: Crash | |
678 function_type/function_type1_test: Crash | |
679 function_type/function_type20_test: Crash | |
680 function_type/function_type21_test: Crash | |
681 function_type/function_type22_test: Crash | |
682 function_type/function_type23_test: Crash | |
683 function_type/function_type24_test: Crash | |
684 function_type/function_type25_test: Crash | |
685 function_type/function_type26_test: Crash | |
686 function_type/function_type27_test: Crash | |
687 function_type/function_type28_test: Crash | |
688 function_type/function_type29_test: Crash | |
689 function_type/function_type2_test: Crash | |
690 function_type/function_type30_test: Crash | |
691 function_type/function_type31_test: Crash | |
692 function_type/function_type32_test: Crash | |
693 function_type/function_type33_test: Crash | |
694 function_type/function_type34_test: Crash | |
695 function_type/function_type35_test: Crash | |
696 function_type/function_type36_test: Crash | |
697 function_type/function_type37_test: Crash | |
698 function_type/function_type38_test: Crash | |
699 function_type/function_type39_test: Crash | |
700 function_type/function_type3_test: Crash | |
701 function_type/function_type40_test: Crash | |
702 function_type/function_type41_test: Crash | |
703 function_type/function_type42_test: Crash | |
704 function_type/function_type43_test: Crash | |
705 function_type/function_type44_test: Crash | |
706 function_type/function_type45_test: Crash | |
707 function_type/function_type46_test: Crash | |
708 function_type/function_type47_test: Crash | |
709 function_type/function_type48_test: Crash | |
710 function_type/function_type49_test: Crash | |
711 function_type/function_type4_test: Crash | |
712 function_type/function_type50_test: Crash | |
713 function_type/function_type51_test: Crash | |
714 function_type/function_type52_test: Crash | |
715 function_type/function_type53_test: Crash | |
716 function_type/function_type54_test: Crash | |
717 function_type/function_type55_test: Crash | |
718 function_type/function_type56_test: Crash | |
719 function_type/function_type57_test: Crash | |
720 function_type/function_type58_test: Crash | |
721 function_type/function_type59_test: Crash | |
722 function_type/function_type5_test: Crash | |
723 function_type/function_type60_test: Crash | |
724 function_type/function_type61_test: Crash | |
725 function_type/function_type62_test: Crash | |
726 function_type/function_type63_test: Crash | |
727 function_type/function_type64_test: Crash | |
728 function_type/function_type65_test: Crash | |
729 function_type/function_type66_test: Crash | |
730 function_type/function_type67_test: Crash | |
731 function_type/function_type68_test: Crash | |
732 function_type/function_type69_test: Crash | |
733 function_type/function_type6_test: Crash | |
734 function_type/function_type70_test: Crash | |
735 function_type/function_type71_test: Crash | |
736 function_type/function_type72_test: Crash | |
737 function_type/function_type73_test: Crash | |
738 function_type/function_type74_test: Crash | |
739 function_type/function_type75_test: Crash | |
740 function_type/function_type76_test: Crash | |
741 function_type/function_type77_test: Crash | |
742 function_type/function_type78_test: Crash | |
743 function_type/function_type79_test: Crash | |
744 function_type/function_type7_test: Crash | |
745 function_type/function_type80_test: Crash | |
746 function_type/function_type81_test: Crash | |
747 function_type/function_type82_test: Crash | |
748 function_type/function_type83_test: Crash | |
749 function_type/function_type84_test: Crash | |
750 function_type/function_type85_test: Crash | |
751 function_type/function_type86_test: Crash | |
752 function_type/function_type87_test: Crash | |
753 function_type/function_type88_test: Crash | |
754 function_type/function_type89_test: Crash | |
755 function_type/function_type8_test: Crash | |
756 function_type/function_type90_test: Crash | |
757 function_type/function_type91_test: Crash | |
758 function_type/function_type92_test: Crash | |
759 function_type/function_type93_test: Crash | |
760 function_type/function_type94_test: Crash | |
761 function_type/function_type95_test: Crash | |
762 function_type/function_type96_test: Crash | |
763 function_type/function_type97_test: Crash | |
764 function_type/function_type98_test: Crash | |
765 function_type/function_type99_test: Crash | |
766 function_type/function_type9_test: Crash | |
767 | |
768 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] | |
769 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. | |
770 | |
771 [ $compiler == dart2analyzer && $runtime == none ] | |
772 assertion_initializer_const_error2_test/none: CompileTimeError | |
773 assertion_initializer_const_function_test/01: CompileTimeError | |
774 assertion_initializer_test: CompileTimeError | |
775 | |
776 # dartdevc doesn't support assertions in initializers. | |
777 [ $compiler == dartdevc ] | |
778 assertion_initializer_test: CompileTimeError | |
779 assertion_initializer_const_error2_test/none: CompileTimeError | |
780 assertion_initializer_const_function_test/01: CompileTimeError | |
781 | |
782 [ $compiler == dartdevc && $runtime != none ] | |
783 bit_operations_test/01: RuntimeError # No bigints on web. | |
784 bit_operations_test/02: RuntimeError # No bigints on web. | |
785 bit_operations_test/03: RuntimeError # No bigints on web. | |
786 bit_operations_test/04: RuntimeError # No bigints on web. | |
787 bit_operations_test/none: RuntimeError # No bigints on web. | |
788 branch_canonicalization_test: RuntimeError # Issue 29920 | |
789 | |
790 [ $compiler == dartk && $runtime == vm ] | |
791 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | |
792 | |
793 [ $mode == product ] | 5 [ $mode == product ] |
794 assertion_test: SkipByDesign # Requires checked mode. | 6 assertion_test: SkipByDesign # Requires checked mode. |
795 | 7 |
796 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] | 8 [ $compiler == none && $runtime == drt && !$checked ] |
797 assertion_initializer_const_error2_test/cc01: Pass, OK | |
798 assertion_initializer_const_error2_test/cc02: CompileTimeError | |
799 assertion_initializer_const_error2_test/cc03: Pass, OK | |
800 assertion_initializer_const_error2_test/cc04: Pass, OK | |
801 assertion_initializer_const_error2_test/cc05: Pass, OK | |
802 assertion_initializer_const_error2_test/cc06: Pass, OK | |
803 assertion_initializer_const_error2_test/cc07: Pass, OK | |
804 assertion_initializer_const_error2_test/cc08: Pass, OK | |
805 assertion_initializer_const_error2_test/cc09: Pass, OK | |
806 assertion_initializer_const_error2_test/cc10: Pass, OK | |
807 assertion_initializer_const_error2_test/cc11: Pass, OK | |
808 assertion_initializer_const_error2_test/none: CompileTimeError | |
809 | |
810 [$compiler == precompiler && $runtime == dart_precompiled && $checked] | |
811 assertion_initializer_const_error2_test/cc01: Pass | |
812 assertion_initializer_const_error2_test/cc03: Pass | |
813 assertion_initializer_const_error2_test/cc04: Pass | |
814 assertion_initializer_const_error2_test/cc05: Pass | |
815 assertion_initializer_const_error2_test/cc06: Pass | |
816 assertion_initializer_const_error2_test/cc07: Pass | |
817 assertion_initializer_const_error2_test/cc08: Pass | |
818 assertion_initializer_const_error2_test/cc09: Pass | |
819 assertion_initializer_const_error2_test/cc10: Pass | |
820 assertion_initializer_const_error2_test/cc11: Pass | |
821 assertion_initializer_const_error2_test/none: CompileTimeError | |
822 | |
823 [$compiler == none && $runtime == vm && !$checked] | |
824 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
825 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
826 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
827 | |
828 [$compiler == none && $runtime == drt && !$checked] | |
829 assertion_initializer_const_error2_test/cc02: Fail | 9 assertion_initializer_const_error2_test/cc02: Fail |
830 assertion_initializer_const_error_test/01: Fail | 10 assertion_initializer_const_error_test/01: Fail |
831 assertion_initializer_const_function_error_test/01: Fail | 11 assertion_initializer_const_function_error_test/01: Fail |
832 | 12 |
833 [$compiler == app_jit && $runtime == vm && !$checked] | 13 [ ! $checked ] |
834 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 14 function_type/*: Skip # Needs checked mode. |
835 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
836 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
837 | |
838 [ $compiler == precompiler && $runtime == dart_precompiled ] | |
839 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | |
840 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | |
841 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | |
842 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | |
843 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | |
844 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | |
845 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | |
846 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError | |
847 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError | |
848 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError | |
849 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError | |
850 | |
851 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked] | |
852 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
853 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
854 | |
855 [$compiler == dartk && $runtime == vm] | |
856 assertion_initializer_const_error2_test/none: CompileTimeError | |
857 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
858 assertion_initializer_test: CompileTimeError | |
859 | |
860 [$compiler == dartk && $runtime == vm && !$checked] | |
861 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
862 | |
863 [$compiler == dartk && $runtime == vm && $checked] | |
864 assertion_initializer_const_function_test/01: RuntimeError | |
865 | |
866 [$compiler == dartkp && $runtime == dart_precompiled] | |
867 assertion_initializer_const_error2_test/none: CompileTimeError | |
868 | |
869 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] | |
870 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
871 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
872 assertion_initializer_test: CompileTimeError | |
873 | |
874 [$compiler == dartkp && $runtime == dart_precompiled && $checked] | |
875 assertion_initializer_const_error2_test/cc02: Crash | |
876 assertion_initializer_const_error_test/none: Crash | |
877 assertion_initializer_const_function_error_test/01: Crash | |
878 assertion_initializer_const_function_error_test/none: Crash | |
879 assertion_initializer_const_function_test/01: Crash | |
880 assertion_initializer_const_function_test/none: Crash | |
881 assertion_initializer_test: CompileTimeError | |
882 | |
883 [ $compiler == dartk || $compiler == dartkp ] | |
884 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
885 | |
886 # dartk: checked mode failures | |
887 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
888 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
889 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
890 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
891 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
892 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
893 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
894 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
895 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
896 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
897 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
898 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
899 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
900 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
901 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
902 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
903 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
904 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. | |
905 assign_static_type_test/02: MissingCompileTimeError | |
906 | |
907 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] | |
908 # The VM doesn't enforce that potentially const expressions are actually | |
909 # const expressions when the constructor is called with `const`. | |
910 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | |
911 | |
912 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | |
913 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | |
914 | |
915 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | |
916 async_star_no_cancel_test: RuntimeError # Need triage | |
917 async_star_no_cancel2_test: RuntimeError # Need triage | |
918 async_star_await_pauses_test: RuntimeError # Need triage | |
919 | |
920 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | |
921 async_return_types_test/nestedFuture: Fail # Issue 26429 | |
922 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | |
923 | |
924 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | |
925 async_star_pause_test: RuntimeError # Issue 27394 | |
926 async_star_regression_fisk_test: RuntimeError # Issue 27394 | |
927 async_star_stream_take_test: RuntimeError # Issue 27394 | |
928 async_star_take_reyield_test: RuntimeError # Issue 27394 | |
929 | |
930 # Note: there are two flags to test dart2js with kernel: | |
931 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the | |
932 # compiler. This flag will be deleted soon | |
933 # - dart2js_with_kernel: tests the entire pipeline with kernel. | |
934 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] | |
935 function_type/function_type14_test: Crash # Issue 27394 | |
936 function_type/function_type15_test: Crash # Issue 27394 | |
937 function_type/function_type20_test: Crash # Issue 27394 | |
938 function_type/function_type21_test: Crash # Issue 27394 | |
939 function_type/function_type22_test: Crash # Issue 27394 | |
940 function_type/function_type23_test: Crash # Issue 27394 | |
941 function_type/function_type24_test: Crash # Issue 27394 | |
942 function_type/function_type25_test: Crash # Issue 27394 | |
943 function_type/function_type26_test: Crash # Issue 27394 | |
944 function_type/function_type27_test: Crash # Issue 27394 | |
945 function_type/function_type28_test: Crash # Issue 27394 | |
946 function_type/function_type29_test: Crash # Issue 27394 | |
947 function_type/function_type30_test: Crash # Issue 27394 | |
948 function_type/function_type31_test: Crash # Issue 27394 | |
949 function_type/function_type32_test: Crash # Issue 27394 | |
950 function_type/function_type33_test: Crash # Issue 27394 | |
951 function_type/function_type34_test: Crash # Issue 27394 | |
952 function_type/function_type35_test: Crash # Issue 27394 | |
953 function_type/function_type36_test: Crash # Issue 27394 | |
954 function_type/function_type37_test: Crash # Issue 27394 | |
955 function_type/function_type38_test: Crash # Issue 27394 | |
956 function_type/function_type39_test: Crash # Issue 27394 | |
957 function_type/function_type40_test: Crash # Issue 27394 | |
958 function_type/function_type41_test: Crash # Issue 27394 | |
959 function_type/function_type42_test: Crash # Issue 27394 | |
960 function_type/function_type43_test: Crash # Issue 27394 | |
961 function_type/function_type44_test: Crash # Issue 27394 | |
962 function_type/function_type45_test: Crash # Issue 27394 | |
963 function_type/function_type46_test: Crash # Issue 27394 | |
964 function_type/function_type47_test: Crash # Issue 27394 | |
965 function_type/function_type48_test: Crash # Issue 27394 | |
966 function_type/function_type49_test: Crash # Issue 27394 | |
967 function_type/function_type50_test: Crash # Issue 27394 | |
968 function_type/function_type51_test: Crash # Issue 27394 | |
969 function_type/function_type52_test: Crash # Issue 27394 | |
970 function_type/function_type53_test: Crash # Issue 27394 | |
971 function_type/function_type54_test: Crash # Issue 27394 | |
972 function_type/function_type55_test: Crash # Issue 27394 | |
973 function_type/function_type62_test: Crash # Issue 27394 | |
974 function_type/function_type63_test: Crash # Issue 27394 | |
975 function_type/function_type6_test: Crash # Issue 27394 | |
976 function_type/function_type7_test: Crash # Issue 27394 | |
977 function_type/function_type98_test: Crash # Issue 27394 | |
978 function_type/function_type99_test: Crash # Issue 27394 | |
979 | |
980 [ $compiler == dart2js && $runtime != none && $checked ] | |
981 assert_with_message_test: RuntimeError | |
982 | |
983 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
984 async_return_types_test/nestedFuture: Fail | |
985 async_return_types_test/wrongTypeParameter: Fail | |
986 | |
987 [ $compiler == dartk || $compiler == dartkp ] | |
988 function_type/function_type0_test: RuntimeError | |
989 function_type/function_type10_test: RuntimeError | |
990 function_type/function_type11_test: RuntimeError | |
991 function_type/function_type12_test: RuntimeError | |
992 function_type/function_type13_test: RuntimeError | |
993 function_type/function_type14_test: RuntimeError | |
994 function_type/function_type15_test: RuntimeError | |
995 function_type/function_type16_test: RuntimeError | |
996 function_type/function_type17_test: RuntimeError | |
997 function_type/function_type18_test: RuntimeError | |
998 function_type/function_type19_test: RuntimeError | |
999 function_type/function_type1_test: RuntimeError | |
1000 function_type/function_type20_test: RuntimeError | |
1001 function_type/function_type21_test: RuntimeError | |
1002 function_type/function_type22_test: RuntimeError | |
1003 function_type/function_type23_test: RuntimeError | |
1004 function_type/function_type24_test: RuntimeError | |
1005 function_type/function_type25_test: RuntimeError | |
1006 function_type/function_type26_test: RuntimeError | |
1007 function_type/function_type27_test: RuntimeError | |
1008 function_type/function_type28_test: RuntimeError | |
1009 function_type/function_type29_test: RuntimeError | |
1010 function_type/function_type2_test: RuntimeError | |
1011 function_type/function_type30_test: RuntimeError | |
1012 function_type/function_type31_test: RuntimeError | |
1013 function_type/function_type32_test: RuntimeError | |
1014 function_type/function_type33_test: RuntimeError | |
1015 function_type/function_type34_test: RuntimeError | |
1016 function_type/function_type35_test: RuntimeError | |
1017 function_type/function_type36_test: RuntimeError | |
1018 function_type/function_type37_test: RuntimeError | |
1019 function_type/function_type38_test: RuntimeError | |
1020 function_type/function_type39_test: RuntimeError | |
1021 function_type/function_type3_test: RuntimeError | |
1022 function_type/function_type40_test: RuntimeError | |
1023 function_type/function_type41_test: RuntimeError | |
1024 function_type/function_type42_test: RuntimeError | |
1025 function_type/function_type43_test: RuntimeError | |
1026 function_type/function_type44_test: RuntimeError | |
1027 function_type/function_type45_test: RuntimeError | |
1028 function_type/function_type46_test: RuntimeError | |
1029 function_type/function_type47_test: RuntimeError | |
1030 function_type/function_type48_test: RuntimeError | |
1031 function_type/function_type49_test: RuntimeError | |
1032 function_type/function_type4_test: RuntimeError | |
1033 function_type/function_type50_test: RuntimeError | |
1034 function_type/function_type51_test: RuntimeError | |
1035 function_type/function_type52_test: RuntimeError | |
1036 function_type/function_type53_test: RuntimeError | |
1037 function_type/function_type54_test: RuntimeError | |
1038 function_type/function_type55_test: RuntimeError | |
1039 function_type/function_type56_test: RuntimeError | |
1040 function_type/function_type57_test: RuntimeError | |
1041 function_type/function_type58_test: RuntimeError | |
1042 function_type/function_type59_test: RuntimeError | |
1043 function_type/function_type5_test: RuntimeError | |
1044 function_type/function_type60_test: RuntimeError | |
1045 function_type/function_type61_test: RuntimeError | |
1046 function_type/function_type62_test: RuntimeError | |
1047 function_type/function_type63_test: RuntimeError | |
1048 function_type/function_type64_test: RuntimeError | |
1049 function_type/function_type65_test: RuntimeError | |
1050 function_type/function_type66_test: RuntimeError | |
1051 function_type/function_type67_test: RuntimeError | |
1052 function_type/function_type68_test: RuntimeError | |
1053 function_type/function_type69_test: RuntimeError | |
1054 function_type/function_type6_test: RuntimeError | |
1055 function_type/function_type70_test: RuntimeError | |
1056 function_type/function_type71_test: RuntimeError | |
1057 function_type/function_type72_test: RuntimeError | |
1058 function_type/function_type73_test: RuntimeError | |
1059 function_type/function_type74_test: RuntimeError | |
1060 function_type/function_type75_test: RuntimeError | |
1061 function_type/function_type76_test: RuntimeError | |
1062 function_type/function_type77_test: RuntimeError | |
1063 function_type/function_type78_test: RuntimeError | |
1064 function_type/function_type79_test: RuntimeError | |
1065 function_type/function_type7_test: RuntimeError | |
1066 function_type/function_type80_test: RuntimeError | |
1067 function_type/function_type81_test: RuntimeError | |
1068 function_type/function_type82_test: RuntimeError | |
1069 function_type/function_type83_test: RuntimeError | |
1070 function_type/function_type84_test: RuntimeError | |
1071 function_type/function_type85_test: RuntimeError | |
1072 function_type/function_type86_test: RuntimeError | |
1073 function_type/function_type87_test: RuntimeError | |
1074 function_type/function_type88_test: RuntimeError | |
1075 function_type/function_type89_test: RuntimeError | |
1076 function_type/function_type8_test: RuntimeError | |
1077 function_type/function_type90_test: RuntimeError | |
1078 function_type/function_type91_test: RuntimeError | |
1079 function_type/function_type92_test: RuntimeError | |
1080 function_type/function_type93_test: RuntimeError | |
1081 function_type/function_type94_test: RuntimeError | |
1082 function_type/function_type95_test: RuntimeError | |
1083 function_type/function_type96_test: RuntimeError | |
1084 function_type/function_type97_test: RuntimeError | |
1085 function_type/function_type98_test: RuntimeError | |
1086 function_type/function_type99_test: RuntimeError | |
1087 function_type/function_type9_test: RuntimeError | |
1088 | |
1089 # These test entries will be valid for vm (with and without kernel). | |
1090 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | |
1091 async_star_cancel_while_paused_test: RuntimeError | |
1092 # This is OK for now, but we may want to change the semantics to match the test. | |
1093 async_star_pause_test: Fail, OK | |
1094 | |
1095 [ $compiler == dartk && $runtime == vm ] | |
1096 async_star_cancel_while_paused_test: RuntimeError | |
1097 | |
1098 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | |
1099 async_star_regression_2238_test: CompileTimeError, RuntimeError | |
1100 | |
1101 # flutter uses --error_on_bad_type, --error_on_bad_override | |
1102 # and --await_is_keyword so # the following tests fail with | |
1103 # a Compilation Error | |
1104 [ $runtime == flutter ] | |
1105 async_await_test: CompileTimeError | |
1106 async_await_syntax_test/a05c: CompileTimeError | |
1107 async_await_syntax_test/a05e: CompileTimeError | |
1108 async_await_syntax_test/d08c: CompileTimeError | |
1109 bad_override_test/06: CompileTimeError | |
1110 | |
1111 # Look like bugs. | |
1112 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | |
1113 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | |
1114 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | |
1115 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | |
1116 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | |
1117 async_star_no_cancel_test: Skip # Flutter Issue 9110 | |
1118 | |
1119 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] | |
1120 bool_check_test: RuntimeError # Issue 29647 | |
1121 bool_condition_check_test: RuntimeError | |
1122 | |
1123 [ $compiler == precompiler && $runtime == dart_precompiled ] | |
1124 bool_check_test: RuntimeError | |
1125 bool_condition_check_test: RuntimeError | |
1126 built_in_identifier_prefix_test: CompileTimeError | |
1127 | |
1128 [ $compiler == dart2analyzer || $compiler == dartdevc ] | |
1129 bad_initializer2_negative_test: fail # Issue 14880 | |
1130 black_listed_test/none: fail # Issue 14228 | |
1131 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | |
1132 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | |
1133 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | |
1134 built_in_identifier_prefix_test: CompileTimeError | |
1135 | |
1136 [ $runtime == vm ] | |
1137 built_in_identifier_prefix_test: CompileTimeError | |
1138 | |
1139 [ $compiler == dart2js ] | |
1140 built_in_identifier_prefix_test: CompileTimeError | |
1141 | |
1142 [ $compiler == dartdevc ] | |
1143 built_in_identifier_prefix_test: CompileTimeError | |
OLD | NEW |