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

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

Issue 2803833003: Small steps towards deferred loading. (Closed)
Patch Set: Tweak status file. Some of the compile-time errors result in passing tests. Created 3 years, 8 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/isolate/isolate.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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 body_less_constructor_wrong_arg_negative_test: Crash 6 body_less_constructor_wrong_arg_negative_test: Crash
7 built_in_identifier_test/01: CompileTimeError 7 built_in_identifier_test/01: CompileTimeError
8 call_nonexistent_static_test/01: CompileTimeError 8 call_nonexistent_static_test/01: CompileTimeError
9 call_nonexistent_static_test/04: CompileTimeError 9 call_nonexistent_static_test/04: CompileTimeError
10 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
11 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
12 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
13 compile_time_constant_c_test/02: MissingCompileTimeError 10 compile_time_constant_c_test/02: MissingCompileTimeError
14 compile_time_constant_c_test/03: MissingCompileTimeError 11 compile_time_constant_c_test/03: MissingCompileTimeError
15 compile_time_constant_k_test/01: RuntimeError 12 compile_time_constant_k_test/01: RuntimeError
16 compile_time_constant_k_test/02: RuntimeError 13 compile_time_constant_k_test/02: RuntimeError
17 compile_time_constant_k_test/03: RuntimeError 14 compile_time_constant_k_test/03: RuntimeError
18 compile_time_constant_o_test/01: RuntimeError 15 compile_time_constant_o_test/01: RuntimeError
19 compile_time_constant_o_test/02: RuntimeError 16 compile_time_constant_o_test/02: RuntimeError
20 compile_time_constant_r_test/01: Crash 17 compile_time_constant_r_test/01: Crash
21 compile_time_constant_r_test/02: Crash 18 compile_time_constant_r_test/02: Crash
22 compile_time_constant_r_test/03: Crash 19 compile_time_constant_r_test/03: Crash
23 compile_time_constant_test/01: MissingCompileTimeError 20 compile_time_constant_test/01: MissingCompileTimeError
24 conditional_import_string_test: RuntimeError
25 conditional_import_test: RuntimeError
26 conditional_method_invocation_test/11: MissingCompileTimeError 21 conditional_method_invocation_test/11: MissingCompileTimeError
27 conditional_property_access_test/09: MissingCompileTimeError 22 conditional_property_access_test/09: MissingCompileTimeError
28 conditional_property_assignment_test/20: MissingCompileTimeError 23 conditional_property_assignment_test/20: MissingCompileTimeError
29 conditional_property_assignment_test/21: MissingCompileTimeError 24 conditional_property_assignment_test/21: MissingCompileTimeError
30 conditional_property_assignment_test/22: MissingCompileTimeError 25 conditional_property_assignment_test/22: MissingCompileTimeError
31 config_import_corelib_test: RuntimeError 26 config_import_corelib_test: RuntimeError
32 config_import_test: RuntimeError 27 config_import_test: RuntimeError
33 const_conditional_test/08: MissingCompileTimeError 28 const_conditional_test/08: MissingCompileTimeError
34 const_constructor_mixin2_test/01: MissingCompileTimeError 29 const_constructor_mixin2_test/01: MissingCompileTimeError
35 const_constructor_mixin3_test/01: MissingCompileTimeError 30 const_constructor_mixin3_test/01: MissingCompileTimeError
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 cyclic_typedef_test/03: MissingCompileTimeError 98 cyclic_typedef_test/03: MissingCompileTimeError
104 cyclic_typedef_test/04: MissingCompileTimeError 99 cyclic_typedef_test/04: MissingCompileTimeError
105 cyclic_typedef_test/05: MissingCompileTimeError 100 cyclic_typedef_test/05: MissingCompileTimeError
106 cyclic_typedef_test/06: MissingCompileTimeError 101 cyclic_typedef_test/06: MissingCompileTimeError
107 cyclic_typedef_test/07: MissingCompileTimeError 102 cyclic_typedef_test/07: MissingCompileTimeError
108 cyclic_typedef_test/08: MissingCompileTimeError 103 cyclic_typedef_test/08: MissingCompileTimeError
109 cyclic_typedef_test/09: MissingCompileTimeError 104 cyclic_typedef_test/09: MissingCompileTimeError
110 cyclic_typedef_test/10: MissingCompileTimeError 105 cyclic_typedef_test/10: MissingCompileTimeError
111 cyclic_typedef_test/11: MissingCompileTimeError 106 cyclic_typedef_test/11: MissingCompileTimeError
112 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5 107 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5
113 deferred_closurize_load_library_test: RuntimeError
114 deferred_constant_list_test: RuntimeError
115 deferred_constraints_constants_test/constructor1: MissingCompileTimeError
116 deferred_constraints_constants_test/constructor2: MissingCompileTimeError
117 deferred_constraints_constants_test/default_argument1: MissingCompileTimeError
118 deferred_constraints_constants_test/default_argument2: MissingCompileTimeError
119 deferred_constraints_constants_test/metadata1: MissingCompileTimeError
120 deferred_constraints_constants_test/metadata2: MissingCompileTimeError
121 deferred_constraints_constants_test/metadata3: MissingCompileTimeError
122 deferred_constraints_constants_test/none: RuntimeError
123 deferred_constraints_constants_test/reference1: MissingCompileTimeError
124 deferred_constraints_constants_test/reference2: MissingCompileTimeError
125 deferred_constraints_constants_test/reference_after_load: RuntimeError
126 deferred_constraints_type_annotation_test/as_operation: RuntimeError
127 deferred_constraints_type_annotation_test/catch_check: RuntimeError
128 deferred_constraints_type_annotation_test/is_check: RuntimeError
129 deferred_constraints_type_annotation_test/new: RuntimeError
130 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
131 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
132 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
133 deferred_constraints_type_annotation_test/new_generic3: RuntimeError
134 deferred_constraints_type_annotation_test/none: RuntimeError
135 deferred_constraints_type_annotation_test/static_method: RuntimeError
136 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError
137 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError
138 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError
139 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError
140 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError
141 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror
142 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError
143 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r
144 deferred_duplicate_prefix1_test/01: MissingCompileTimeError 108 deferred_duplicate_prefix1_test/01: MissingCompileTimeError
145 deferred_duplicate_prefix2_test/01: MissingCompileTimeError 109 deferred_duplicate_prefix2_test/01: MissingCompileTimeError
146 deferred_duplicate_prefix3_test/01: MissingCompileTimeError 110 deferred_duplicate_prefix3_test/01: MissingCompileTimeError
147 deferred_function_type_test: RuntimeError
148 deferred_global_test: RuntimeError
149 deferred_import_core_test: RuntimeError
150 deferred_inheritance_constraints_test/extends: MissingCompileTimeError 111 deferred_inheritance_constraints_test/extends: MissingCompileTimeError
151 deferred_inheritance_constraints_test/implements: MissingCompileTimeError 112 deferred_inheritance_constraints_test/implements: MissingCompileTimeError
152 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError 113 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
153 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 114 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
154 deferred_inlined_test: RuntimeError
155 deferred_load_constants_test/01: MissingCompileTimeError
156 deferred_load_constants_test/02: MissingCompileTimeError
157 deferred_load_constants_test/03: MissingCompileTimeError
158 deferred_load_constants_test/04: MissingCompileTimeError
159 deferred_load_constants_test/05: MissingCompileTimeError
160 deferred_load_constants_test/none: RuntimeError
161 deferred_load_inval_code_test: RuntimeError
162 deferred_load_library_wrong_args_test/none: RuntimeError
163 deferred_mixin_test: RuntimeError
164 deferred_no_prefix_test/01: MissingCompileTimeError 115 deferred_no_prefix_test/01: MissingCompileTimeError
165 deferred_no_such_method_test: RuntimeError
166 deferred_not_loaded_check_test: RuntimeError 116 deferred_not_loaded_check_test: RuntimeError
167 deferred_only_constant_test: RuntimeError
168 deferred_optimized_test: RuntimeError
169 deferred_redirecting_factory_test: RuntimeError
170 deferred_regression_22995_test: RuntimeError
171 deferred_regression_28678_test: RuntimeError
172 deferred_shadow_load_library_test: RuntimeError 117 deferred_shadow_load_library_test: RuntimeError
173 deferred_shared_and_unshared_classes_test: RuntimeError
174 deferred_static_seperate_test: RuntimeError
175 deferred_super_dependency_test/01: RuntimeError
176 deferred_type_dependency_test/as: RuntimeError
177 deferred_type_dependency_test/is: RuntimeError
178 deferred_type_dependency_test/none: RuntimeError
179 deferred_type_dependency_test/type_annotation: RuntimeError
180 dynamic_prefix_core_test/01: RuntimeError 118 dynamic_prefix_core_test/01: RuntimeError
181 enum_private_test/02: RuntimeError 119 enum_private_test/02: RuntimeError
182 enum_syntax_test/06: MissingCompileTimeError 120 enum_syntax_test/06: MissingCompileTimeError
183 enum_syntax_test/21: MissingCompileTimeError 121 enum_syntax_test/21: MissingCompileTimeError
184 enum_syntax_test/30: MissingCompileTimeError 122 enum_syntax_test/30: MissingCompileTimeError
185 evaluation_redirecting_constructor_test: RuntimeError 123 evaluation_redirecting_constructor_test: RuntimeError
186 export_ambiguous_main_negative_test: Crash 124 export_ambiguous_main_negative_test: Crash
187 export_double_same_main_test: Crash 125 export_double_same_main_test: Crash
188 export_main_test: Crash 126 export_main_test: Crash
189 export_private_test/01: MissingCompileTimeError 127 export_private_test/01: MissingCompileTimeError
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 instanceof3_test: RuntimeError 201 instanceof3_test: RuntimeError
264 invocation_mirror_test: RuntimeError 202 invocation_mirror_test: RuntimeError
265 is_malformed_type_test/94: RuntimeError 203 is_malformed_type_test/94: RuntimeError
266 is_malformed_type_test/95: RuntimeError 204 is_malformed_type_test/95: RuntimeError
267 is_malformed_type_test/96: RuntimeError 205 is_malformed_type_test/96: RuntimeError
268 is_malformed_type_test/97: RuntimeError 206 is_malformed_type_test/97: RuntimeError
269 is_malformed_type_test/98: RuntimeError 207 is_malformed_type_test/98: RuntimeError
270 is_malformed_type_test/99: RuntimeError 208 is_malformed_type_test/99: RuntimeError
271 is_not_class2_test: RuntimeError 209 is_not_class2_test: RuntimeError
272 isnot_malformed_type_test: RuntimeError 210 isnot_malformed_type_test: RuntimeError
273 issue_1751477_test: RuntimeError
274 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 211 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
275 library_ambiguous_test/00: MissingRuntimeError 212 library_ambiguous_test/00: MissingRuntimeError
276 library_ambiguous_test/04: MissingRuntimeError 213 library_ambiguous_test/04: MissingRuntimeError
277 library_env_test/has_html_support: RuntimeError 214 library_env_test/has_html_support: RuntimeError
278 library_env_test/has_no_io_support: RuntimeError 215 library_env_test/has_no_io_support: RuntimeError
279 list_literal4_test: RuntimeError 216 list_literal4_test: RuntimeError
280 main_not_a_function_test/01: Crash 217 main_not_a_function_test/01: Crash
281 malformed2_test/00: RuntimeError 218 malformed2_test/00: RuntimeError
282 malformed_inheritance_test/09: MissingCompileTimeError 219 malformed_inheritance_test/09: MissingCompileTimeError
283 malformed_inheritance_test/10: MissingCompileTimeError 220 malformed_inheritance_test/10: MissingCompileTimeError
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ref_before_declaration_test/01: MissingCompileTimeError 287 ref_before_declaration_test/01: MissingCompileTimeError
351 ref_before_declaration_test/02: MissingCompileTimeError 288 ref_before_declaration_test/02: MissingCompileTimeError
352 ref_before_declaration_test/03: MissingCompileTimeError 289 ref_before_declaration_test/03: MissingCompileTimeError
353 ref_before_declaration_test/04: MissingCompileTimeError 290 ref_before_declaration_test/04: MissingCompileTimeError
354 ref_before_declaration_test/05: MissingCompileTimeError 291 ref_before_declaration_test/05: MissingCompileTimeError
355 ref_before_declaration_test/06: MissingCompileTimeError 292 ref_before_declaration_test/06: MissingCompileTimeError
356 ref_before_declaration_test/07: MissingCompileTimeError 293 ref_before_declaration_test/07: MissingCompileTimeError
357 regress_13494_test: CompileTimeError 294 regress_13494_test: CompileTimeError
358 regress_20394_test/01: MissingCompileTimeError 295 regress_20394_test/01: MissingCompileTimeError
359 regress_22438_test: RuntimeError 296 regress_22438_test: RuntimeError
360 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
361 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
362 regress_27617_test/1: MissingCompileTimeError 297 regress_27617_test/1: MissingCompileTimeError
363 regress_28217_test/01: MissingCompileTimeError 298 regress_28217_test/01: MissingCompileTimeError
364 regress_28217_test/none: MissingCompileTimeError 299 regress_28217_test/none: MissingCompileTimeError
365 regress_28278_test: RuntimeError # Mirrors Issue
366 runtime_type_function_test: RuntimeError 300 runtime_type_function_test: RuntimeError
367 scope_variable_test/01: MissingCompileTimeError 301 scope_variable_test/01: MissingCompileTimeError
368 static_field3_test/03: CompileTimeError 302 static_field3_test/03: CompileTimeError
369 static_field3_test/04: CompileTimeError 303 static_field3_test/04: CompileTimeError
370 static_parameter_test/01: MissingCompileTimeError 304 static_parameter_test/01: MissingCompileTimeError
371 static_parameter_test/02: MissingCompileTimeError 305 static_parameter_test/02: MissingCompileTimeError
372 static_parameter_test/03: MissingCompileTimeError 306 static_parameter_test/03: MissingCompileTimeError
373 static_parameter_test/04: MissingCompileTimeError 307 static_parameter_test/04: MissingCompileTimeError
374 static_parameter_test/05: MissingCompileTimeError 308 static_parameter_test/05: MissingCompileTimeError
375 static_parameter_test/06: MissingCompileTimeError 309 static_parameter_test/06: MissingCompileTimeError
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 async_return_types_test/nestedFuture: Fail 457 async_return_types_test/nestedFuture: Fail
524 async_return_types_test/wrongTypeParameter: Fail 458 async_return_types_test/wrongTypeParameter: Fail
525 body_less_constructor_wrong_arg_negative_test: Pass 459 body_less_constructor_wrong_arg_negative_test: Pass
526 compile_time_constant_checked_test/02: MissingCompileTimeError 460 compile_time_constant_checked_test/02: MissingCompileTimeError
527 const_conditional_test/08: Pass 461 const_conditional_test/08: Pass
528 const_constructor2_test/20: MissingCompileTimeError 462 const_constructor2_test/20: MissingCompileTimeError
529 const_constructor2_test/22: MissingCompileTimeError 463 const_constructor2_test/22: MissingCompileTimeError
530 const_constructor2_test/24: MissingCompileTimeError 464 const_constructor2_test/24: MissingCompileTimeError
531 const_init2_test/02: MissingCompileTimeError 465 const_init2_test/02: MissingCompileTimeError
532 default_factory2_test/01: Fail 466 default_factory2_test/01: Fail
533 deferred_constraints_type_annotation_test/type_annotation1: Pass
534 deferred_constraints_type_annotation_test/type_annotation_generic1: Pass
535 deferred_constraints_type_annotation_test/type_annotation_generic4: Pass
536 factory1_test/00: Fail 467 factory1_test/00: Fail
537 factory1_test/01: Fail 468 factory1_test/01: Fail
538 factory_implementation_test/00: Fail 469 factory_implementation_test/00: Fail
539 factory_redirection_test/08: Fail 470 factory_redirection_test/08: Fail
540 factory_redirection_test/09: Fail 471 factory_redirection_test/09: Fail
541 factory_redirection_test/10: Fail 472 factory_redirection_test/10: Fail
542 factory_redirection_test/11: Fail 473 factory_redirection_test/11: Fail
543 factory_redirection_test/12: Fail 474 factory_redirection_test/12: Fail
544 factory_redirection_test/13: Fail 475 factory_redirection_test/13: Fail
545 factory_redirection_test/14: Fail 476 factory_redirection_test/14: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 redirecting_factory_malbounded_test/01: Fail 509 redirecting_factory_malbounded_test/01: Fail
579 regress_22728_test: RuntimeError 510 regress_22728_test: RuntimeError
580 regress_26133_test: RuntimeError 511 regress_26133_test: RuntimeError
581 type_parameter_test/01: Fail 512 type_parameter_test/01: Fail
582 type_parameter_test/02: Fail 513 type_parameter_test/02: Fail
583 type_parameter_test/03: Fail 514 type_parameter_test/03: Fail
584 type_parameter_test/04: Fail 515 type_parameter_test/04: Fail
585 type_parameter_test/05: MissingCompileTimeError 516 type_parameter_test/05: MissingCompileTimeError
586 type_parameter_test/06: Fail 517 type_parameter_test/06: Fail
587 type_variable_bounds4_test/01: RuntimeError 518 type_variable_bounds4_test/01: RuntimeError
519
520 # Deferred loading kernel issue 28335.
521 [ ($compiler == dartk || $compiler == dartkp) ]
522 cha_deopt1_test: CompileTimeError # Deferred loading kernel issue 28335.
523 cha_deopt2_test: CompileTimeError # Deferred loading kernel issue 28335.
524 cha_deopt3_test: CompileTimeError # Deferred loading kernel issue 28335.
525 conditional_import_string_test: CompileTimeError # Deferred loading kernel issue 28335.
526 conditional_import_test: CompileTimeError # Deferred loading kernel issue 28335.
527 deferred_closurize_load_library_test: CompileTimeError # Deferred loading kernel issue 28335.
528 deferred_constant_list_test: CompileTimeError # Deferred loading kernel issue 28 335.
529 deferred_constraints_constants_test/none: CompileTimeError # Deferred loading ke rnel issue 28335.
530 deferred_constraints_constants_test/reference_after_load: CompileTimeError # Def erred loading kernel issue 28335.
531 deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Defer red loading kernel issue 28335.
532 deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Deferr ed loading kernel issue 28335.
533 deferred_constraints_type_annotation_test/is_check: CompileTimeError # Deferred loading kernel issue 28335.
534 deferred_constraints_type_annotation_test/new: CompileTimeError # Deferred loadi ng kernel issue 28335.
535 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # De ferred loading kernel issue 28335.
536 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Defer red loading kernel issue 28335.
537 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # Defer red loading kernel issue 28335.
538 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # Defer red loading kernel issue 28335.
539 deferred_constraints_type_annotation_test/none: CompileTimeError # Deferred load ing kernel issue 28335.
540 deferred_constraints_type_annotation_test/static_method: CompileTimeError # Defe rred loading kernel issue 28335.
541 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # D eferred loading kernel issue 28335.
542 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Deferred loading kernel issue 28335.
543 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror # Deferred loading kernel issue 28335.
544 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror # Deferred loading kernel issue 28335.
545 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Deferred loading kernel issue 28335.
546 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError # Deferred loading kernel issue 28335.
547 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # Deferred loading kernel issue 28335.
548 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error # Deferred loading kernel issue 28335.
549 deferred_function_type_test: CompileTimeError # Deferred loading kernel issue 28 335.
550 deferred_global_test: CompileTimeError # Deferred loading kernel issue 28335.
551 deferred_import_core_test: CompileTimeError # Deferred loading kernel issue 2833 5.
552 deferred_inlined_test: CompileTimeError # Deferred loading kernel issue 28335.
553 deferred_load_constants_test/none: CompileTimeError # Deferred loading kernel is sue 28335.
554 deferred_load_inval_code_test: CompileTimeError # Deferred loading kernel issue 28335.
555 deferred_load_library_wrong_args_test/none: CompileTimeError # Deferred loading kernel issue 28335.
556 deferred_mixin_test: CompileTimeError # Deferred loading kernel issue 28335.
557 deferred_no_such_method_test: CompileTimeError # Deferred loading kernel issue 2 8335.
558 deferred_only_constant_test: CompileTimeError # Deferred loading kernel issue 28 335.
559 deferred_optimized_test: CompileTimeError # Deferred loading kernel issue 28335.
560 deferred_redirecting_factory_test: CompileTimeError # Deferred loading kernel is sue 28335.
561 deferred_regression_22995_test: CompileTimeError # Deferred loading kernel issue 28335.
562 deferred_regression_28678_test: CompileTimeError # Deferred loading kernel issue 28335.
563 deferred_shared_and_unshared_classes_test: CompileTimeError # Deferred loading k ernel issue 28335.
564 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
565 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
566 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
567 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
568 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
569 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
570 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
571 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
572 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
573 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698