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

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

Issue 2801853006: Produce a compile-time error if there's no main method. (Closed)
Patch Set: 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/standalone/standalone.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 compile_time_constant_c_test/02: MissingCompileTimeError 10 compile_time_constant_c_test/02: MissingCompileTimeError
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 114 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
115 deferred_no_prefix_test/01: MissingCompileTimeError 115 deferred_no_prefix_test/01: MissingCompileTimeError
116 deferred_not_loaded_check_test: RuntimeError 116 deferred_not_loaded_check_test: RuntimeError
117 deferred_shadow_load_library_test: RuntimeError 117 deferred_shadow_load_library_test: RuntimeError
118 dynamic_prefix_core_test/01: RuntimeError 118 dynamic_prefix_core_test/01: RuntimeError
119 enum_private_test/02: RuntimeError 119 enum_private_test/02: RuntimeError
120 enum_syntax_test/06: MissingCompileTimeError 120 enum_syntax_test/06: MissingCompileTimeError
121 enum_syntax_test/21: MissingCompileTimeError 121 enum_syntax_test/21: MissingCompileTimeError
122 enum_syntax_test/30: MissingCompileTimeError 122 enum_syntax_test/30: MissingCompileTimeError
123 evaluation_redirecting_constructor_test: RuntimeError 123 evaluation_redirecting_constructor_test: RuntimeError
124 export_ambiguous_main_negative_test: Crash 124 export_double_same_main_test: CompileTimeError
125 export_double_same_main_test: Crash 125 export_main_test: CompileTimeError
126 export_main_test: Crash
127 export_private_test/01: MissingCompileTimeError 126 export_private_test/01: MissingCompileTimeError
128 external_test/11: MissingCompileTimeError 127 external_test/11: MissingCompileTimeError
129 external_test/12: MissingCompileTimeError 128 external_test/12: MissingCompileTimeError
130 external_test/13: MissingRuntimeError 129 external_test/13: MissingRuntimeError
131 external_test/20: MissingRuntimeError 130 external_test/20: MissingRuntimeError
132 external_test/21: MissingCompileTimeError 131 external_test/21: MissingCompileTimeError
133 external_test/22: MissingCompileTimeError 132 external_test/22: MissingCompileTimeError
134 external_test/23: MissingCompileTimeError 133 external_test/23: MissingCompileTimeError
135 external_test/24: MissingCompileTimeError 134 external_test/24: MissingCompileTimeError
136 external_test/25: MissingCompileTimeError 135 external_test/25: MissingCompileTimeError
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 is_malformed_type_test/98: RuntimeError 206 is_malformed_type_test/98: RuntimeError
208 is_malformed_type_test/99: RuntimeError 207 is_malformed_type_test/99: RuntimeError
209 is_not_class2_test: RuntimeError 208 is_not_class2_test: RuntimeError
210 isnot_malformed_type_test: RuntimeError 209 isnot_malformed_type_test: RuntimeError
211 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 210 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
212 library_ambiguous_test/00: MissingRuntimeError 211 library_ambiguous_test/00: MissingRuntimeError
213 library_ambiguous_test/04: MissingRuntimeError 212 library_ambiguous_test/04: MissingRuntimeError
214 library_env_test/has_html_support: RuntimeError 213 library_env_test/has_html_support: RuntimeError
215 library_env_test/has_no_io_support: RuntimeError 214 library_env_test/has_no_io_support: RuntimeError
216 list_literal4_test: RuntimeError 215 list_literal4_test: RuntimeError
217 main_not_a_function_test/01: Crash
218 malformed2_test/00: RuntimeError 216 malformed2_test/00: RuntimeError
219 malformed_inheritance_test/09: MissingCompileTimeError 217 malformed_inheritance_test/09: MissingCompileTimeError
220 malformed_inheritance_test/10: MissingCompileTimeError 218 malformed_inheritance_test/10: MissingCompileTimeError
221 malformed_test/none: RuntimeError 219 malformed_test/none: RuntimeError
222 map_literal3_test: RuntimeError 220 map_literal3_test: RuntimeError
223 map_literal6_test: RuntimeError 221 map_literal6_test: RuntimeError
224 metadata_test: CompileTimeError 222 metadata_test: CompileTimeError
225 method_name_test: CompileTimeError 223 method_name_test: CompileTimeError
226 method_override_test: RuntimeError 224 method_override_test: RuntimeError
227 mixin_forwarding_constructor4_test/01: MissingCompileTimeError 225 mixin_forwarding_constructor4_test/01: MissingCompileTimeError
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 multiline_newline_test/04: MissingCompileTimeError 262 multiline_newline_test/04: MissingCompileTimeError
265 multiline_newline_test/05: MissingCompileTimeError 263 multiline_newline_test/05: MissingCompileTimeError
266 multiline_newline_test/06: MissingCompileTimeError 264 multiline_newline_test/06: MissingCompileTimeError
267 multiline_newline_test/none: RuntimeError 265 multiline_newline_test/none: RuntimeError
268 named_constructor_test/01: MissingRuntimeError 266 named_constructor_test/01: MissingRuntimeError
269 named_parameters_aggregated_test/01: MissingCompileTimeError 267 named_parameters_aggregated_test/01: MissingCompileTimeError
270 named_parameters_aggregated_test/03: MissingCompileTimeError 268 named_parameters_aggregated_test/03: MissingCompileTimeError
271 named_parameters_aggregated_test/04: MissingCompileTimeError 269 named_parameters_aggregated_test/04: MissingCompileTimeError
272 named_parameters_default_eq_test/01: MissingCompileTimeError 270 named_parameters_default_eq_test/01: MissingCompileTimeError
273 named_parameters_default_eq_test/02: MissingCompileTimeError 271 named_parameters_default_eq_test/02: MissingCompileTimeError
274 no_main_test/01: Crash
275 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 272 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
276 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 273 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
277 on_catch_malformed_type_test: RuntimeError 274 on_catch_malformed_type_test: RuntimeError
278 parameter_initializer6_negative_test: Fail 275 parameter_initializer6_negative_test: Fail
279 private_access_test/05: RuntimeError 276 private_access_test/05: RuntimeError
280 private_access_test/06: RuntimeError 277 private_access_test/06: RuntimeError
281 private_super_constructor_test/01: MissingCompileTimeError 278 private_super_constructor_test/01: MissingCompileTimeError
282 redirecting_constructor_initializer_test: RuntimeError 279 redirecting_constructor_initializer_test: RuntimeError
283 redirecting_factory_default_values_test/01: MissingCompileTimeError 280 redirecting_factory_default_values_test/01: MissingCompileTimeError
284 redirecting_factory_default_values_test/02: MissingCompileTimeError 281 redirecting_factory_default_values_test/02: MissingCompileTimeError
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 563 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
567 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 564 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
568 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 565 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
569 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 566 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
570 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 567 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
571 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 568 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
572 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 569 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
573 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 570 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
574 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 571 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
575 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 572 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698