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

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

Issue 3007803002: Migrate block 162 to Dart 2.0.
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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 constructor_duplicate_final_test/01: Fail # Issue 13363 93 constructor_duplicate_final_test/01: Fail # Issue 13363
94 constructor_duplicate_final_test/02: Fail # Issue 13363 94 constructor_duplicate_final_test/02: Fail # Issue 13363
95 override_inheritance_mixed_test/08: Fail # Issue 18124 95 override_inheritance_mixed_test/08: Fail # Issue 18124
96 override_inheritance_mixed_test/09: Fail # Issue 18124 96 override_inheritance_mixed_test/09: Fail # Issue 18124
97 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 97 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
98 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 98 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
99 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 99 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
100 stacktrace_test: Pass, RuntimeError # # Issue 12698 100 stacktrace_test: Pass, RuntimeError # # Issue 12698
101 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 101 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698
102 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 102 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698
103 type_variable_conflict_test/01: Fail # Issue 13702
104 type_variable_conflict_test/02: Fail # Issue 13702
105 type_variable_conflict_test/03: Fail # Issue 13702
106 type_variable_conflict_test/04: Fail # Issue 13702
107 type_variable_conflict_test/05: Fail # Issue 13702
108 type_variable_conflict_test/06: Fail # Issue 13702
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 103-108.
109 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 103 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
110 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 104 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
111 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 105 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
112 mixin_super_constructor_named_test/01: Fail # Issue 15101 106 mixin_super_constructor_named_test/01: Fail # Issue 15101
113 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 107 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
114 mixin_super_test: CompileTimeError # Issue 23773 108 mixin_super_test: CompileTimeError # Issue 23773
115 mixin_super_2_test: CompileTimeError # Issue 23773 109 mixin_super_2_test: CompileTimeError # Issue 23773
116 mixin_super_bound2_test: CompileTimeError # Issue 23773 110 mixin_super_bound2_test: CompileTimeError # Issue 23773
117 mixin_super_use_test: CompileTimeError # Issue 23773 111 mixin_super_use_test: CompileTimeError # Issue 23773
118 mixin_superclass_test: CompileTimeError # Issue 23773 112 mixin_superclass_test: CompileTimeError # Issue 23773
(...skipping 25 matching lines...) Expand all
144 multiline_newline_test/03r: CompileTimeError # Issue 23888 138 multiline_newline_test/03r: CompileTimeError # Issue 23888
145 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 139 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888
146 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 140 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888
147 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 141 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888
148 142
149 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587 143 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587
150 144
151 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 145 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
152 regress_26133_test: RuntimeError # Issue 26429 146 regress_26133_test: RuntimeError # Issue 26429
153 regress_29405_test: Fail # Issue 29422 147 regress_29405_test: Fail # Issue 29422
154 type_variable_bounds_test/02: Fail # Issue 12702
155 type_variable_bounds2_test/01: Fail # Issue 12702
156 type_variable_bounds2_test/04: Fail # Issue 12702
157 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
158 type_variable_bounds3_test/00: Fail # Issue 12702
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 154-158.
159 malbounded_redirecting_factory_test/02: Fail # Issue 12825 148 malbounded_redirecting_factory_test/02: Fail # Issue 12825
160 malbounded_redirecting_factory_test/03: Fail # Issue 12825 149 malbounded_redirecting_factory_test/03: Fail # Issue 12825
161 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 150 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
162 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 151 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
163 malbounded_instantiation_test/01: Fail # Issue 12702 152 malbounded_instantiation_test/01: Fail # Issue 12702
164 malbounded_type_cast_test: Fail # Issue 14121 153 malbounded_type_cast_test: Fail # Issue 14121
165 malbounded_type_cast2_test: Fail # Issue 14121 154 malbounded_type_cast2_test: Fail # Issue 14121
166 malbounded_type_test_test/03: Fail # Issue 14121 155 malbounded_type_test_test/03: Fail # Issue 14121
167 malbounded_type_test_test/04: Fail # Issue 14121 156 malbounded_type_test_test/04: Fail # Issue 14121
168 malbounded_type_test2_test: Fail # Issue 14121 157 malbounded_type_test2_test: Fail # Issue 14121
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 type_promotion_closure_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1347 type_promotion_closure_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1359 type_promotion_closure_test/09: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1348 type_promotion_closure_test/09: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1360 type_promotion_closure_test/10: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1349 type_promotion_closure_test/10: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1361 type_promotion_closure_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1350 type_promotion_closure_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1362 type_promotion_closure_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1351 type_promotion_closure_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1363 type_promotion_closure_test/13: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1352 type_promotion_closure_test/13: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1364 type_promotion_closure_test/14: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1353 type_promotion_closure_test/14: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1365 type_promotion_closure_test/15: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1354 type_promotion_closure_test/15: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1366 type_promotion_closure_test/16: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1355 type_promotion_closure_test/16: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1367 type_promotion_closure_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(test12#a) is stored in a closure field. 1356 type_promotion_closure_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(test12#a) is stored in a closure field.
1368 type_propagation2_test: Crash
1369 type_variable_bounds3_test/00: Crash
1370 type_variable_bounds_test/10: Crash
1371 type_variable_closure2_test: Crash
1372 type_variable_closure3_test: Crash
1373 type_variable_closure4_test: Crash
1374 type_variable_closure_test: Crash
1375 type_variable_conflict2_test/01: Crash
1376 type_variable_conflict2_test/05: Crash
1377 type_variable_conflict2_test/07: Crash
1378 type_variable_conflict2_test/09: Crash
1379 type_variable_field_initializer_closure2_test: Crash
1380 type_variable_field_initializer_closure_test: Crash
1381 type_variable_function_type_test: RuntimeError
1382 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field.
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 1368-1382
1383 type_variable_nested_test: Crash 1357 type_variable_nested_test: Crash
1384 wrong_number_type_arguments_test/00: Crash 1358 wrong_number_type_arguments_test/00: Crash
1385 wrong_number_type_arguments_test/02: Crash 1359 wrong_number_type_arguments_test/02: Crash
1386 yieldstar_pause_test: Crash 1360 yieldstar_pause_test: Crash
1387 1361
1388 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1362 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1389 async_await_test: Crash 1363 async_await_test: Crash
1390 async_star_test: Crash 1364 async_star_test: Crash
1391 async_switch_test/none: Crash 1365 async_switch_test/none: Crash
1392 async_switch_test/withDefault: Crash 1366 async_switch_test/withDefault: Crash
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 try_catch_test/01: MissingCompileTimeError 2177 try_catch_test/01: MissingCompileTimeError
2204 type_argument_substitution_test: Crash 2178 type_argument_substitution_test: Crash
2205 type_checks_in_factory_method_test: RuntimeError 2179 type_checks_in_factory_method_test: RuntimeError
2206 type_parameter_test/01: Crash 2180 type_parameter_test/01: Crash
2207 type_parameter_test/02: Crash 2181 type_parameter_test/02: Crash
2208 type_parameter_test/03: Crash 2182 type_parameter_test/03: Crash
2209 type_parameter_test/04: Crash 2183 type_parameter_test/04: Crash
2210 type_parameter_test/05: Crash 2184 type_parameter_test/05: Crash
2211 type_parameter_test/06: Crash 2185 type_parameter_test/06: Crash
2212 type_parameter_test/none: Crash 2186 type_parameter_test/none: Crash
2213 type_propagation2_test: Crash
2214 type_variable_bounds3_test/00: Crash
2215 type_variable_closure2_test: Crash
2216 type_variable_closure3_test: Crash
2217 type_variable_closure4_test: Crash
2218 type_variable_closure_test: Crash
2219 type_variable_conflict2_test/01: Crash
2220 type_variable_conflict2_test/05: Crash
2221 type_variable_conflict2_test/07: Crash
2222 type_variable_conflict2_test/09: Crash
2223 type_variable_field_initializer_closure2_test: Crash
2224 type_variable_field_initializer_closure_test: Crash
2225 type_variable_function_type_test: RuntimeError
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 2213-2225.
2226 type_variable_nested_test: Crash 2187 type_variable_nested_test: Crash
2227 yieldstar_pause_test: Crash 2188 yieldstar_pause_test: Crash
2228 2189
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698