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

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

Issue 2739213004: Improve detection of compile-time errors. (Closed)
Patch Set: dartfmt Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tools/patch_sdk.dart » ('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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
11 accessor_conflict_import2_test: RuntimeError 11 accessor_conflict_import2_test: RuntimeError
12 application_negative_test: Crash 12 application_negative_test: Crash
13 arg_param_trailing_comma_test/107: MissingCompileTimeError 13 arg_param_trailing_comma_test/107: MissingCompileTimeError
14 arg_param_trailing_comma_test/none: RuntimeError 14 arg_param_trailing_comma_test/none: RuntimeError
15 assignable_expression_test/02: MissingCompileTimeError 15 assignable_expression_test/02: MissingCompileTimeError
16 assignable_expression_test/03: MissingCompileTimeError 16 assignable_expression_test/03: MissingCompileTimeError
17 assignable_expression_test/12: MissingCompileTimeError 17 assignable_expression_test/12: MissingCompileTimeError
18 assignable_expression_test/13: MissingCompileTimeError 18 assignable_expression_test/13: MissingCompileTimeError
19 assignable_expression_test/22: MissingCompileTimeError 19 assignable_expression_test/22: MissingCompileTimeError
20 assignable_expression_test/23: MissingCompileTimeError 20 assignable_expression_test/23: MissingCompileTimeError
21 assignable_expression_test/32: MissingCompileTimeError 21 assignable_expression_test/32: MissingCompileTimeError
22 assignable_expression_test/33: MissingCompileTimeError 22 assignable_expression_test/33: MissingCompileTimeError
23 assignable_expression_test/42: MissingCompileTimeError 23 assignable_expression_test/42: MissingCompileTimeError
24 assignable_expression_test/43: MissingCompileTimeError 24 assignable_expression_test/43: MissingCompileTimeError
25 assignable_expression_test/50: MissingCompileTimeError
26 async_await_syntax_test/a01b: MissingCompileTimeError 25 async_await_syntax_test/a01b: MissingCompileTimeError
27 async_await_syntax_test/a01c: MissingCompileTimeError 26 async_await_syntax_test/a01c: MissingCompileTimeError
28 async_await_syntax_test/a05f: MissingCompileTimeError 27 async_await_syntax_test/a05f: MissingCompileTimeError
29 async_await_syntax_test/a05g: MissingCompileTimeError 28 async_await_syntax_test/a05g: MissingCompileTimeError
30 async_await_syntax_test/a05h: MissingCompileTimeError 29 async_await_syntax_test/a05h: MissingCompileTimeError
31 async_await_syntax_test/a06b: MissingCompileTimeError 30 async_await_syntax_test/a06b: MissingCompileTimeError
32 async_await_syntax_test/a12e: MissingCompileTimeError 31 async_await_syntax_test/a12e: MissingCompileTimeError
33 async_await_syntax_test/a12f: MissingCompileTimeError 32 async_await_syntax_test/a12f: MissingCompileTimeError
34 async_await_syntax_test/b00a: DartkCrash 33 async_await_syntax_test/b00a: DartkCrash
35 async_await_syntax_test/b00b: DartkCrash 34 async_await_syntax_test/b00b: DartkCrash
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 built_in_identifier_illegal_test/10: MissingCompileTimeError 69 built_in_identifier_illegal_test/10: MissingCompileTimeError
71 built_in_identifier_illegal_test/12: MissingCompileTimeError 70 built_in_identifier_illegal_test/12: MissingCompileTimeError
72 built_in_identifier_illegal_test/13: MissingCompileTimeError 71 built_in_identifier_illegal_test/13: MissingCompileTimeError
73 built_in_identifier_illegal_test/15: MissingCompileTimeError 72 built_in_identifier_illegal_test/15: MissingCompileTimeError
74 built_in_identifier_illegal_test/16: MissingCompileTimeError 73 built_in_identifier_illegal_test/16: MissingCompileTimeError
75 built_in_identifier_illegal_test/17: MissingCompileTimeError 74 built_in_identifier_illegal_test/17: MissingCompileTimeError
76 built_in_identifier_illegal_test/18: MissingCompileTimeError 75 built_in_identifier_illegal_test/18: MissingCompileTimeError
77 built_in_identifier_illegal_test/19: MissingCompileTimeError 76 built_in_identifier_illegal_test/19: MissingCompileTimeError
78 built_in_identifier_illegal_test/20: MissingCompileTimeError 77 built_in_identifier_illegal_test/20: MissingCompileTimeError
79 built_in_identifier_test/01: CompileTimeError 78 built_in_identifier_test/01: CompileTimeError
80 call_nonexistent_static_test/01: RuntimeError 79 call_nonexistent_static_test/01: CompileTimeError
81 call_nonexistent_static_test/04: RuntimeError 80 call_nonexistent_static_test/04: CompileTimeError
82 call_nonexistent_static_test/06: RuntimeError 81 call_nonexistent_static_test/06: CompileTimeError
83 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 82 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
84 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 83 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
85 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 84 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
86 class_cycle2_test/01: MissingCompileTimeError 85 class_cycle2_test/01: MissingCompileTimeError
87 class_cycle2_test/02: MissingCompileTimeError 86 class_cycle2_test/02: MissingCompileTimeError
88 class_cycle_test/00: MissingCompileTimeError 87 class_cycle_test/00: MissingCompileTimeError
89 class_cycle_test/01: MissingCompileTimeError 88 class_cycle_test/01: MissingCompileTimeError
90 compile_time_constant10_test/01: Crash 89 compile_time_constant10_test/01: Crash
91 compile_time_constant10_test/02: Crash 90 compile_time_constant10_test/02: Crash
92 compile_time_constant13_test/02: Crash
93 compile_time_constant13_test/03: MissingCompileTimeError 91 compile_time_constant13_test/03: MissingCompileTimeError
94 compile_time_constant13_test/04: Crash
95 compile_time_constant13_test/05: Crash
96 compile_time_constant_arguments_test/01: MissingCompileTimeError 92 compile_time_constant_arguments_test/01: MissingCompileTimeError
97 compile_time_constant_arguments_test/02: MissingCompileTimeError 93 compile_time_constant_arguments_test/02: MissingCompileTimeError
98 compile_time_constant_arguments_test/03: MissingCompileTimeError 94 compile_time_constant_arguments_test/03: MissingCompileTimeError
99 compile_time_constant_arguments_test/04: MissingCompileTimeError 95 compile_time_constant_arguments_test/04: MissingCompileTimeError
100 compile_time_constant_arguments_test/05: MissingCompileTimeError 96 compile_time_constant_arguments_test/05: MissingCompileTimeError
101 compile_time_constant_arguments_test/06: MissingCompileTimeError 97 compile_time_constant_arguments_test/06: MissingCompileTimeError
102 compile_time_constant_c_test/02: MissingCompileTimeError 98 compile_time_constant_c_test/02: MissingCompileTimeError
103 compile_time_constant_c_test/03: MissingCompileTimeError 99 compile_time_constant_c_test/03: MissingCompileTimeError
104 compile_time_constant_k_test/01: RuntimeError 100 compile_time_constant_k_test/01: RuntimeError
105 compile_time_constant_k_test/02: RuntimeError 101 compile_time_constant_k_test/02: RuntimeError
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 const_nested_test: RuntimeError 151 const_nested_test: RuntimeError
156 const_optional_args_negative_test: Fail 152 const_optional_args_negative_test: Fail
157 const_switch2_test/01: MissingCompileTimeError 153 const_switch2_test/01: MissingCompileTimeError
158 const_syntax_test/01: MissingCompileTimeError 154 const_syntax_test/01: MissingCompileTimeError
159 const_syntax_test/02: MissingCompileTimeError 155 const_syntax_test/02: MissingCompileTimeError
160 const_syntax_test/03: MissingCompileTimeError 156 const_syntax_test/03: MissingCompileTimeError
161 const_syntax_test/04: MissingCompileTimeError 157 const_syntax_test/04: MissingCompileTimeError
162 const_syntax_test/05: MissingCompileTimeError 158 const_syntax_test/05: MissingCompileTimeError
163 const_syntax_test/06: MissingCompileTimeError 159 const_syntax_test/06: MissingCompileTimeError
164 const_syntax_test/07: MissingCompileTimeError 160 const_syntax_test/07: MissingCompileTimeError
161 const_syntax_test/08: MissingCompileTimeError
162 const_syntax_test/09: MissingCompileTimeError
165 const_syntax_test/10: Crash 163 const_syntax_test/10: Crash
166 const_syntax_test/11: MissingCompileTimeError 164 const_syntax_test/11: MissingCompileTimeError
167 const_syntax_test/12: MissingCompileTimeError 165 const_syntax_test/12: MissingCompileTimeError
168 const_types_test/07: MissingCompileTimeError 166 const_types_test/07: MissingCompileTimeError
169 const_types_test/08: MissingCompileTimeError 167 const_types_test/08: MissingCompileTimeError
170 const_types_test/09: MissingCompileTimeError 168 const_types_test/09: MissingCompileTimeError
171 const_types_test/10: MissingCompileTimeError 169 const_types_test/10: MissingCompileTimeError
172 const_types_test/11: MissingCompileTimeError 170 const_types_test/11: MissingCompileTimeError
173 const_types_test/12: MissingCompileTimeError 171 const_types_test/12: MissingCompileTimeError
174 const_types_test/14: MissingCompileTimeError 172 const_types_test/14: MissingCompileTimeError
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 covariant_test/40c: RuntimeError 220 covariant_test/40c: RuntimeError
223 covariant_test/42: RuntimeError 221 covariant_test/42: RuntimeError
224 covariant_test/46: MissingCompileTimeError 222 covariant_test/46: MissingCompileTimeError
225 covariant_test/46b: MissingCompileTimeError 223 covariant_test/46b: MissingCompileTimeError
226 covariant_test/48: RuntimeError 224 covariant_test/48: RuntimeError
227 covariant_test/52: RuntimeError 225 covariant_test/52: RuntimeError
228 covariant_test/54: RuntimeError 226 covariant_test/54: RuntimeError
229 covariant_test/56: RuntimeError 227 covariant_test/56: RuntimeError
230 covariant_test/59: MissingCompileTimeError 228 covariant_test/59: MissingCompileTimeError
231 covariant_test/none: RuntimeError 229 covariant_test/none: RuntimeError
230 crash_6725_test/01: CompileTimeError
232 cyclic_class_member_test/01: MissingCompileTimeError 231 cyclic_class_member_test/01: MissingCompileTimeError
233 cyclic_constructor_test/01: MissingCompileTimeError 232 cyclic_constructor_test/01: MissingCompileTimeError
234 cyclic_type_test/00: RuntimeError 233 cyclic_type_test/00: RuntimeError
235 cyclic_type_test/01: RuntimeError 234 cyclic_type_test/01: RuntimeError
236 cyclic_type_test/03: RuntimeError 235 cyclic_type_test/03: RuntimeError
237 cyclic_type_variable_test/01: Crash 236 cyclic_type_variable_test/01: Crash
238 cyclic_type_variable_test/02: Crash 237 cyclic_type_variable_test/02: Crash
239 cyclic_type_variable_test/03: Crash 238 cyclic_type_variable_test/03: Crash
240 cyclic_type_variable_test/04: Crash 239 cyclic_type_variable_test/04: Crash
241 cyclic_type_variable_test/none: Crash 240 cyclic_type_variable_test/none: Crash
242 cyclic_typedef_test/01: MissingCompileTimeError 241 cyclic_typedef_test/01: MissingCompileTimeError
243 cyclic_typedef_test/02: MissingCompileTimeError 242 cyclic_typedef_test/02: MissingCompileTimeError
244 cyclic_typedef_test/03: MissingCompileTimeError 243 cyclic_typedef_test/03: MissingCompileTimeError
245 cyclic_typedef_test/04: MissingCompileTimeError 244 cyclic_typedef_test/04: MissingCompileTimeError
246 cyclic_typedef_test/05: MissingCompileTimeError 245 cyclic_typedef_test/05: MissingCompileTimeError
247 cyclic_typedef_test/06: MissingCompileTimeError 246 cyclic_typedef_test/06: MissingCompileTimeError
248 cyclic_typedef_test/07: MissingCompileTimeError 247 cyclic_typedef_test/07: MissingCompileTimeError
249 cyclic_typedef_test/08: MissingCompileTimeError 248 cyclic_typedef_test/08: MissingCompileTimeError
250 cyclic_typedef_test/09: MissingCompileTimeError 249 cyclic_typedef_test/09: MissingCompileTimeError
251 cyclic_typedef_test/10: MissingCompileTimeError 250 cyclic_typedef_test/10: MissingCompileTimeError
252 cyclic_typedef_test/11: MissingCompileTimeError 251 cyclic_typedef_test/11: MissingCompileTimeError
253 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5 252 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5
254 deferred_closurize_load_library_test: RuntimeError 253 deferred_closurize_load_library_test: RuntimeError
255 deferred_constant_list_test: RuntimeError 254 deferred_constant_list_test: RuntimeError
255 deferred_constraints_constants_test/constructor1: MissingCompileTimeError
256 deferred_constraints_constants_test/constructor2: MissingCompileTimeError
257 deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
258 deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
259 deferred_constraints_constants_test/metadata1: MissingCompileTimeError
260 deferred_constraints_constants_test/metadata2: MissingCompileTimeError
261 deferred_constraints_constants_test/metadata3: MissingCompileTimeError
256 deferred_constraints_constants_test/none: RuntimeError 262 deferred_constraints_constants_test/none: RuntimeError
263 deferred_constraints_constants_test/reference1: MissingCompileTimeError
264 deferred_constraints_constants_test/reference2: MissingCompileTimeError
257 deferred_constraints_constants_test/reference_after_load: RuntimeError 265 deferred_constraints_constants_test/reference_after_load: RuntimeError
258 deferred_constraints_type_annotation_test/as_operation: RuntimeError 266 deferred_constraints_type_annotation_test/as_operation: RuntimeError
259 deferred_constraints_type_annotation_test/catch_check: RuntimeError 267 deferred_constraints_type_annotation_test/catch_check: RuntimeError
260 deferred_constraints_type_annotation_test/is_check: RuntimeError 268 deferred_constraints_type_annotation_test/is_check: RuntimeError
261 deferred_constraints_type_annotation_test/new: RuntimeError 269 deferred_constraints_type_annotation_test/new: RuntimeError
262 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 270 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
263 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 271 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
264 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 272 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
265 deferred_constraints_type_annotation_test/new_generic3: RuntimeError 273 deferred_constraints_type_annotation_test/new_generic3: RuntimeError
266 deferred_constraints_type_annotation_test/none: RuntimeError 274 deferred_constraints_type_annotation_test/none: RuntimeError
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 external_test/31: MissingCompileTimeError 345 external_test/31: MissingCompileTimeError
338 factory_redirection_test/07: MissingCompileTimeError 346 factory_redirection_test/07: MissingCompileTimeError
339 field_decl_missing_var_type_test/01: MissingCompileTimeError 347 field_decl_missing_var_type_test/01: MissingCompileTimeError
340 final_initializer_instance_reference_test/01: MissingCompileTimeError 348 final_initializer_instance_reference_test/01: MissingCompileTimeError
341 final_is_not_const_test/01: MissingCompileTimeError 349 final_is_not_const_test/01: MissingCompileTimeError
342 final_super_field_set_test/01: RuntimeError 350 final_super_field_set_test/01: RuntimeError
343 final_syntax_test/01: MissingCompileTimeError 351 final_syntax_test/01: MissingCompileTimeError
344 final_syntax_test/02: MissingCompileTimeError 352 final_syntax_test/02: MissingCompileTimeError
345 final_syntax_test/03: MissingCompileTimeError 353 final_syntax_test/03: MissingCompileTimeError
346 final_syntax_test/04: MissingCompileTimeError 354 final_syntax_test/04: MissingCompileTimeError
347 first_class_types_literals_test/08: RuntimeError 355 first_class_types_literals_test/08: CompileTimeError
348 for2_test: RuntimeError 356 for2_test: RuntimeError
349 for_variable_capture_test: RuntimeError 357 for_variable_capture_test: RuntimeError
350 function_subtype0_test: RuntimeError 358 function_subtype0_test: RuntimeError
351 function_subtype1_test: RuntimeError 359 function_subtype1_test: RuntimeError
352 function_subtype2_test: RuntimeError 360 function_subtype2_test: RuntimeError
353 function_subtype_bound_closure3_test: RuntimeError 361 function_subtype_bound_closure3_test: RuntimeError
354 function_subtype_bound_closure4_test: RuntimeError 362 function_subtype_bound_closure4_test: RuntimeError
355 function_subtype_cast1_test: RuntimeError 363 function_subtype_cast1_test: RuntimeError
356 function_subtype_inline0_test: RuntimeError 364 function_subtype_inline0_test: RuntimeError
357 function_subtype_local3_test: RuntimeError 365 function_subtype_local3_test: RuntimeError
(...skipping 26 matching lines...) Expand all
384 generic_field_mixin2_test: RuntimeError 392 generic_field_mixin2_test: RuntimeError
385 generic_field_mixin3_test: RuntimeError 393 generic_field_mixin3_test: RuntimeError
386 generic_field_mixin4_test: RuntimeError 394 generic_field_mixin4_test: RuntimeError
387 generic_field_mixin5_test: RuntimeError 395 generic_field_mixin5_test: RuntimeError
388 generic_field_mixin_test: RuntimeError 396 generic_field_mixin_test: RuntimeError
389 generic_metadata_test/02: MissingCompileTimeError 397 generic_metadata_test/02: MissingCompileTimeError
390 generic_metadata_test/03: MissingCompileTimeError 398 generic_metadata_test/03: MissingCompileTimeError
391 generic_method_types_test: Pass, RuntimeError 399 generic_method_types_test: Pass, RuntimeError
392 getter_closure_execution_order_test: RuntimeError 400 getter_closure_execution_order_test: RuntimeError
393 getter_parameters_test/01: MissingCompileTimeError 401 getter_parameters_test/01: MissingCompileTimeError
402 getter_parameters_test/02: MissingCompileTimeError
394 getter_parameters_test/03: MissingCompileTimeError 403 getter_parameters_test/03: MissingCompileTimeError
395 getter_parameters_test/04: MissingCompileTimeError 404 getter_parameters_test/04: MissingCompileTimeError
396 getter_setter_in_lib_test: RuntimeError 405 getter_setter_in_lib_test: RuntimeError
397 if_null_assignment_behavior_test/09: RuntimeError 406 if_null_assignment_behavior_test/09: RuntimeError
398 if_null_assignment_behavior_test/10: RuntimeError 407 if_null_assignment_behavior_test/10: RuntimeError
399 if_null_assignment_behavior_test/15: RuntimeError 408 if_null_assignment_behavior_test/15: RuntimeError
400 implicit_scope_test: Crash 409 implicit_scope_test: Crash
401 import_combinators_test: RuntimeError 410 import_combinators_test: RuntimeError
402 import_private_test/01: MissingCompileTimeError 411 import_private_test/01: MissingCompileTimeError
403 initializing_formal_capture_test: RuntimeError 412 initializing_formal_capture_test: RuntimeError
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 multiline_newline_test/none: RuntimeError 505 multiline_newline_test/none: RuntimeError
497 named_constructor_test/01: MissingRuntimeError 506 named_constructor_test/01: MissingRuntimeError
498 named_parameters_aggregated_test/01: MissingCompileTimeError 507 named_parameters_aggregated_test/01: MissingCompileTimeError
499 named_parameters_aggregated_test/03: MissingCompileTimeError 508 named_parameters_aggregated_test/03: MissingCompileTimeError
500 named_parameters_aggregated_test/04: MissingCompileTimeError 509 named_parameters_aggregated_test/04: MissingCompileTimeError
501 named_parameters_default_eq_test/01: MissingCompileTimeError 510 named_parameters_default_eq_test/01: MissingCompileTimeError
502 named_parameters_default_eq_test/02: MissingCompileTimeError 511 named_parameters_default_eq_test/02: MissingCompileTimeError
503 no_main_test/01: Crash 512 no_main_test/01: Crash
504 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 513 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
505 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 514 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
506 number_identifier_test/02: MissingCompileTimeError
507 number_identifier_test/04: MissingCompileTimeError
508 on_catch_malformed_type_test: RuntimeError 515 on_catch_malformed_type_test: RuntimeError
509 parameter_initializer6_negative_test: Fail 516 parameter_initializer6_negative_test: Fail
510 part2_test: RuntimeError 517 part2_test: RuntimeError
511 private_access_test/05: RuntimeError 518 private_access_test/05: RuntimeError
512 private_access_test/06: RuntimeError 519 private_access_test/06: RuntimeError
513 private_super_constructor_test/01: MissingCompileTimeError 520 private_super_constructor_test/01: MissingCompileTimeError
514 redirecting_constructor_initializer_test: RuntimeError 521 redirecting_constructor_initializer_test: RuntimeError
515 redirecting_factory_default_values_test/01: MissingCompileTimeError 522 redirecting_factory_default_values_test/01: MissingCompileTimeError
516 redirecting_factory_default_values_test/02: MissingCompileTimeError 523 redirecting_factory_default_values_test/02: MissingCompileTimeError
517 redirecting_factory_infinite_steps_test/02: Crash 524 redirecting_factory_infinite_steps_test/02: Crash
518 redirecting_factory_long_test: RuntimeError 525 redirecting_factory_long_test: RuntimeError
519 regress_13494_test: RuntimeError 526 ref_before_declaration_test/00: MissingCompileTimeError
527 ref_before_declaration_test/01: MissingCompileTimeError
528 ref_before_declaration_test/02: MissingCompileTimeError
529 ref_before_declaration_test/03: MissingCompileTimeError
530 ref_before_declaration_test/04: MissingCompileTimeError
531 ref_before_declaration_test/05: MissingCompileTimeError
532 ref_before_declaration_test/06: MissingCompileTimeError
533 ref_before_declaration_test/07: MissingCompileTimeError
534 regress_13494_test: CompileTimeError
520 regress_20394_test/01: MissingCompileTimeError 535 regress_20394_test/01: MissingCompileTimeError
521 regress_22438_test: RuntimeError 536 regress_22438_test: RuntimeError
522 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 537 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
523 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 538 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
524 regress_27617_test/1: MissingCompileTimeError 539 regress_27617_test/1: MissingCompileTimeError
525 regress_28217_test/01: MissingCompileTimeError 540 regress_28217_test/01: MissingCompileTimeError
526 regress_28217_test/none: MissingCompileTimeError 541 regress_28217_test/none: MissingCompileTimeError
527 regress_28278_test: RuntimeError # Mirrors Issue 542 regress_28278_test: RuntimeError # Mirrors Issue
528 reify_typevar_static_test/00: MissingCompileTimeError
529 runtime_type_function_test: RuntimeError 543 runtime_type_function_test: RuntimeError
530 scope_variable_test/01: MissingCompileTimeError 544 scope_variable_test/01: MissingCompileTimeError
531 script1_negative_test: Fail 545 script1_negative_test: Fail
532 script2_negative_test: Fail 546 script2_negative_test: Fail
533 setter0_test: RuntimeError 547 setter0_test: RuntimeError
534 setter4_test: CompileTimeError 548 setter4_test: CompileTimeError
535 setter_override_test/01: RuntimeError 549 setter_override_test/01: RuntimeError
536 setter_override_test/02: RuntimeError 550 setter_override_test/02: RuntimeError
537 setter_override_test/none: RuntimeError 551 setter_override_test/none: RuntimeError
538 source_self_negative_test: DartkCrash 552 source_self_negative_test: DartkCrash
553 static_field3_test/03: CompileTimeError
554 static_field3_test/04: CompileTimeError
539 static_final_field2_test/02: MissingCompileTimeError 555 static_final_field2_test/02: MissingCompileTimeError
540 static_parameter_test/01: MissingCompileTimeError 556 static_parameter_test/01: MissingCompileTimeError
541 static_parameter_test/02: MissingCompileTimeError 557 static_parameter_test/02: MissingCompileTimeError
542 static_parameter_test/03: MissingCompileTimeError 558 static_parameter_test/03: MissingCompileTimeError
543 static_parameter_test/04: MissingCompileTimeError 559 static_parameter_test/04: MissingCompileTimeError
544 static_parameter_test/05: MissingCompileTimeError 560 static_parameter_test/05: MissingCompileTimeError
545 static_parameter_test/06: MissingCompileTimeError 561 static_parameter_test/06: MissingCompileTimeError
546 static_parameter_test/07: MissingCompileTimeError 562 static_parameter_test/07: MissingCompileTimeError
547 static_parameter_test/08: MissingCompileTimeError 563 static_parameter_test/08: MissingCompileTimeError
548 static_parameter_test/09: MissingCompileTimeError 564 static_parameter_test/09: MissingCompileTimeError
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 sync_generator2_test/11: MissingCompileTimeError 607 sync_generator2_test/11: MissingCompileTimeError
592 sync_generator2_test/20: MissingCompileTimeError 608 sync_generator2_test/20: MissingCompileTimeError
593 sync_generator2_test/30: MissingCompileTimeError 609 sync_generator2_test/30: MissingCompileTimeError
594 sync_generator2_test/40: MissingCompileTimeError 610 sync_generator2_test/40: MissingCompileTimeError
595 sync_generator2_test/41: MissingCompileTimeError 611 sync_generator2_test/41: MissingCompileTimeError
596 sync_generator2_test/51: MissingCompileTimeError 612 sync_generator2_test/51: MissingCompileTimeError
597 sync_generator2_test/52: MissingCompileTimeError 613 sync_generator2_test/52: MissingCompileTimeError
598 syntax_test/02: MissingCompileTimeError 614 syntax_test/02: MissingCompileTimeError
599 syntax_test/03: MissingCompileTimeError 615 syntax_test/03: MissingCompileTimeError
600 syntax_test/27: MissingCompileTimeError 616 syntax_test/27: MissingCompileTimeError
601 syntax_test/64: MissingCompileTimeError
602 syntax_test/65: MissingCompileTimeError
603 this_conditional_operator_test/01: MissingCompileTimeError 617 this_conditional_operator_test/01: MissingCompileTimeError
604 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 618 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
605 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 619 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
606 try_catch_syntax_test/01: MissingCompileTimeError 620 try_catch_syntax_test/01: MissingCompileTimeError
621 try_catch_syntax_test/05: MissingCompileTimeError
607 try_catch_syntax_test/07: MissingCompileTimeError 622 try_catch_syntax_test/07: MissingCompileTimeError
608 try_catch_syntax_test/09: MissingCompileTimeError 623 try_catch_syntax_test/09: MissingCompileTimeError
609 try_catch_syntax_test/10: MissingCompileTimeError 624 try_catch_syntax_test/10: MissingCompileTimeError
610 try_catch_syntax_test/11: MissingCompileTimeError 625 try_catch_syntax_test/11: MissingCompileTimeError
611 try_catch_syntax_test/12: MissingCompileTimeError 626 try_catch_syntax_test/12: MissingCompileTimeError
612 try_catch_syntax_test/16: Crash 627 try_catch_syntax_test/16: Crash
613 try_catch_syntax_test/17: Crash 628 try_catch_syntax_test/17: Crash
614 type_variable_conflict2_test/01: RuntimeError 629 type_variable_conflict2_test/01: RuntimeError
615 type_variable_conflict_test/01: MissingCompileTimeError 630 type_variable_conflict_test/01: MissingCompileTimeError
616 type_variable_conflict_test/02: MissingCompileTimeError 631 type_variable_conflict_test/02: MissingCompileTimeError
(...skipping 24 matching lines...) Expand all
641 656
642 # Triaged checked mode failures 657 # Triaged checked mode failures
643 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 658 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
644 language/regress_22728_test: Fail # Dartk Issue 28498 659 language/regress_22728_test: Fail # Dartk Issue 28498
645 660
646 # dartk: JIT failures 661 # dartk: JIT failures
647 [ $compiler == dartk ] 662 [ $compiler == dartk ]
648 const_evaluation_test/01: RuntimeError 663 const_evaluation_test/01: RuntimeError
649 const_locals_test: RuntimeError 664 const_locals_test: RuntimeError
650 const_string_test: RuntimeError # Dartk Issue 28306 665 const_string_test: RuntimeError # Dartk Issue 28306
651 const_syntax_test/08: MissingCompileTimeError
652 const_syntax_test/09: MissingCompileTimeError
653 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 666 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
654 ct_const2_test: Pass, Crash # Flaky 667 ct_const2_test: Pass, Crash # Flaky
655 deferred_constraints_constants_test/constructor1: MissingCompileTimeError
656 deferred_constraints_constants_test/constructor2: MissingCompileTimeError
657 deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
658 deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
659 deferred_constraints_constants_test/metadata1: MissingCompileTimeError
660 deferred_constraints_constants_test/metadata2: MissingCompileTimeError
661 deferred_constraints_constants_test/metadata3: MissingCompileTimeError
662 deferred_constraints_constants_test/reference1: MissingCompileTimeError
663 deferred_constraints_constants_test/reference2: MissingCompileTimeError
664 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790 668 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790
665 final_syntax_test/09: Crash 669 final_syntax_test/09: Crash
666 getter_declaration_negative_test: Fail 670 getter_declaration_negative_test: Fail
667 getter_parameters_test/02: MissingCompileTimeError
668 hello_dart_test: Crash 671 hello_dart_test: Crash
669 instance_creation_in_function_annotation_test: RuntimeError 672 instance_creation_in_function_annotation_test: RuntimeError
670 label_test: CompileTimeError 673 label_test: CompileTimeError
671 library_env_test/has_no_mirror_support: RuntimeError 674 library_env_test/has_no_mirror_support: RuntimeError
672 redirecting_factory_reflection_test: Crash 675 redirecting_factory_reflection_test: Crash
673 redirecting_factory_reflection_test: RuntimeError 676 redirecting_factory_reflection_test: RuntimeError
674 ref_before_declaration_test/00: MissingCompileTimeError
675 ref_before_declaration_test/01: MissingCompileTimeError
676 ref_before_declaration_test/02: MissingCompileTimeError
677 ref_before_declaration_test/03: MissingCompileTimeError
678 ref_before_declaration_test/04: MissingCompileTimeError
679 ref_before_declaration_test/05: MissingCompileTimeError
680 ref_before_declaration_test/06: MissingCompileTimeError
681 ref_before_declaration_test/07: MissingCompileTimeError
682 setter_declaration2_negative_test: Fail 677 setter_declaration2_negative_test: Fail
683 setter_declaration_negative_test: Fail 678 setter_declaration_negative_test: Fail
684 super_call4_test: RuntimeError 679 super_call4_test: RuntimeError
685 super_getter_setter_test: RuntimeError 680 super_getter_setter_test: RuntimeError
686 try_catch_syntax_test/05: MissingCompileTimeError
687 vm/lazy_deopt_vm_test: Pass, Slow, Timeout 681 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
688 vm/optimized_stacktrace_test: Skip # Issue 28788 682 vm/optimized_stacktrace_test: Skip # Issue 28788
689 683
690 # dartk: JIT failures (debug) 684 # dartk: JIT failures (debug)
691 [ $compiler == dartk && $mode == debug ] 685 [ $compiler == dartk && $mode == debug ]
692 constructor_duplicate_initializers_test/03: Crash 686 constructor_duplicate_initializers_test/03: Crash
693 deopt_inlined_function_lazy_test: Skip 687 deopt_inlined_function_lazy_test: Skip
694 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 688 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
695 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 689 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
696 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 690 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 unsupported_operators_test/03: MissingCompileTimeError 776 unsupported_operators_test/03: MissingCompileTimeError
783 unsupported_operators_test/04: MissingCompileTimeError 777 unsupported_operators_test/04: MissingCompileTimeError
784 vm/closure_memory_retention_test: Skip # Hits OOM 778 vm/closure_memory_retention_test: Skip # Hits OOM
785 779
786 # dartk: precompilation failures (debug) 780 # dartk: precompilation failures (debug)
787 [ $compiler == dartkp && $mode == debug ] 781 [ $compiler == dartkp && $mode == debug ]
788 external_test/13: Crash 782 external_test/13: Crash
789 final_syntax_test/09: Crash 783 final_syntax_test/09: Crash
790 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 784 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
791 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 785 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tools/patch_sdk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698