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

Side by Side Diff: tests/language_2/language_2.status

Issue 2993043002: Split language_2.status into multiple files. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 == dart2js && $dart2js_with_kernel ]
208 aborting_switch_case_test: Crash
209 abstract_exact_selector_test/none: Crash
210 abstract_getter_test/01: Crash
211 abstract_method_test: Crash
212 abstract_object_method_test: Crash
213 arg_param_trailing_comma_test/none: Crash
214 arithmetic_test: Crash
215
216 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
217 abstract_exact_selector_test/01: Crash
218 assign_instance_method_test: Crash
219 async_await_foreign_test: Crash
220 async_call_test: Crash
221 async_cascade_test: Crash
222 async_star_await_pauses_test: Crash
223 bool_condition_check_test: Crash
224 bad_constructor_test/05: MissingCompileTimeError
225
226 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
227 abstract_beats_arguments_test: Crash
228 abstract_exact_selector_test/01: Crash
229 abstract_syntax_test/00: Crash
230 assign_instance_method_test: Crash
231 async_await_foreign_test: Crash
232 async_call_test: Crash
233 async_cascade_test: Crash
234 async_star_await_pauses_test: Crash
235 bad_constructor_test/05: MissingCompileTimeError
236 bool_condition_check_test: Crash
237
238 [ $compiler == dartdevc && $runtime != none ]
239 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
240 async_star_pause_test: RuntimeError
241 function_type/*: RuntimeError # Issue 28988
242
243 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
244 *: Skip # Issue 29626
245
246 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
247 assertion_test: RuntimeError # Issue 12748
248
249 [ ! $checked ]
250 function_type/*: Skip # Needs checked mode.
251
252 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
253 abstract_beats_arguments_test: RuntimeError # Issue 27394
254 abstract_runtime_error_test/01: RuntimeError # Issue 27394
255 abstract_runtime_error_test/02: RuntimeError # Issue 27394
256 arithmetic_canonicalization_test: RuntimeError # Issue 27394
257 assertion_initializer_const_error_test/01: Crash
258 assertion_initializer_const_function_test/01: Crash
259 assign_top_method_test/01: Crash # Issue 27394
260 async_await_syntax_test/a04b: Crash # Issue 27394
261 async_await_syntax_test/a06a: RuntimeError # Issue 27394
262 async_await_syntax_test/a07b: Crash # Issue 27394
263 async_await_syntax_test/a08b: Crash # Issue 27394
264 async_await_syntax_test/b06a: RuntimeError # Issue 27394
265 async_await_syntax_test/c06a: RuntimeError # Issue 27394
266 async_await_syntax_test/d06a: RuntimeError # Issue 27394
267 black_listed_test/13c: Crash # Issue 27394
268 black_listed_test/14c: Crash # Issue 27394
269 bootstrap_test: RuntimeError # Issue 27394
270
271 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
272 assertion_initializer_const_function_test/none: RuntimeError
273
274 [ $compiler == dart2js && $runtime == d8 && $checked ]
275 assertion_test: RuntimeError
276
277 [ $compiler == dart2js && $runtime == jsshell && $checked ]
278 assertion_test: RuntimeError
279
280 [ $compiler == dart2js && $runtime == drt && $checked ]
281 assertion_test: RuntimeError
282
283 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
284 assertion_initializer_const_function_test/01: Crash
285 assign_instance_method_negative_test: Crash
286 async_await_syntax_test/d04a: Crash
287 async_await_syntax_test/d07a: Crash
288 async_await_syntax_test/d08a: Crash
289 async_await_syntax_test/d08b: Crash
290 bad_override_test/04: Crash
291 bailout3_test: Crash
292 bailout5_test: Crash
293 bailout6_test: Crash
294 bailout7_test: Crash
295
296 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
297 assign_instance_method_negative_test: Crash
298 assign_static_type_test/03: Crash
299 assign_static_type_test/04: Crash
300 async_await_syntax_test/a04a: Crash
301 async_await_syntax_test/a04c: Crash
302 async_await_syntax_test/a07a: Crash
303 async_await_syntax_test/a08a: Crash
304 async_await_syntax_test/a11b: Crash
305 async_await_syntax_test/b04a: Crash
306 async_await_syntax_test/b07a: Crash
307 async_await_syntax_test/b08a: Crash
308 async_await_syntax_test/b11b: Crash
309 async_await_syntax_test/d04a: Crash
310 async_await_syntax_test/d07a: Crash
311 async_await_syntax_test/d08a: Crash
312 async_await_syntax_test/d08b: Crash
313 bad_override_test/01: Crash
314 bad_override_test/02: Crash
315 bad_override_test/03: Crash
316 bad_override_test/04: Crash
317 bad_override_test/05: Crash
318 bad_override_test/06: Crash
319 bailout3_test: Crash
320 bailout5_test: Crash
321 bailout6_test: Crash
322 bailout7_test: Crash
323 bool_condition_check_test/01: Crash
324 branch_canonicalization_test: Crash
325
326 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
327 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
328
329 [ $compiler == dart2analyzer && $runtime == none ]
330 assertion_initializer_const_error2_test/none: CompileTimeError
331 assertion_initializer_const_function_test/01: CompileTimeError
332 assertion_initializer_test: CompileTimeError
333
334 # dartdevc doesn't support assertions in initializers.
335 [ $compiler == dartdevc ]
336 assertion_initializer_test: CompileTimeError
337 assertion_initializer_const_error2_test/none: CompileTimeError
338 assertion_initializer_const_function_test/01: CompileTimeError
339
340 [ $compiler == dartdevc && $runtime != none ]
341 bit_operations_test/01: RuntimeError # No bigints on web.
342 bit_operations_test/02: RuntimeError # No bigints on web.
343 bit_operations_test/03: RuntimeError # No bigints on web.
344 bit_operations_test/04: RuntimeError # No bigints on web.
345 bit_operations_test/none: RuntimeError # No bigints on web.
346 branch_canonicalization_test: RuntimeError # Issue 29920
347
348 [ $compiler == dartk && $runtime == vm ]
349 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
350
351 [ $mode == product ] 5 [ $mode == product ]
352 assertion_test: SkipByDesign # Requires checked mode. 6 assertion_test: SkipByDesign # Requires checked mode.
353 7
354 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] 8 [ $compiler == none && $runtime == drt && !$checked ]
355 assertion_initializer_const_error2_test/cc01: Pass, OK
356 assertion_initializer_const_error2_test/cc02: CompileTimeError
357 assertion_initializer_const_error2_test/cc03: Pass, OK
358 assertion_initializer_const_error2_test/cc04: Pass, OK
359 assertion_initializer_const_error2_test/cc05: Pass, OK
360 assertion_initializer_const_error2_test/cc06: Pass, OK
361 assertion_initializer_const_error2_test/cc07: Pass, OK
362 assertion_initializer_const_error2_test/cc08: Pass, OK
363 assertion_initializer_const_error2_test/cc09: Pass, OK
364 assertion_initializer_const_error2_test/cc10: Pass, OK
365 assertion_initializer_const_error2_test/cc11: Pass, OK
366 assertion_initializer_const_error2_test/none: CompileTimeError
367
368 [$compiler == precompiler && $runtime == dart_precompiled && $checked]
369 assertion_initializer_const_error2_test/cc01: Pass
370 assertion_initializer_const_error2_test/cc03: Pass
371 assertion_initializer_const_error2_test/cc04: Pass
372 assertion_initializer_const_error2_test/cc05: Pass
373 assertion_initializer_const_error2_test/cc06: Pass
374 assertion_initializer_const_error2_test/cc07: Pass
375 assertion_initializer_const_error2_test/cc08: Pass
376 assertion_initializer_const_error2_test/cc09: Pass
377 assertion_initializer_const_error2_test/cc10: Pass
378 assertion_initializer_const_error2_test/cc11: Pass
379 assertion_initializer_const_error2_test/none: CompileTimeError
380
381 [$compiler == none && $runtime == vm && !$checked]
382 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
383 assertion_initializer_const_error_test/01: MissingCompileTimeError
384 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
385
386 [$compiler == none && $runtime == drt && !$checked]
387 assertion_initializer_const_error2_test/cc02: Fail 9 assertion_initializer_const_error2_test/cc02: Fail
388 assertion_initializer_const_error_test/01: Fail 10 assertion_initializer_const_error_test/01: Fail
389 assertion_initializer_const_function_error_test/01: Fail 11 assertion_initializer_const_function_error_test/01: Fail
390 12
391 [$compiler == app_jit && $runtime == vm && !$checked] 13 [ ! $checked ]
392 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 14 function_type/*: Skip # Needs checked mode.
393 assertion_initializer_const_error_test/01: MissingCompileTimeError
394 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
395
396 [ $compiler == precompiler && $runtime == dart_precompiled ]
397 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
398 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
399 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
400 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
401 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
402 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
403 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
404 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
405 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
406 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
407 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
408
409 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
410 assertion_initializer_const_error_test/01: MissingCompileTimeError
411 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
412
413 [$compiler == dartk && $runtime == vm]
414 assertion_initializer_const_error2_test/none: CompileTimeError
415 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
416 assertion_initializer_test: CompileTimeError
417
418 [$compiler == dartk && $runtime == vm && !$checked]
419 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
420
421 [$compiler == dartk && $runtime == vm && $checked]
422 assertion_initializer_const_function_test/01: RuntimeError
423
424 [$compiler == dartkp && $runtime == dart_precompiled]
425 assertion_initializer_const_error2_test/none: CompileTimeError
426
427 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
428 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
429 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
430 assertion_initializer_test: CompileTimeError
431
432 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
433 assertion_initializer_const_error2_test/cc02: Crash
434 assertion_initializer_const_error_test/none: Crash
435 assertion_initializer_const_function_error_test/01: Crash
436 assertion_initializer_const_function_error_test/none: Crash
437 assertion_initializer_const_function_test/01: Crash
438 assertion_initializer_const_function_test/none: Crash
439 assertion_initializer_test: CompileTimeError
440
441 [ $compiler == dartk || $compiler == dartkp ]
442 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
443
444 # dartk: checked mode failures
445 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
446 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
447 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
448 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
449 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
450 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
451 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
452 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
453 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva luation.
454 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva luation.
455 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva luation.
456 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva luation.
457 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva luation.
458 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva luation.
459 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva luation.
460 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva luation.
461 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva luation.
462 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
463 assign_static_type_test/02: MissingCompileTimeError
464
465 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
466 # The VM doesn't enforce that potentially const expressions are actually
467 # const expressions when the constructor is called with `const`.
468 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
469
470 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
471 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
472
473 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
474 async_star_no_cancel_test: RuntimeError # Need triage
475 async_star_no_cancel2_test: RuntimeError # Need triage
476 async_star_await_pauses_test: RuntimeError # Need triage
477
478 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
479 async_return_types_test/nestedFuture: Fail # Issue 26429
480 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
481
482 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
483 async_star_pause_test: RuntimeError # Issue 27394
484 async_star_regression_fisk_test: RuntimeError # Issue 27394
485 async_star_stream_take_test: RuntimeError # Issue 27394
486 async_star_take_reyield_test: RuntimeError # Issue 27394
487
488 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
489 async_break_in_finally_test: Crash
490 async_continue_label_test/await_in_body: Crash
491 async_continue_label_test/await_in_condition: Crash
492 async_continue_label_test/await_in_init: Crash
493 async_continue_label_test/await_in_update: Crash
494 async_continue_label_test/none: Crash
495 async_control_structures_test: Crash
496 async_finally_rethrow_test: Crash
497 async_or_generator_return_type_stacktrace_test/01: Crash
498 async_or_generator_return_type_stacktrace_test/02: Crash
499 async_or_generator_return_type_stacktrace_test/03: Crash
500 async_regression_23058_test: Crash
501 async_rethrow_test: Crash
502 async_return_types_test/nestedFuture: Crash
503 async_return_types_test/none: Crash
504 async_return_types_test/tooManyTypeParameters: Crash
505 async_return_types_test/wrongReturnType: Crash
506 async_return_types_test/wrongTypeParameter: Crash
507 async_star_cancel_and_throw_in_finally_test: Crash
508 async_star_cancel_while_paused_test: Crash
509 async_star_no_cancel2_test: Crash
510 async_star_no_cancel_test: Crash
511 async_star_pause_test: Crash
512 async_star_regression_2238_test: Crash
513 async_star_regression_23116_test: Crash
514 async_star_regression_fisk_test: Crash
515 async_star_stream_take_test: Crash
516 async_star_take_reyield_test: Crash
517 bad_named_parameters2_test/01: Crash
518 bad_named_parameters_test/01: Crash
519 bad_named_parameters_test/02: Crash
520 bad_named_parameters_test/03: Crash
521 bad_named_parameters_test/04: Crash
522 bad_named_parameters_test/05: Crash
523 bad_override_test/03: MissingCompileTimeError
524 bad_override_test/04: MissingCompileTimeError
525 bad_override_test/05: MissingCompileTimeError
526 bailout4_test: Crash
527 bailout_test: Crash
528 bind_test: Crash
529 bit_operations_test/01: Crash
530 bit_operations_test/02: Crash
531 bit_operations_test/03: Crash
532 bit_operations_test/04: Crash
533 bit_operations_test/none: Crash
534 bool_check_test: Crash
535 bool_test: Crash
536 bound_closure_equality_test: Crash
537 bound_closure_primitives_test: Crash
538 branch_canonicalization_test: RuntimeError
539 break_test: Crash
540 built_in_identifier_test/01: Crash
541 built_in_identifier_test/none: Crash
542 function_type/function_type0_test: Crash
543 function_type/function_type10_test: Crash
544 function_type/function_type11_test: Crash
545 function_type/function_type12_test: Crash
546 function_type/function_type13_test: Crash
547 function_type/function_type14_test: Crash
548 function_type/function_type15_test: Crash
549 function_type/function_type16_test: Crash
550 function_type/function_type17_test: Crash
551 function_type/function_type18_test: Crash
552 function_type/function_type19_test: Crash
553 function_type/function_type1_test: Crash
554 function_type/function_type20_test: Crash
555 function_type/function_type21_test: Crash
556 function_type/function_type22_test: Crash
557 function_type/function_type23_test: Crash
558 function_type/function_type24_test: Crash
559 function_type/function_type25_test: Crash
560 function_type/function_type26_test: Crash
561 function_type/function_type27_test: Crash
562 function_type/function_type28_test: Crash
563 function_type/function_type29_test: Crash
564 function_type/function_type2_test: Crash
565 function_type/function_type30_test: Crash
566 function_type/function_type31_test: Crash
567 function_type/function_type32_test: Crash
568 function_type/function_type33_test: Crash
569 function_type/function_type34_test: Crash
570 function_type/function_type35_test: Crash
571 function_type/function_type36_test: Crash
572 function_type/function_type37_test: Crash
573 function_type/function_type38_test: Crash
574 function_type/function_type39_test: Crash
575 function_type/function_type3_test: Crash
576 function_type/function_type40_test: Crash
577 function_type/function_type41_test: Crash
578 function_type/function_type42_test: Crash
579 function_type/function_type43_test: Crash
580 function_type/function_type44_test: Crash
581 function_type/function_type45_test: Crash
582 function_type/function_type46_test: Crash
583 function_type/function_type47_test: Crash
584 function_type/function_type48_test: Crash
585 function_type/function_type49_test: Crash
586 function_type/function_type4_test: Crash
587 function_type/function_type50_test: Crash
588 function_type/function_type51_test: Crash
589 function_type/function_type52_test: Crash
590 function_type/function_type53_test: Crash
591 function_type/function_type54_test: Crash
592 function_type/function_type55_test: Crash
593 function_type/function_type56_test: Crash
594 function_type/function_type57_test: Crash
595 function_type/function_type58_test: Crash
596 function_type/function_type59_test: Crash
597 function_type/function_type5_test: Crash
598 function_type/function_type60_test: Crash
599 function_type/function_type61_test: Crash
600 function_type/function_type62_test: Crash
601 function_type/function_type63_test: Crash
602 function_type/function_type64_test: Crash
603 function_type/function_type65_test: Crash
604 function_type/function_type66_test: Crash
605 function_type/function_type67_test: Crash
606 function_type/function_type68_test: Crash
607 function_type/function_type69_test: Crash
608 function_type/function_type6_test: Crash
609 function_type/function_type70_test: Crash
610 function_type/function_type71_test: Crash
611 function_type/function_type72_test: Crash
612 function_type/function_type73_test: Crash
613 function_type/function_type74_test: Crash
614 function_type/function_type75_test: Crash
615 function_type/function_type76_test: Crash
616 function_type/function_type77_test: Crash
617 function_type/function_type78_test: Crash
618 function_type/function_type79_test: Crash
619 function_type/function_type7_test: Crash
620 function_type/function_type80_test: Crash
621 function_type/function_type81_test: Crash
622 function_type/function_type82_test: Crash
623 function_type/function_type83_test: Crash
624 function_type/function_type84_test: Crash
625 function_type/function_type85_test: Crash
626 function_type/function_type86_test: Crash
627 function_type/function_type87_test: Crash
628 function_type/function_type88_test: Crash
629 function_type/function_type89_test: Crash
630 function_type/function_type8_test: Crash
631 function_type/function_type90_test: Crash
632 function_type/function_type91_test: Crash
633 function_type/function_type92_test: Crash
634 function_type/function_type93_test: Crash
635 function_type/function_type94_test: Crash
636 function_type/function_type95_test: Crash
637 function_type/function_type96_test: Crash
638 function_type/function_type97_test: Crash
639 function_type/function_type98_test: Crash
640 function_type/function_type99_test: Crash
641 function_type/function_type9_test: Crash
642
643 # Note: there are two flags to test dart2js with kernel:
644 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
645 # compiler. This flag will be deleted soon
646 # - dart2js_with_kernel: tests the entire pipeline with kernel.
647 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
648 function_type/function_type14_test: Crash # Issue 27394
649 function_type/function_type15_test: Crash # Issue 27394
650 function_type/function_type20_test: Crash # Issue 27394
651 function_type/function_type21_test: Crash # Issue 27394
652 function_type/function_type22_test: Crash # Issue 27394
653 function_type/function_type23_test: Crash # Issue 27394
654 function_type/function_type24_test: Crash # Issue 27394
655 function_type/function_type25_test: Crash # Issue 27394
656 function_type/function_type26_test: Crash # Issue 27394
657 function_type/function_type27_test: Crash # Issue 27394
658 function_type/function_type28_test: Crash # Issue 27394
659 function_type/function_type29_test: Crash # Issue 27394
660 function_type/function_type30_test: Crash # Issue 27394
661 function_type/function_type31_test: Crash # Issue 27394
662 function_type/function_type32_test: Crash # Issue 27394
663 function_type/function_type33_test: Crash # Issue 27394
664 function_type/function_type34_test: Crash # Issue 27394
665 function_type/function_type35_test: Crash # Issue 27394
666 function_type/function_type36_test: Crash # Issue 27394
667 function_type/function_type37_test: Crash # Issue 27394
668 function_type/function_type38_test: Crash # Issue 27394
669 function_type/function_type39_test: Crash # Issue 27394
670 function_type/function_type40_test: Crash # Issue 27394
671 function_type/function_type41_test: Crash # Issue 27394
672 function_type/function_type42_test: Crash # Issue 27394
673 function_type/function_type43_test: Crash # Issue 27394
674 function_type/function_type44_test: Crash # Issue 27394
675 function_type/function_type45_test: Crash # Issue 27394
676 function_type/function_type46_test: Crash # Issue 27394
677 function_type/function_type47_test: Crash # Issue 27394
678 function_type/function_type48_test: Crash # Issue 27394
679 function_type/function_type49_test: Crash # Issue 27394
680 function_type/function_type50_test: Crash # Issue 27394
681 function_type/function_type51_test: Crash # Issue 27394
682 function_type/function_type52_test: Crash # Issue 27394
683 function_type/function_type53_test: Crash # Issue 27394
684 function_type/function_type54_test: Crash # Issue 27394
685 function_type/function_type55_test: Crash # Issue 27394
686 function_type/function_type62_test: Crash # Issue 27394
687 function_type/function_type63_test: Crash # Issue 27394
688 function_type/function_type6_test: Crash # Issue 27394
689 function_type/function_type7_test: Crash # Issue 27394
690 function_type/function_type98_test: Crash # Issue 27394
691 function_type/function_type99_test: Crash # Issue 27394
692
693 [ $compiler == dart2js && $runtime != none && $checked ]
694 assert_with_message_test: RuntimeError
695
696 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
697 async_return_types_test/nestedFuture: Fail
698 async_return_types_test/wrongTypeParameter: Fail
699
700 [ $compiler == dartk || $compiler == dartkp ]
701 function_type/function_type0_test: RuntimeError
702 function_type/function_type10_test: RuntimeError
703 function_type/function_type11_test: RuntimeError
704 function_type/function_type12_test: RuntimeError
705 function_type/function_type13_test: RuntimeError
706 function_type/function_type14_test: RuntimeError
707 function_type/function_type15_test: RuntimeError
708 function_type/function_type16_test: RuntimeError
709 function_type/function_type17_test: RuntimeError
710 function_type/function_type18_test: RuntimeError
711 function_type/function_type19_test: RuntimeError
712 function_type/function_type1_test: RuntimeError
713 function_type/function_type20_test: RuntimeError
714 function_type/function_type21_test: RuntimeError
715 function_type/function_type22_test: RuntimeError
716 function_type/function_type23_test: RuntimeError
717 function_type/function_type24_test: RuntimeError
718 function_type/function_type25_test: RuntimeError
719 function_type/function_type26_test: RuntimeError
720 function_type/function_type27_test: RuntimeError
721 function_type/function_type28_test: RuntimeError
722 function_type/function_type29_test: RuntimeError
723 function_type/function_type2_test: RuntimeError
724 function_type/function_type30_test: RuntimeError
725 function_type/function_type31_test: RuntimeError
726 function_type/function_type32_test: RuntimeError
727 function_type/function_type33_test: RuntimeError
728 function_type/function_type34_test: RuntimeError
729 function_type/function_type35_test: RuntimeError
730 function_type/function_type36_test: RuntimeError
731 function_type/function_type37_test: RuntimeError
732 function_type/function_type38_test: RuntimeError
733 function_type/function_type39_test: RuntimeError
734 function_type/function_type3_test: RuntimeError
735 function_type/function_type40_test: RuntimeError
736 function_type/function_type41_test: RuntimeError
737 function_type/function_type42_test: RuntimeError
738 function_type/function_type43_test: RuntimeError
739 function_type/function_type44_test: RuntimeError
740 function_type/function_type45_test: RuntimeError
741 function_type/function_type46_test: RuntimeError
742 function_type/function_type47_test: RuntimeError
743 function_type/function_type48_test: RuntimeError
744 function_type/function_type49_test: RuntimeError
745 function_type/function_type4_test: RuntimeError
746 function_type/function_type50_test: RuntimeError
747 function_type/function_type51_test: RuntimeError
748 function_type/function_type52_test: RuntimeError
749 function_type/function_type53_test: RuntimeError
750 function_type/function_type54_test: RuntimeError
751 function_type/function_type55_test: RuntimeError
752 function_type/function_type56_test: RuntimeError
753 function_type/function_type57_test: RuntimeError
754 function_type/function_type58_test: RuntimeError
755 function_type/function_type59_test: RuntimeError
756 function_type/function_type5_test: RuntimeError
757 function_type/function_type60_test: RuntimeError
758 function_type/function_type61_test: RuntimeError
759 function_type/function_type62_test: RuntimeError
760 function_type/function_type63_test: RuntimeError
761 function_type/function_type64_test: RuntimeError
762 function_type/function_type65_test: RuntimeError
763 function_type/function_type66_test: RuntimeError
764 function_type/function_type67_test: RuntimeError
765 function_type/function_type68_test: RuntimeError
766 function_type/function_type69_test: RuntimeError
767 function_type/function_type6_test: RuntimeError
768 function_type/function_type70_test: RuntimeError
769 function_type/function_type71_test: RuntimeError
770 function_type/function_type72_test: RuntimeError
771 function_type/function_type73_test: RuntimeError
772 function_type/function_type74_test: RuntimeError
773 function_type/function_type75_test: RuntimeError
774 function_type/function_type76_test: RuntimeError
775 function_type/function_type77_test: RuntimeError
776 function_type/function_type78_test: RuntimeError
777 function_type/function_type79_test: RuntimeError
778 function_type/function_type7_test: RuntimeError
779 function_type/function_type80_test: RuntimeError
780 function_type/function_type81_test: RuntimeError
781 function_type/function_type82_test: RuntimeError
782 function_type/function_type83_test: RuntimeError
783 function_type/function_type84_test: RuntimeError
784 function_type/function_type85_test: RuntimeError
785 function_type/function_type86_test: RuntimeError
786 function_type/function_type87_test: RuntimeError
787 function_type/function_type88_test: RuntimeError
788 function_type/function_type89_test: RuntimeError
789 function_type/function_type8_test: RuntimeError
790 function_type/function_type90_test: RuntimeError
791 function_type/function_type91_test: RuntimeError
792 function_type/function_type92_test: RuntimeError
793 function_type/function_type93_test: RuntimeError
794 function_type/function_type94_test: RuntimeError
795 function_type/function_type95_test: RuntimeError
796 function_type/function_type96_test: RuntimeError
797 function_type/function_type97_test: RuntimeError
798 function_type/function_type98_test: RuntimeError
799 function_type/function_type99_test: RuntimeError
800 function_type/function_type9_test: RuntimeError
801
802 # These test entries will be valid for vm (with and without kernel).
803 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
804 async_star_cancel_while_paused_test: RuntimeError
805 # This is OK for now, but we may want to change the semantics to match the test.
806 async_star_pause_test: Fail, OK
807
808 [ $compiler == dartk && $runtime == vm ]
809 async_star_cancel_while_paused_test: RuntimeError
810
811 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
812 async_star_regression_2238_test: CompileTimeError, RuntimeError
813
814 # flutter uses --error_on_bad_type, --error_on_bad_override
815 # and --await_is_keyword so # the following tests fail with
816 # a Compilation Error
817 [ $runtime == flutter ]
818 async_await_test: CompileTimeError
819 async_await_syntax_test/a05c: CompileTimeError
820 async_await_syntax_test/a05e: CompileTimeError
821 async_await_syntax_test/d08c: CompileTimeError
822 bad_override_test/06: CompileTimeError
823
824 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
825 abstract_method_test: Crash
826 abstract_object_method_test: Crash
827 abstract_runtime_error_test/01: Crash
828 abstract_runtime_error_test/02: Crash
829 arg_param_trailing_comma_test/none: Crash
830 arithmetic_test: Crash
831 assert_message_test: Crash
832 assert_trailing_comma_test/none: CompileTimeError
833 assertion_initializer_const_error2_test/cc02: Crash
834 assertion_initializer_const_error2_test/none: CompileTimeError
835 assertion_initializer_const_function_error_test/01: Crash
836 assertion_initializer_test: CompileTimeError
837 assertion_test: Crash
838 assign_to_type_test/01: Crash
839 assign_to_type_test/02: Crash
840 assign_to_type_test/03: Crash
841 assign_to_type_test/04: Crash
842 assign_top_method_test/01: Crash
843 async_and_or_test: Crash
844 async_await_catch_regression_test: Crash
845 async_await_syntax_test/a01a: Crash
846 async_await_syntax_test/a02a: Crash
847 async_await_syntax_test/a03a: Crash
848 async_await_syntax_test/a03b: Crash
849 async_await_syntax_test/a04a: RuntimeError
850 async_await_syntax_test/a04c: RuntimeError
851 async_await_syntax_test/a05a: Crash
852 async_await_syntax_test/a05b: Crash
853 async_await_syntax_test/a06a: Crash
854 async_await_syntax_test/a07a: RuntimeError
855 async_await_syntax_test/a08a: RuntimeError
856 async_await_syntax_test/a09a: Crash
857 async_await_syntax_test/a10a: Crash
858 async_await_syntax_test/a11b: RuntimeError
859 async_await_syntax_test/a11c: Crash
860 async_await_syntax_test/a11d: Crash
861 async_await_syntax_test/a12g: Crash
862 async_await_syntax_test/b01a: Crash
863 async_await_syntax_test/b02a: Crash
864 async_await_syntax_test/b03a: Crash
865 async_await_syntax_test/b04a: RuntimeError
866 async_await_syntax_test/b05a: Crash
867 async_await_syntax_test/b06a: Crash
868 async_await_syntax_test/b07a: RuntimeError
869 async_await_syntax_test/b08a: RuntimeError
870 async_await_syntax_test/b09a: Crash
871 async_await_syntax_test/b10a: Crash
872 async_await_syntax_test/b11b: RuntimeError
873 async_await_syntax_test/b11c: Crash
874 async_await_syntax_test/b11d: Crash
875 async_await_syntax_test/b12g: Crash
876 async_await_syntax_test/c01a: Crash
877 async_await_syntax_test/c02a: Crash
878 async_await_syntax_test/c03a: Crash
879 async_await_syntax_test/c04a: Crash
880 async_await_syntax_test/c05a: Crash
881 async_await_syntax_test/c06a: Crash
882 async_await_syntax_test/c07a: Crash
883 async_await_syntax_test/c08a: Crash
884 async_await_syntax_test/c09a: Crash
885 async_await_syntax_test/c10a: Crash
886 async_await_syntax_test/d01a: Crash
887 async_await_syntax_test/d02a: Crash
888 async_await_syntax_test/d03a: Crash
889 async_await_syntax_test/d04a: RuntimeError
890 async_await_syntax_test/d05a: Crash
891 async_await_syntax_test/d06a: Crash
892 async_await_syntax_test/d07a: RuntimeError
893 async_await_syntax_test/d08a: RuntimeError
894 async_await_syntax_test/d08b: RuntimeError
895 async_await_syntax_test/d09a: Crash
896 async_await_syntax_test/d10a: Crash
897 async_return_types_test/tooManyTypeParameters: CompileTimeError
898
899 # Look like bugs.
900 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
901 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
902 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
903 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
904 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
905 async_star_no_cancel_test: Skip # Flutter Issue 9110
906
907 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
908 bool_check_test: RuntimeError # Issue 29647
909 bool_condition_check_test: RuntimeError
910
911 [ $compiler == precompiler && $runtime == dart_precompiled ]
912 bool_check_test: RuntimeError
913 bool_condition_check_test: RuntimeError
914 built_in_identifier_prefix_test: CompileTimeError
915
916 [ $compiler == dart2analyzer || $compiler == dartdevc ]
917 bad_initializer2_negative_test: fail # Issue 14880
918 black_listed_test/none: fail # Issue 14228
919 bad_initializer1_negative_test: CompileTimeError # Issue 14529
920 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
921 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
922 built_in_identifier_prefix_test: CompileTimeError
923
924 [ $runtime == vm ]
925 built_in_identifier_prefix_test: CompileTimeError
926
927 [ $compiler == dart2js ]
928 built_in_identifier_prefix_test: CompileTimeError
929
930 [ $compiler == dartdevc ]
931 built_in_identifier_prefix_test: CompileTimeError
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_analyzer.status » ('j') | tests/language_2/language_2_kernel.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698