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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. Created 3 years, 3 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/language_strong.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 && $runtime == vm ] 5 [ $compiler == dartk && $runtime == vm ]
6 async_await_test/02: DartkCompileTimeError 6 async_await_test/02: DartkCompileTimeError
7 async_await_test/03: DartkCompileTimeError 7 async_await_test/03: DartkCompileTimeError
8 async_await_test/none: DartkCompileTimeError 8 async_await_test/none: DartkCompileTimeError
9 async_star_test/01: DartkCompileTimeError 9 async_star_test/01: DartkCompileTimeError
10 async_star_test/02: DartkCompileTimeError 10 async_star_test/02: DartkCompileTimeError
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 function_subtype_regression_ddc_588_test: RuntimeError 105 function_subtype_regression_ddc_588_test: RuntimeError
106 function_type_alias2_test: RuntimeError 106 function_type_alias2_test: RuntimeError
107 function_type_alias3_test: RuntimeError 107 function_type_alias3_test: RuntimeError
108 function_type_alias4_test: RuntimeError 108 function_type_alias4_test: RuntimeError
109 generic2_test: RuntimeError 109 generic2_test: RuntimeError
110 generic_creation_test: RuntimeError 110 generic_creation_test: RuntimeError
111 generic_field_mixin2_test: RuntimeError 111 generic_field_mixin2_test: RuntimeError
112 generic_field_mixin4_test: DartkCompileTimeError 112 generic_field_mixin4_test: DartkCompileTimeError
113 generic_field_mixin5_test: DartkCompileTimeError 113 generic_field_mixin5_test: DartkCompileTimeError
114 generic_inheritance_test: RuntimeError 114 generic_inheritance_test: RuntimeError
115 generic_methods_bounds_test/01: MissingCompileTimeError
116 generic_methods_bounds_test/02: MissingRuntimeError
117 generic_methods_bounds_test/none: Pass
118 generic_methods_closure_test: Pass
119 generic_methods_dynamic_test/01: MissingCompileTimeError
120 generic_methods_dynamic_test/02: MissingRuntimeError
121 generic_methods_dynamic_test/03: MissingCompileTimeError
122 generic_methods_dynamic_test/04: MissingRuntimeError
123 generic_methods_dynamic_test/05: Pass
124 generic_methods_dynamic_test/none: Pass
125 generic_methods_generic_class_tearoff_test: RuntimeError
126 generic_methods_local_variable_declaration_test: Pass
127 generic_methods_named_parameters_test: RuntimeError
128 generic_methods_optional_parameters_test: RuntimeError
129 generic_methods_overriding_test/01: MissingCompileTimeError
130 generic_methods_overriding_test/02: Pass
131 generic_methods_overriding_test/03: MissingCompileTimeError
132 generic_methods_overriding_test/04: Pass
133 generic_methods_overriding_test/05: Pass
134 generic_methods_overriding_test/06: Pass
135 generic_methods_overriding_test/none: Pass
136 generic_methods_recursive_bound_test/01: Pass
137 generic_methods_recursive_bound_test/02: MissingCompileTimeError
138 generic_methods_recursive_bound_test/03: Pass
139 generic_methods_recursive_bound_test/none: Pass
140 generic_methods_reuse_type_variables_test: Pass
141 generic_methods_shadowing_test: Pass
142 generic_methods_simple_as_expression_test/01: Pass
143 generic_methods_simple_as_expression_test/02: MissingRuntimeError
144 generic_methods_simple_as_expression_test/none: Pass
145 generic_methods_simple_is_expression_test: RuntimeError
146 generic_methods_tearoff_specialization_test: RuntimeError
147 generic_methods_unused_parameter_test: RuntimeError
148 generic_tearoff_test: Crash
149 getter_closure_execution_order_test: RuntimeError
150 if_null_evaluation_order_test: Crash # VM does not support BottomType 115 if_null_evaluation_order_test: Crash # VM does not support BottomType
151 inferrer_closure_test: RuntimeError 116 inferrer_closure_test: RuntimeError
152 initializing_formal_final_test: RuntimeError 117 initializing_formal_final_test: RuntimeError
153 instance_creation_in_function_annotation_test: RuntimeError 118 instance_creation_in_function_annotation_test: RuntimeError
154 instanceof4_test/01: RuntimeError 119 instanceof4_test/01: RuntimeError
155 instanceof4_test/none: RuntimeError 120 instanceof4_test/none: RuntimeError
156 issue_1751477_test: RuntimeError 121 issue_1751477_test: RuntimeError
157 lazy_static7_test: DartkCompileTimeError 122 lazy_static7_test: DartkCompileTimeError
158 main_not_a_function_test/01: DartkCrash 123 main_not_a_function_test/01: DartkCrash
159 many_named_arguments_test: DartkCompileTimeError 124 many_named_arguments_test: DartkCompileTimeError
(...skipping 16 matching lines...) Expand all
176 regress_22700_test: RuntimeError 141 regress_22700_test: RuntimeError
177 regress_r24720_test: RuntimeError 142 regress_r24720_test: RuntimeError
178 reify_typevar_static_test/00: MissingCompileTimeError 143 reify_typevar_static_test/00: MissingCompileTimeError
179 reify_typevar_test: RuntimeError 144 reify_typevar_test: RuntimeError
180 setter_no_getter_test/01: Crash # VM does not support BottomType 145 setter_no_getter_test/01: Crash # VM does not support BottomType
181 switch_try_catch_test: RuntimeError 146 switch_try_catch_test: RuntimeError
182 sync_generator3_test/test2: RuntimeError 147 sync_generator3_test/test2: RuntimeError
183 type_error_test: RuntimeError # Throws CastError instead of TypeError 148 type_error_test: RuntimeError # Throws CastError instead of TypeError
184 type_literal_test: RuntimeError 149 type_literal_test: RuntimeError
185 type_parameter_literal_test: RuntimeError 150 type_parameter_literal_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language_strong/language_strong.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698