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

Side by Side Diff: tests/language_strong/language_strong_kernel.status

Issue 2737933002: Add tests for generic methods in strong mode (Closed)
Patch Set: Fixes according to the received comments 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/language_strong/generic_methods_unused_parameter_test.dart ('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 && $runtime == vm ] 5 [ $compiler == dartk && $runtime == vm ]
6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 6 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
7 assertion_test: RuntimeError 7 assertion_test: RuntimeError
8 async_await_test/02: DartkCompileTimeError 8 async_await_test/02: DartkCompileTimeError
9 async_await_test/03: DartkCompileTimeError 9 async_await_test/03: DartkCompileTimeError
10 async_await_test/none: DartkCompileTimeError 10 async_await_test/none: DartkCompileTimeError
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 function_subtype_regression_ddc_588_test: RuntimeError 120 function_subtype_regression_ddc_588_test: RuntimeError
121 function_type_alias2_test: RuntimeError 121 function_type_alias2_test: RuntimeError
122 function_type_alias3_test: RuntimeError 122 function_type_alias3_test: RuntimeError
123 function_type_alias4_test: RuntimeError 123 function_type_alias4_test: RuntimeError
124 generic2_test: RuntimeError 124 generic2_test: RuntimeError
125 generic_creation_test: RuntimeError 125 generic_creation_test: RuntimeError
126 generic_field_mixin2_test: RuntimeError 126 generic_field_mixin2_test: RuntimeError
127 generic_field_mixin4_test: DartkCompileTimeError 127 generic_field_mixin4_test: DartkCompileTimeError
128 generic_field_mixin5_test: DartkCompileTimeError 128 generic_field_mixin5_test: DartkCompileTimeError
129 generic_inheritance_test: RuntimeError 129 generic_inheritance_test: RuntimeError
130 generic_methods_bounds_test/01: MissingCompileTimeError
131 generic_methods_bounds_test/02: MissingRuntimeError
132 generic_methods_bounds_test/none: Pass
133 generic_methods_closure_test: Pass
134 generic_methods_dynamic_test/01: MissingCompileTimeError
135 generic_methods_dynamic_test/02: MissingRuntimeError
136 generic_methods_dynamic_test/03: MissingCompileTimeError
137 generic_methods_dynamic_test/04: MissingRuntimeError
138 generic_methods_dynamic_test/05: Pass
139 generic_methods_dynamic_test/none: Pass
140 generic_methods_generic_class_tearoff_test: RuntimeError
141 generic_methods_local_variable_declaration_test: Pass
142 generic_methods_named_parameters_test: RuntimeError
143 generic_methods_optional_parameters_test: RuntimeError
144 generic_methods_overriding_test/01: MissingCompileTimeError
145 generic_methods_overriding_test/02: Pass
146 generic_methods_overriding_test/03: MissingCompileTimeError
147 generic_methods_overriding_test/04: Pass
148 generic_methods_overriding_test/05: Pass
149 generic_methods_overriding_test/06: Pass
150 generic_methods_overriding_test/none: Pass
151 generic_methods_recursive_bound_test/01: Pass
152 generic_methods_recursive_bound_test/02: MissingCompileTimeError
153 generic_methods_recursive_bound_test/03: Pass
154 generic_methods_recursive_bound_test/none: Pass
155 generic_methods_reuse_type_variables_test: Pass
156 generic_methods_shadowing_test: Pass
157 generic_methods_simple_as_expression_test/01: Pass
158 generic_methods_simple_as_expression_test/02: MissingRuntimeError
159 generic_methods_simple_as_expression_test/none: Pass
160 generic_methods_simple_is_expression_test: RuntimeError
161 generic_methods_tearoff_specialization_test: RuntimeError
162 generic_methods_unused_parameter_test: RuntimeError
130 generic_tearoff_test: Crash 163 generic_tearoff_test: Crash
131 getter_closure_execution_order_test: RuntimeError 164 getter_closure_execution_order_test: RuntimeError
132 if_null_evaluation_order_test: Crash # VM does not support BottomType 165 if_null_evaluation_order_test: Crash # VM does not support BottomType
133 inferrer_closure_test: RuntimeError 166 inferrer_closure_test: RuntimeError
134 initializing_formal_final_test: RuntimeError 167 initializing_formal_final_test: RuntimeError
135 instance_creation_in_function_annotation_test: RuntimeError 168 instance_creation_in_function_annotation_test: RuntimeError
136 instanceof4_test/01: RuntimeError 169 instanceof4_test/01: RuntimeError
137 instanceof4_test/none: RuntimeError 170 instanceof4_test/none: RuntimeError
138 issue_1751477_test: RuntimeError 171 issue_1751477_test: RuntimeError
139 lazy_static7_test: DartkCompileTimeError 172 lazy_static7_test: DartkCompileTimeError
(...skipping 18 matching lines...) Expand all
158 regress_22700_test: RuntimeError 191 regress_22700_test: RuntimeError
159 regress_r24720_test: RuntimeError 192 regress_r24720_test: RuntimeError
160 reify_typevar_static_test/00: MissingCompileTimeError 193 reify_typevar_static_test/00: MissingCompileTimeError
161 reify_typevar_test: RuntimeError 194 reify_typevar_test: RuntimeError
162 setter_no_getter_test/01: Crash # VM does not support BottomType 195 setter_no_getter_test/01: Crash # VM does not support BottomType
163 switch_try_catch_test: RuntimeError 196 switch_try_catch_test: RuntimeError
164 sync_generator3_test/test2: RuntimeError 197 sync_generator3_test/test2: RuntimeError
165 type_error_test: RuntimeError # Throws CastError instead of TypeError 198 type_error_test: RuntimeError # Throws CastError instead of TypeError
166 type_literal_test: RuntimeError 199 type_literal_test: RuntimeError
167 type_parameter_literal_test: RuntimeError 200 type_parameter_literal_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language_strong/generic_methods_unused_parameter_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698