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

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

Issue 2930093002: Complain about external methods with a body. (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
« runtime/tests/vm/vm.status ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | 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 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 108
109 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument. 109 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument.
110 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument. 110 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument.
111 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument. 111 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument.
112 112
113 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is sue 29125. 113 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is sue 29125.
114 114
115 for2_test: RuntimeError # KernelVM bug: Closure conversion? 115 for2_test: RuntimeError # KernelVM bug: Closure conversion?
116 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion? 116 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion?
117 117
118 external_test/10: MissingRuntimeError # KernelVM bug: Unbound external.
118 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external. 119 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
119 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external. 120 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
120 121
121 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312 122 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312
122 123
123 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 124 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
124 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101 125 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101
125 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101 126 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101
126 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101 127 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
127 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101 128 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. 355 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch.
355 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. 356 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
356 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. 357 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
357 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. 358 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch.
358 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. 359 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch.
359 deferred_duplicate_prefix1_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 360 deferred_duplicate_prefix1_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
360 deferred_duplicate_prefix2_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 361 deferred_duplicate_prefix2_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
361 deferred_duplicate_prefix3_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 362 deferred_duplicate_prefix3_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
362 enum_syntax_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. 363 enum_syntax_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
363 enum_syntax_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. 364 enum_syntax_test/30: MissingCompileTimeError # Fixed in ahe's dev branch.
364 external_test/11: MissingCompileTimeError # Fixed in ahe's dev branch.
365 external_test/12: MissingCompileTimeError # Fixed in ahe's dev branch.
366 external_test/21: MissingCompileTimeError # Fixed in ahe's dev branch.
367 external_test/22: MissingCompileTimeError # Fixed in ahe's dev branch.
368 external_test/23: MissingCompileTimeError # Fixed in ahe's dev branch.
369 external_test/25: MissingCompileTimeError # Fixed in ahe's dev branch.
370 external_test/30: MissingCompileTimeError # Fixed in ahe's dev branch.
371 external_test/31: MissingCompileTimeError # Fixed in ahe's dev branch.
372 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 365 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
373 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 366 final_syntax_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
374 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. 367 final_syntax_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
375 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. 368 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
376 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. 369 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
377 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 370 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
378 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h. 371 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h.
379 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h. 372 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h.
380 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 373 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
381 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 374 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
382 metadata_test: CompileTimeError # Fixed in ahe's dev branch. 375 metadata_test: CompileTimeError # Fixed in ahe's dev branch.
383 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch. 376 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch.
384 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch. 377 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch.
385 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. 378 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch.
386 379
387 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] 380 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
388 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 381 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
389 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. 382 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch.
OLDNEW
« runtime/tests/vm/vm.status ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698