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

Side by Side Diff: tests/language/language_kernel.status

Issue 2948153005: Update status file for dartk-checked (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6
7 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval uation.
8 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
9 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval uation.
10 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
11 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval uation.
12 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
13 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
14 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
15 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
16
5 [ $compiler == dartk || $compiler == dartkp ] 17 [ $compiler == dartk || $compiler == dartkp ]
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 18 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
7 method_override_test: RuntimeError # Not triaged. 19 method_override_test: RuntimeError # Not triaged.
8 runtime_type_function_test: RuntimeError # Not triaged. 20 runtime_type_function_test: RuntimeError # Not triaged.
9 21
10 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 22 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
11 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 23 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
12 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 24 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
13 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 25 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
14 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 26 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
15 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 27 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
16 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335. 28 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335.
17 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335. 29 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335.
18 deferred_constraints_constants_test/none: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 30 deferred_constraints_constants_test/none: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
19 deferred_constraints_constants_test/reference_after_load: CompileTimeError # Fas ta/KernelVM bug: Deferred loading kernel issue 28335. 31 deferred_constraints_constants_test/reference_after_load: CompileTimeError # Fas ta/KernelVM bug: Deferred loading kernel issue 28335.
20 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335. 32 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335.
21 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Fasta/ KernelVM bug: Deferred loading kernel issue 28335. 33 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Fasta/ KernelVM bug: Deferred loading kernel issue 28335.
22 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Fasta/Ker nelVM bug: Deferred loading kernel issue 28335. 34 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Fasta/Ker nelVM bug: Deferred loading kernel issue 28335.
23 deferred_constraints_type_annotation_test/new: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 35 deferred_constraints_type_annotation_test/new: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
24 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # Fa sta/KernelVM bug: Deferred loading kernel issue 28335. 36 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # Fa sta/KernelVM bug: Deferred loading kernel issue 28335.
25 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335. 37 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335.
26 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335. 38 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335.
27 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335. 39 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # Fasta /KernelVM bug: Deferred loading kernel issue 28335.
28 deferred_constraints_type_annotation_test/none: CompileTimeError # Fasta/KernelV M bug: Deferred loading kernel issue 28335. 40 deferred_constraints_type_annotation_test/none: CompileTimeError # Fasta/KernelV M bug: Deferred loading kernel issue 28335.
29 deferred_constraints_type_annotation_test/static_method: CompileTimeError # Fast a/KernelVM bug: Deferred loading kernel issue 28335. 41 deferred_constraints_type_annotation_test/static_method: CompileTimeError # Fast a/KernelVM bug: Deferred loading kernel issue 28335.
30 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
31 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
32 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 42 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
33 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 43 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
34 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
35 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 44 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
36 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 45 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
37 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 46 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
38 deferred_function_type_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335. 47 deferred_function_type_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335.
39 deferred_global_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading ke rnel issue 28335. 48 deferred_global_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading ke rnel issue 28335.
40 deferred_import_core_test: CompileTimeError # Fasta/KernelVM bug: Deferred loadi ng kernel issue 28335. 49 deferred_import_core_test: CompileTimeError # Fasta/KernelVM bug: Deferred loadi ng kernel issue 28335.
41 deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/K ernelVM bug: Deferred loading kernel issue 28335. 50 deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/K ernelVM bug: Deferred loading kernel issue 28335.
42 deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fast a/KernelVM bug: Deferred loading kernel issue 28335. 51 deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fast a/KernelVM bug: Deferred loading kernel issue 28335.
43 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/Ker nelVM bug: Deferred loading kernel issue 28335. 52 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/Ker nelVM bug: Deferred loading kernel issue 28335.
44 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fa sta/KernelVM bug: Deferred loading kernel issue 28335. 53 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fa sta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation. 86 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
78 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 87 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
79 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 88 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
80 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation. 89 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
81 const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluati on. 90 const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluati on.
82 const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluatio n. 91 const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluatio n.
83 constant_expression_test/01: MissingCompileTimeError # KernelVM bug: Constant ev aluation. 92 constant_expression_test/01: MissingCompileTimeError # KernelVM bug: Constant ev aluation.
84 constant_expression_test/03: MissingCompileTimeError # KernelVM bug: Constant ev aluation. 93 constant_expression_test/03: MissingCompileTimeError # KernelVM bug: Constant ev aluation.
85 function_type_parameter2_negative_test: Crash # KernelVM bug: Constant evaluatio n. 94 function_type_parameter2_negative_test: Crash # KernelVM bug: Constant evaluatio n.
86 function_type_parameter_negative_test: Crash # KernelVM bug: Constant evaluation . 95 function_type_parameter_negative_test: Crash # KernelVM bug: Constant evaluation .
87 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval uation.
88 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
89 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval uation.
90 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
91 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval uation.
92 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
93 switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evalua tion. 96 switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evalua tion.
94 switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evalua tion. 97 switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evalua tion.
95 switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation . 98 switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation .
96 switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation . 99 switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation .
97 switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation . 100 switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation .
98 101
99 compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key. 102 compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key.
100 compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map dupli cated key. 103 compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map dupli cated key.
101 compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map dupli cated key. 104 compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map dupli cated key.
102 compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key. 105 compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 assign_static_type_test/02: MissingCompileTimeError 263 assign_static_type_test/02: MissingCompileTimeError
261 async_await_test: RuntimeError 264 async_await_test: RuntimeError
262 async_return_types_test/nestedFuture: Fail 265 async_return_types_test/nestedFuture: Fail
263 async_return_types_test/wrongTypeParameter: Fail 266 async_return_types_test/wrongTypeParameter: Fail
264 compile_time_constant_checked_test/02: MissingCompileTimeError 267 compile_time_constant_checked_test/02: MissingCompileTimeError
265 const_constructor2_test/20: MissingCompileTimeError 268 const_constructor2_test/20: MissingCompileTimeError
266 const_constructor2_test/22: MissingCompileTimeError 269 const_constructor2_test/22: MissingCompileTimeError
267 const_constructor2_test/24: MissingCompileTimeError 270 const_constructor2_test/24: MissingCompileTimeError
268 const_init2_test/02: MissingCompileTimeError 271 const_init2_test/02: MissingCompileTimeError
269 default_factory2_test/01: Fail 272 default_factory2_test/01: Fail
270 factory1_test/00: Fail
271 factory1_test/01: Fail
272 factory_implementation_test/00: Fail
273 factory_redirection_test/08: Fail 273 factory_redirection_test/08: Fail
274 factory_redirection_test/09: Fail 274 factory_redirection_test/09: Fail
275 factory_redirection_test/10: Fail 275 factory_redirection_test/10: Fail
276 factory_redirection_test/11: Fail
277 factory_redirection_test/12: Fail 276 factory_redirection_test/12: Fail
278 factory_redirection_test/13: Fail 277 factory_redirection_test/13: Fail
279 factory_redirection_test/14: Fail 278 factory_redirection_test/14: Fail
280 factory_return_type_checked_test: RuntimeError
281 function_subtype_checked0_test: RuntimeError
282 function_subtype_inline2_test: RuntimeError # Issue 29225
283 function_type2_test: RuntimeError 279 function_type2_test: RuntimeError
284 generic_constructor_mixin3_test: RuntimeError 280 function_type/function_type0_test: RuntimeError
285 generic_field_mixin6_test/01: RuntimeError 281 function_type/function_type10_test: RuntimeError
282 function_type/function_type11_test: RuntimeError
283 function_type/function_type12_test: RuntimeError
284 function_type/function_type13_test: RuntimeError
285 function_type/function_type14_test: RuntimeError
286 function_type/function_type15_test: RuntimeError
287 function_type/function_type16_test: RuntimeError
288 function_type/function_type17_test: RuntimeError
289 function_type/function_type18_test: RuntimeError
290 function_type/function_type19_test: RuntimeError
291 function_type/function_type1_test: RuntimeError
292 function_type/function_type20_test: RuntimeError
293 function_type/function_type21_test: RuntimeError
294 function_type/function_type22_test: RuntimeError
295 function_type/function_type23_test: RuntimeError
296 function_type/function_type24_test: RuntimeError
297 function_type/function_type25_test: RuntimeError
298 function_type/function_type26_test: RuntimeError
299 function_type/function_type27_test: RuntimeError
300 function_type/function_type28_test: RuntimeError
301 function_type/function_type29_test: RuntimeError
302 function_type/function_type2_test: RuntimeError
303 function_type/function_type30_test: RuntimeError
304 function_type/function_type31_test: RuntimeError
305 function_type/function_type32_test: RuntimeError
306 function_type/function_type33_test: RuntimeError
307 function_type/function_type34_test: RuntimeError
308 function_type/function_type35_test: RuntimeError
309 function_type/function_type36_test: RuntimeError
310 function_type/function_type37_test: RuntimeError
311 function_type/function_type38_test: RuntimeError
312 function_type/function_type39_test: RuntimeError
313 function_type/function_type3_test: RuntimeError
314 function_type/function_type40_test: RuntimeError
315 function_type/function_type41_test: RuntimeError
316 function_type/function_type42_test: RuntimeError
317 function_type/function_type43_test: RuntimeError
318 function_type/function_type44_test: RuntimeError
319 function_type/function_type45_test: RuntimeError
320 function_type/function_type46_test: RuntimeError
321 function_type/function_type47_test: RuntimeError
322 function_type/function_type48_test: RuntimeError
323 function_type/function_type49_test: RuntimeError
324 function_type/function_type4_test: RuntimeError
325 function_type/function_type50_test: RuntimeError
326 function_type/function_type51_test: RuntimeError
327 function_type/function_type52_test: RuntimeError
328 function_type/function_type53_test: RuntimeError
329 function_type/function_type54_test: RuntimeError
330 function_type/function_type55_test: RuntimeError
331 function_type/function_type56_test: RuntimeError
332 function_type/function_type57_test: RuntimeError
333 function_type/function_type58_test: RuntimeError
334 function_type/function_type59_test: RuntimeError
335 function_type/function_type5_test: RuntimeError
336 function_type/function_type60_test: RuntimeError
337 function_type/function_type61_test: RuntimeError
338 function_type/function_type62_test: RuntimeError
339 function_type/function_type63_test: RuntimeError
340 function_type/function_type64_test: RuntimeError
341 function_type/function_type65_test: RuntimeError
342 function_type/function_type66_test: RuntimeError
343 function_type/function_type67_test: RuntimeError
344 function_type/function_type68_test: RuntimeError
345 function_type/function_type69_test: RuntimeError
346 function_type/function_type6_test: RuntimeError
347 function_type/function_type70_test: RuntimeError
348 function_type/function_type71_test: RuntimeError
349 function_type/function_type72_test: RuntimeError
350 function_type/function_type73_test: RuntimeError
351 function_type/function_type74_test: RuntimeError
352 function_type/function_type75_test: RuntimeError
353 function_type/function_type76_test: RuntimeError
354 function_type/function_type77_test: RuntimeError
355 function_type/function_type78_test: RuntimeError
356 function_type/function_type79_test: RuntimeError
357 function_type/function_type7_test: RuntimeError
358 function_type/function_type80_test: RuntimeError
359 function_type/function_type81_test: RuntimeError
360 function_type/function_type82_test: RuntimeError
361 function_type/function_type83_test: RuntimeError
362 function_type/function_type84_test: RuntimeError
363 function_type/function_type85_test: RuntimeError
364 function_type/function_type86_test: RuntimeError
365 function_type/function_type87_test: RuntimeError
366 function_type/function_type88_test: RuntimeError
367 function_type/function_type89_test: RuntimeError
368 function_type/function_type8_test: RuntimeError
369 function_type/function_type90_test: RuntimeError
370 function_type/function_type91_test: RuntimeError
371 function_type/function_type92_test: RuntimeError
372 function_type/function_type93_test: RuntimeError
373 function_type/function_type94_test: RuntimeError
374 function_type/function_type95_test: RuntimeError
375 function_type/function_type96_test: RuntimeError
376 function_type/function_type97_test: RuntimeError
377 function_type/function_type98_test: RuntimeError
378 function_type/function_type99_test: RuntimeError
379 function_type/function_type9_test: RuntimeError
286 list_literal1_test/01: MissingCompileTimeError 380 list_literal1_test/01: MissingCompileTimeError
287 malbounded_redirecting_factory2_test/03: Fail 381 malbounded_redirecting_factory2_test/03: Fail
288 malbounded_redirecting_factory2_test/04: Fail 382 malbounded_redirecting_factory2_test/04: Fail
289 malbounded_redirecting_factory_test/03: Fail 383 malbounded_redirecting_factory_test/03: Fail
290 malbounded_redirecting_factory_test/04: Fail 384 malbounded_redirecting_factory_test/04: Fail
291 malbounded_type_cast_test: RuntimeError 385 malbounded_type_cast_test: RuntimeError
292 malbounded_type_test_test/03: Fail 386 malbounded_type_test_test/03: Fail
293 malbounded_type_test_test/04: Fail 387 malbounded_type_test_test/04: Fail
388 malformed2_test/00: RuntimeError
294 malformed2_test/01: MissingCompileTimeError 389 malformed2_test/01: MissingCompileTimeError
295 map_literal1_test/01: MissingCompileTimeError 390 map_literal1_test/01: MissingCompileTimeError
296 mixin_invalid_bound2_test/08: Fail 391 mixin_invalid_bound2_test/08: Fail
297 mixin_invalid_bound2_test/09: Fail 392 mixin_invalid_bound2_test/09: Fail
298 mixin_invalid_bound2_test/10: Fail 393 mixin_invalid_bound2_test/10: Fail
299 mixin_invalid_bound_test/06: Fail 394 mixin_invalid_bound_test/06: Fail
300 mixin_invalid_bound_test/07: Fail 395 mixin_invalid_bound_test/07: Fail
301 mixin_super_bound2_test/01: RuntimeError 396 mixin_super_bound2_test/01: RuntimeError
302 mixin_super_bound_test: RuntimeError 397 mixin_super_bound_test: RuntimeError
303 msk_bound_test: RuntimeError 398 msk_bound_test: RuntimeError
304 redirecting_factory_infinite_steps_test/01: Fail 399 redirecting_factory_infinite_steps_test/01: Fail
305 redirecting_factory_malbounded_test/01: Fail 400 redirecting_factory_malbounded_test/01: Fail
306 regress_22728_test: RuntimeError 401 regress_22728_test: RuntimeError
307 regress_26133_test: RuntimeError 402 regress_26133_test: RuntimeError
308 type_parameter_test/01: Fail
309 type_parameter_test/02: Fail
310 type_parameter_test/03: Fail
311 type_parameter_test/04: Fail
312 type_parameter_test/05: MissingCompileTimeError 403 type_parameter_test/05: MissingCompileTimeError
313 type_parameter_test/06: Fail 404 type_parameter_test/none: RuntimeError
314 type_variable_bounds4_test/01: RuntimeError 405 type_variable_bounds4_test/01: RuntimeError
315 406
316 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 407 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
317 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 408 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698