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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: 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
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 function_subtype_bound_closure4_test: RuntimeError 99 function_subtype_bound_closure4_test: RuntimeError
100 function_subtype_cast1_test: RuntimeError 100 function_subtype_cast1_test: RuntimeError
101 function_subtype_inline0_test: RuntimeError 101 function_subtype_inline0_test: RuntimeError
102 function_subtype_local3_test: RuntimeError 102 function_subtype_local3_test: RuntimeError
103 function_subtype_local4_test: RuntimeError 103 function_subtype_local4_test: RuntimeError
104 function_subtype_not1_test: RuntimeError 104 function_subtype_not1_test: RuntimeError
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
110 generic_creation_test: RuntimeError
111 generic_field_mixin2_test: RuntimeError
112 generic_field_mixin4_test: DartkCompileTimeError
113 generic_field_mixin5_test: DartkCompileTimeError
114 generic_inheritance_test: RuntimeError
115 if_null_evaluation_order_test: Crash # VM does not support BottomType 109 if_null_evaluation_order_test: Crash # VM does not support BottomType
116 inferrer_closure_test: RuntimeError 110 inferrer_closure_test: RuntimeError
117 initializing_formal_final_test: RuntimeError 111 initializing_formal_final_test: RuntimeError
118 instance_creation_in_function_annotation_test: RuntimeError 112 instance_creation_in_function_annotation_test: RuntimeError
119 instanceof4_test/01: RuntimeError 113 instanceof4_test/01: RuntimeError
120 instanceof4_test/none: RuntimeError 114 instanceof4_test/none: RuntimeError
121 issue_1751477_test: RuntimeError 115 issue_1751477_test: RuntimeError
122 lazy_static7_test: DartkCompileTimeError 116 lazy_static7_test: DartkCompileTimeError
123 main_not_a_function_test/01: DartkCrash 117 main_not_a_function_test/01: DartkCrash
124 many_named_arguments_test: DartkCompileTimeError 118 many_named_arguments_test: DartkCompileTimeError
(...skipping 16 matching lines...) Expand all
141 regress_22700_test: RuntimeError 135 regress_22700_test: RuntimeError
142 regress_r24720_test: RuntimeError 136 regress_r24720_test: RuntimeError
143 reify_typevar_static_test/00: MissingCompileTimeError 137 reify_typevar_static_test/00: MissingCompileTimeError
144 reify_typevar_test: RuntimeError 138 reify_typevar_test: RuntimeError
145 setter_no_getter_test/01: Crash # VM does not support BottomType 139 setter_no_getter_test/01: Crash # VM does not support BottomType
146 switch_try_catch_test: RuntimeError 140 switch_try_catch_test: RuntimeError
147 sync_generator3_test/test2: RuntimeError 141 sync_generator3_test/test2: RuntimeError
148 type_error_test: RuntimeError # Throws CastError instead of TypeError 142 type_error_test: RuntimeError # Throws CastError instead of TypeError
149 type_literal_test: RuntimeError 143 type_literal_test: RuntimeError
150 type_parameter_literal_test: RuntimeError 144 type_parameter_literal_test: RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698