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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. Created 3 years, 4 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/language_analyzer2.status ('k') | tests/language_2/generic_instanceof.dart » ('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) 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 malbounded_instantiation_test/01: Fail # Issue 12702 164 malbounded_instantiation_test/01: Fail # Issue 12702
165 malbounded_type_cast_test: Fail # Issue 14121 165 malbounded_type_cast_test: Fail # Issue 14121
166 malbounded_type_cast2_test: Fail # Issue 14121 166 malbounded_type_cast2_test: Fail # Issue 14121
167 malbounded_type_test_test/03: Fail # Issue 14121 167 malbounded_type_test_test/03: Fail # Issue 14121
168 malbounded_type_test_test/04: Fail # Issue 14121 168 malbounded_type_test_test/04: Fail # Issue 14121
169 malbounded_type_test2_test: Fail # Issue 14121 169 malbounded_type_test2_test: Fail # Issue 14121
170 default_factory2_test/01: Fail # Issue 14121 170 default_factory2_test/01: Fail # Issue 14121
171 171
172 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 172 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
173 type_checks_in_factory_method_test: RuntimeError # Issue 12746 173 type_checks_in_factory_method_test: RuntimeError # Issue 12746
174 generic_test: RuntimeError, OK
175 map_literal4_test: RuntimeError, OK # Checked mode required. 174 map_literal4_test: RuntimeError, OK # Checked mode required.
176 named_parameters_type_test/01: MissingRuntimeError, OK 175 named_parameters_type_test/01: MissingRuntimeError, OK
177 named_parameters_type_test/02: MissingRuntimeError, OK 176 named_parameters_type_test/02: MissingRuntimeError, OK
178 named_parameters_type_test/03: MissingRuntimeError, OK 177 named_parameters_type_test/03: MissingRuntimeError, OK
179 positional_parameters_type_test/01: MissingRuntimeError, OK 178 positional_parameters_type_test/01: MissingRuntimeError, OK
180 positional_parameters_type_test/02: MissingRuntimeError, OK 179 positional_parameters_type_test/02: MissingRuntimeError, OK
181 issue13474_test: RuntimeError, OK 180 issue13474_test: RuntimeError, OK
182 181
183 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ] 182 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ]
184 183
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 enum_mirror_test: Crash # Issue 27394 316 enum_mirror_test: Crash # Issue 27394
318 export_ambiguous_main_negative_test: Crash # Issue 27394 317 export_ambiguous_main_negative_test: Crash # Issue 27394
319 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 318 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394
320 final_param_test/01: MissingRuntimeError # Issue 27394 319 final_param_test/01: MissingRuntimeError # Issue 27394
321 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 320 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394
322 first_class_types_constants_test: RuntimeError # Issue 27394 321 first_class_types_constants_test: RuntimeError # Issue 27394
323 generic_field_mixin2_test: Crash # Issue 27394 322 generic_field_mixin2_test: Crash # Issue 27394
324 generic_field_mixin3_test: Crash # Issue 27394 323 generic_field_mixin3_test: Crash # Issue 27394
325 generic_field_mixin6_test/01: Crash # Issue 27394 324 generic_field_mixin6_test/01: Crash # Issue 27394
326 generic_field_mixin_test: Crash # Issue 27394 325 generic_field_mixin_test: Crash # Issue 27394
327 generic_local_functions_test: Crash # Issue 27394
328 generic_metadata_test/02: Crash # Issue 27394
329 generic_metadata_test/03: Crash # Issue 27394
330 generic_methods_generic_function_parameter_test: Crash # Issue 27394
331 generic_methods_type_expression_test/01: RuntimeError # Issue 27394
332 generic_methods_type_expression_test/03: RuntimeError # Issue 27394
333 generic_methods_type_expression_test/none: RuntimeError # Issue 27394
334 get_set_syntax_test/00: Crash # Issue 27394
335 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 326 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394
336 if_null_assignment_static_test/01: RuntimeError # Issue 27394 327 if_null_assignment_static_test/01: RuntimeError # Issue 27394
337 if_null_assignment_static_test/03: RuntimeError # Issue 27394 328 if_null_assignment_static_test/03: RuntimeError # Issue 27394
338 if_null_assignment_static_test/04: RuntimeError # Issue 27394 329 if_null_assignment_static_test/04: RuntimeError # Issue 27394
339 if_null_assignment_static_test/05: RuntimeError # Issue 27394 330 if_null_assignment_static_test/05: RuntimeError # Issue 27394
340 illegal_initializer_test/01: Crash # Issue 27394 331 illegal_initializer_test/01: Crash # Issue 27394
341 illegal_initializer_test/02: Crash # Issue 27394 332 illegal_initializer_test/02: Crash # Issue 27394
342 illegal_initializer_test/03: Crash # Issue 27394 333 illegal_initializer_test/03: Crash # Issue 27394
343 illegal_initializer_test/04: Crash # Issue 27394 334 illegal_initializer_test/04: Crash # Issue 27394
344 inference_mixin_field_test: Crash # Issue 27394 335 inference_mixin_field_test: Crash # Issue 27394
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 type_variable_conflict2_test/05: Crash 1415 type_variable_conflict2_test/05: Crash
1425 type_variable_conflict2_test/07: Crash 1416 type_variable_conflict2_test/07: Crash
1426 type_variable_conflict2_test/09: Crash 1417 type_variable_conflict2_test/09: Crash
1427 type_variable_field_initializer_closure2_test: Crash 1418 type_variable_field_initializer_closure2_test: Crash
1428 type_variable_field_initializer_closure_test: Crash 1419 type_variable_field_initializer_closure_test: Crash
1429 type_variable_function_type_test: RuntimeError 1420 type_variable_function_type_test: RuntimeError
1430 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. 1421 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.
1431 type_variable_nested_test: Crash 1422 type_variable_nested_test: Crash
1432 typecheck_multifield_declaration_test: Crash 1423 typecheck_multifield_declaration_test: Crash
1433 typedef_is_test: Crash 1424 typedef_is_test: Crash
1425 variable_declaration_metadata_test/none: Crash
1426 const_map2_test/00: MissingCompileTimeError
1427 const_map3_test/00: MissingCompileTimeError
1428 context_test: RuntimeError
1429 deferred_call_empty_before_load_test: RuntimeError
1430 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
1431 enum_duplicate_test/02: RuntimeError
1432 enum_duplicate_test/none: RuntimeError
1433 enum_private_test/01: RuntimeError
1434 enum_private_test/02: RuntimeError
1435 enum_private_test/none: RuntimeError
1436 enum_test: RuntimeError
1437 execute_finally7_test: RuntimeError
1438 expect_test: RuntimeError
1439 for2_test: RuntimeError
1440 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m apToString#))
1441 getter_no_setter2_test/00: RuntimeError
1442 getter_no_setter2_test/03: RuntimeError
1443 getter_no_setter_test/00: RuntimeError
1444 getter_no_setter_test/none: RuntimeError
1445 hash_map_null_key_foreach_test: RuntimeError
1446 if_null_assignment_behavior_test/12: RuntimeError
1447 if_null_assignment_behavior_test/14: RuntimeError
1448 if_null_assignment_static_test/01: RuntimeError
1449 if_null_assignment_static_test/03: RuntimeError
1450 if_null_assignment_static_test/04: RuntimeError
1451 if_null_assignment_static_test/05: RuntimeError
1452 integer_division_by_zero_test: RuntimeError
1453 is_object_test: RuntimeError
1454 issue13474_test: RuntimeError
1455 issue9939_test: RuntimeError
1456 lazy_static8_test: RuntimeError
1457 list_literal4_test: RuntimeError
1458 local_function2_test: RuntimeError
1459 local_function3_test: RuntimeError
1460 map_literal3_test: RuntimeError
1461 map_literal4_test: RuntimeError
1462 method_override4_test: RuntimeError
1463 method_override5_test: RuntimeError
1464 modulo_test: RuntimeError
1465 regress_13494_test: RuntimeError
1466 regress_17382_test: RuntimeError
1467 regress_21795_test: RuntimeError
1468 regress_22822_test: RuntimeError
1469 regress_22936_test/01: RuntimeError
1470 stack_overflow_stacktrace_test: RuntimeError
1471 stacktrace_test: RuntimeError
1472 static_getter_no_setter1_test/01: RuntimeError
1473 static_getter_no_setter3_test/01: RuntimeError
1474 string_interpolation_and_buffer_test: RuntimeError
1475 switch_fallthru_test: RuntimeError
1476 top_level_func_test: RuntimeError
1477 top_level_getter_no_setter1_test/01: RuntimeError
1478 top_level_getter_no_setter2_test/01: RuntimeError
1479 truncdiv_test: RuntimeError
1480 try_catch_test/01: MissingCompileTimeError
1481 type_checks_in_factory_method_test: RuntimeError
1434 wrong_number_type_arguments_test/00: Crash 1482 wrong_number_type_arguments_test/00: Crash
1435 wrong_number_type_arguments_test/02: Crash 1483 wrong_number_type_arguments_test/02: Crash
1436 yieldstar_pause_test: Crash 1484 yieldstar_pause_test: Crash
1437 1485
1438 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1486 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1439 async_await_test: Crash 1487 async_await_test: Crash
1440 async_star_test: Crash 1488 async_star_test: Crash
1441 async_switch_test/none: Crash 1489 async_switch_test/none: Crash
1442 async_switch_test/withDefault: Crash 1490 async_switch_test/withDefault: Crash
1443 async_test/none: Crash 1491 async_test/none: Crash
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2307 type_variable_conflict2_test/01: Crash 2355 type_variable_conflict2_test/01: Crash
2308 type_variable_conflict2_test/05: Crash 2356 type_variable_conflict2_test/05: Crash
2309 type_variable_conflict2_test/07: Crash 2357 type_variable_conflict2_test/07: Crash
2310 type_variable_conflict2_test/09: Crash 2358 type_variable_conflict2_test/09: Crash
2311 type_variable_field_initializer_closure2_test: Crash 2359 type_variable_field_initializer_closure2_test: Crash
2312 type_variable_field_initializer_closure_test: Crash 2360 type_variable_field_initializer_closure_test: Crash
2313 type_variable_function_type_test: RuntimeError 2361 type_variable_function_type_test: RuntimeError
2314 type_variable_nested_test: Crash 2362 type_variable_nested_test: Crash
2315 typecheck_multifield_declaration_test: Crash 2363 typecheck_multifield_declaration_test: Crash
2316 typedef_is_test: Crash 2364 typedef_is_test: Crash
2365 variable_declaration_metadata_test/none: Crash
2366 const_map2_test/00: MissingCompileTimeError
2367 const_map3_test/00: MissingCompileTimeError
2368 context_test: RuntimeError
2369 deferred_call_empty_before_load_test: RuntimeError
2370 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
2371 enum_duplicate_test/02: RuntimeError
2372 enum_duplicate_test/none: RuntimeError
2373 enum_private_test/01: RuntimeError
2374 enum_private_test/02: RuntimeError
2375 enum_private_test/none: RuntimeError
2376 enum_test: RuntimeError
2377 execute_finally7_test: RuntimeError
2378 expect_test: RuntimeError
2379 external_test/20: MissingRuntimeError
2380 f_bounded_quantification5_test: RuntimeError
2381 for2_test: RuntimeError
2382 getter_no_setter2_test/00: RuntimeError
2383 getter_no_setter2_test/03: RuntimeError
2384 getter_no_setter_test/00: RuntimeError
2385 getter_no_setter_test/none: RuntimeError
2386 hash_map_null_key_foreach_test: RuntimeError
2387 if_null_assignment_behavior_test/12: RuntimeError
2388 if_null_assignment_behavior_test/14: RuntimeError
2389 if_null_assignment_static_test/01: RuntimeError
2390 if_null_assignment_static_test/03: RuntimeError
2391 if_null_assignment_static_test/04: RuntimeError
2392 if_null_assignment_static_test/05: RuntimeError
2393 integer_division_by_zero_test: RuntimeError
2394 is_object_test: RuntimeError
2395 issue13474_test: RuntimeError
2396 issue9939_test: RuntimeError
2397 lazy_static8_test: RuntimeError
2398 list_literal4_test: RuntimeError
2399 local_function2_test: RuntimeError
2400 local_function3_test: RuntimeError
2401 malformed_test/none: RuntimeError
2402 map_literal3_test: RuntimeError
2403 map_literal4_test: RuntimeError
2404 method_override4_test: RuntimeError
2405 method_override5_test: RuntimeError
2406 modulo_test: RuntimeError
2407 regress_13494_test: RuntimeError
2408 regress_17382_test: RuntimeError
2409 regress_21795_test: RuntimeError
2410 regress_22822_test: RuntimeError
2411 regress_22936_test/01: RuntimeError
2412 stack_overflow_stacktrace_test: RuntimeError
2413 stacktrace_test: RuntimeError
2414 static_getter_no_setter1_test/01: RuntimeError
2415 static_getter_no_setter3_test/01: RuntimeError
2416 string_interpolation_and_buffer_test: RuntimeError
2417 switch_fallthru_test: RuntimeError
2418 top_level_func_test: RuntimeError
2419 top_level_getter_no_setter1_test/01: RuntimeError
2420 top_level_getter_no_setter2_test/01: RuntimeError
2421 truncdiv_test: RuntimeError
2422 try_catch_test/01: MissingCompileTimeError
2423 type_checks_in_factory_method_test: RuntimeError
2317 yieldstar_pause_test: Crash 2424 yieldstar_pause_test: Crash
2318 2425
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language_2/generic_instanceof.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698