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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: 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
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 malbounded_instantiation_test/01: Fail # Issue 12702 162 malbounded_instantiation_test/01: Fail # Issue 12702
163 malbounded_type_cast_test: Fail # Issue 14121 163 malbounded_type_cast_test: Fail # Issue 14121
164 malbounded_type_cast2_test: Fail # Issue 14121 164 malbounded_type_cast2_test: Fail # Issue 14121
165 malbounded_type_test_test/03: Fail # Issue 14121 165 malbounded_type_test_test/03: Fail # Issue 14121
166 malbounded_type_test_test/04: Fail # Issue 14121 166 malbounded_type_test_test/04: Fail # Issue 14121
167 malbounded_type_test2_test: Fail # Issue 14121 167 malbounded_type_test2_test: Fail # Issue 14121
168 default_factory2_test/01: Fail # Issue 14121 168 default_factory2_test/01: Fail # Issue 14121
169 169
170 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 170 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
171 type_checks_in_factory_method_test: RuntimeError # Issue 12746 171 type_checks_in_factory_method_test: RuntimeError # Issue 12746
172 generic_test: RuntimeError, OK
173 map_literal4_test: RuntimeError, OK # Checked mode required. 172 map_literal4_test: RuntimeError, OK # Checked mode required.
174 named_parameters_type_test/01: MissingRuntimeError, OK 173 named_parameters_type_test/01: MissingRuntimeError, OK
175 named_parameters_type_test/02: MissingRuntimeError, OK 174 named_parameters_type_test/02: MissingRuntimeError, OK
176 named_parameters_type_test/03: MissingRuntimeError, OK 175 named_parameters_type_test/03: MissingRuntimeError, OK
177 positional_parameters_type_test/01: MissingRuntimeError, OK 176 positional_parameters_type_test/01: MissingRuntimeError, OK
178 positional_parameters_type_test/02: MissingRuntimeError, OK 177 positional_parameters_type_test/02: MissingRuntimeError, OK
179 issue13474_test: RuntimeError, OK 178 issue13474_test: RuntimeError, OK
180 179
181 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ] 180 [ $compiler == dart2js && ! $checked && $enable_asserts && ! $dart2js_with_kerne l ]
182 181
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 enum_mirror_test: Crash # Issue 27394 314 enum_mirror_test: Crash # Issue 27394
316 export_ambiguous_main_negative_test: Crash # Issue 27394 315 export_ambiguous_main_negative_test: Crash # Issue 27394
317 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 316 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394
318 final_param_test/01: MissingRuntimeError # Issue 27394 317 final_param_test/01: MissingRuntimeError # Issue 27394
319 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 318 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394
320 first_class_types_constants_test: RuntimeError # Issue 27394 319 first_class_types_constants_test: RuntimeError # Issue 27394
321 generic_field_mixin2_test: Crash # Issue 27394 320 generic_field_mixin2_test: Crash # Issue 27394
322 generic_field_mixin3_test: Crash # Issue 27394 321 generic_field_mixin3_test: Crash # Issue 27394
323 generic_field_mixin6_test/01: Crash # Issue 27394 322 generic_field_mixin6_test/01: Crash # Issue 27394
324 generic_field_mixin_test: Crash # Issue 27394 323 generic_field_mixin_test: Crash # Issue 27394
325 generic_local_functions_test: Crash # Issue 27394
326 generic_metadata_test/02: Crash # Issue 27394
327 generic_metadata_test/03: Crash # Issue 27394
328 generic_methods_generic_function_parameter_test: Crash # Issue 27394
329 generic_methods_type_expression_test/01: RuntimeError # Issue 27394
330 generic_methods_type_expression_test/03: RuntimeError # Issue 27394
331 generic_methods_type_expression_test/none: RuntimeError # Issue 27394
332 get_set_syntax_test/00: Crash # Issue 27394
333 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 324 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394
334 if_null_assignment_static_test/01: RuntimeError # Issue 27394 325 if_null_assignment_static_test/01: RuntimeError # Issue 27394
335 if_null_assignment_static_test/03: RuntimeError # Issue 27394 326 if_null_assignment_static_test/03: RuntimeError # Issue 27394
336 if_null_assignment_static_test/04: RuntimeError # Issue 27394 327 if_null_assignment_static_test/04: RuntimeError # Issue 27394
337 if_null_assignment_static_test/05: RuntimeError # Issue 27394 328 if_null_assignment_static_test/05: RuntimeError # Issue 27394
338 illegal_initializer_test/01: Crash # Issue 27394 329 illegal_initializer_test/01: Crash # Issue 27394
339 illegal_initializer_test/02: Crash # Issue 27394 330 illegal_initializer_test/02: Crash # Issue 27394
340 illegal_initializer_test/03: Crash # Issue 27394 331 illegal_initializer_test/03: Crash # Issue 27394
341 illegal_initializer_test/04: Crash # Issue 27394 332 illegal_initializer_test/04: Crash # Issue 27394
342 inference_mixin_field_test: Crash # Issue 27394 333 inference_mixin_field_test: Crash # Issue 27394
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 generic_closure_test: Crash 846 generic_closure_test: Crash
856 generic_field_mixin2_test: Crash 847 generic_field_mixin2_test: Crash
857 generic_field_mixin3_test: Crash 848 generic_field_mixin3_test: Crash
858 generic_field_mixin4_test: Crash # Issue 18651 849 generic_field_mixin4_test: Crash # Issue 18651
859 generic_field_mixin5_test: Crash # Issue 18651 850 generic_field_mixin5_test: Crash # Issue 18651
860 generic_field_mixin6_test/01: Crash 851 generic_field_mixin6_test/01: Crash
861 generic_field_mixin_test: Crash 852 generic_field_mixin_test: Crash
862 generic_function_typedef2_test/04: Crash 853 generic_function_typedef2_test/04: Crash
863 generic_function_typedef_test: Crash 854 generic_function_typedef_test: Crash
864 generic_functions_test: Crash 855 generic_functions_test: Crash
865 generic_instanceof_test: Crash
866 generic_local_functions_test: Crash
867 generic_method_types_test/01: Crash
868 generic_method_types_test/02: Crash
869 generic_methods_generic_function_parameter_test: Crash
870 generic_methods_test: Crash
871 generic_methods_type_expression_test/01: Crash
872 generic_methods_type_expression_test/03: Crash
873 generic_methods_type_expression_test/none: Crash
874 generic_native_test: Crash
875 generic_syntax_test: Crash
876 generic_test: Crash
877 getter_closure_execution_order_test: Crash
878 getter_no_setter2_test/00: Crash 856 getter_no_setter2_test/00: Crash
879 getter_no_setter2_test/03: Crash 857 getter_no_setter2_test/03: Crash
880 getter_no_setter_test/00: Crash 858 getter_no_setter_test/00: Crash
881 getter_no_setter_test/none: Crash 859 getter_no_setter_test/none: Crash
882 getter_override2_test/02: MissingCompileTimeError 860 getter_override2_test/02: MissingCompileTimeError
883 getter_override_test/00: MissingCompileTimeError 861 getter_override_test/00: MissingCompileTimeError
884 getter_override_test/01: MissingCompileTimeError 862 getter_override_test/01: MissingCompileTimeError
885 getter_override_test/02: MissingCompileTimeError 863 getter_override_test/02: MissingCompileTimeError
886 hash_map_null_key_foreach_test: Crash 864 hash_map_null_key_foreach_test: Crash
887 identical_closure2_test: Crash 865 identical_closure2_test: Crash
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 enum_duplicate_test/02: RuntimeError 1419 enum_duplicate_test/02: RuntimeError
1442 enum_duplicate_test/none: RuntimeError 1420 enum_duplicate_test/none: RuntimeError
1443 enum_private_test/01: RuntimeError 1421 enum_private_test/01: RuntimeError
1444 enum_private_test/02: RuntimeError 1422 enum_private_test/02: RuntimeError
1445 enum_private_test/none: RuntimeError 1423 enum_private_test/none: RuntimeError
1446 enum_test: RuntimeError 1424 enum_test: RuntimeError
1447 execute_finally7_test: RuntimeError 1425 execute_finally7_test: RuntimeError
1448 expect_test: RuntimeError 1426 expect_test: RuntimeError
1449 for2_test: RuntimeError 1427 for2_test: RuntimeError
1450 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#)) 1428 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#))
1451 generic_test: RuntimeError
1452 getter_no_setter2_test/00: RuntimeError 1429 getter_no_setter2_test/00: RuntimeError
1453 getter_no_setter2_test/03: RuntimeError 1430 getter_no_setter2_test/03: RuntimeError
1454 getter_no_setter_test/00: RuntimeError 1431 getter_no_setter_test/00: RuntimeError
1455 getter_no_setter_test/none: RuntimeError 1432 getter_no_setter_test/none: RuntimeError
1456 hash_map_null_key_foreach_test: RuntimeError 1433 hash_map_null_key_foreach_test: RuntimeError
1457 if_null_assignment_behavior_test/12: RuntimeError 1434 if_null_assignment_behavior_test/12: RuntimeError
1458 if_null_assignment_behavior_test/14: RuntimeError 1435 if_null_assignment_behavior_test/14: RuntimeError
1459 if_null_assignment_static_test/01: RuntimeError 1436 if_null_assignment_static_test/01: RuntimeError
1460 if_null_assignment_static_test/03: RuntimeError 1437 if_null_assignment_static_test/03: RuntimeError
1461 if_null_assignment_static_test/04: RuntimeError 1438 if_null_assignment_static_test/04: RuntimeError
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 generic_closure_test: Crash 1856 generic_closure_test: Crash
1880 generic_field_mixin2_test: Crash 1857 generic_field_mixin2_test: Crash
1881 generic_field_mixin3_test: Crash 1858 generic_field_mixin3_test: Crash
1882 generic_field_mixin4_test: Crash # Issue 18651 1859 generic_field_mixin4_test: Crash # Issue 18651
1883 generic_field_mixin5_test: Crash # Issue 18651 1860 generic_field_mixin5_test: Crash # Issue 18651
1884 generic_field_mixin6_test/01: Crash 1861 generic_field_mixin6_test/01: Crash
1885 generic_field_mixin_test: Crash 1862 generic_field_mixin_test: Crash
1886 generic_function_typedef2_test/04: Crash 1863 generic_function_typedef2_test/04: Crash
1887 generic_function_typedef_test: Crash 1864 generic_function_typedef_test: Crash
1888 generic_functions_test: Crash 1865 generic_functions_test: Crash
1889 generic_instanceof_test: Crash
1890 generic_local_functions_test: Crash
1891 generic_method_types_test/01: Crash
1892 generic_method_types_test/02: Crash
1893 generic_methods_generic_function_parameter_test: Crash
1894 generic_methods_test: Crash
1895 generic_methods_type_expression_test/01: Crash
1896 generic_methods_type_expression_test/03: Crash
1897 generic_methods_type_expression_test/none: Crash
1898 generic_native_test: Crash
1899 generic_syntax_test: Crash
1900 generic_test: Crash
1901 getter_no_setter2_test/00: Crash 1866 getter_no_setter2_test/00: Crash
1902 getter_no_setter2_test/03: Crash 1867 getter_no_setter2_test/03: Crash
1903 getter_no_setter_test/00: Crash 1868 getter_no_setter_test/00: Crash
1904 getter_no_setter_test/none: Crash 1869 getter_no_setter_test/none: Crash
1905 getter_override2_test/02: MissingCompileTimeError 1870 getter_override2_test/02: MissingCompileTimeError
1906 getter_override_test/00: MissingCompileTimeError 1871 getter_override_test/00: MissingCompileTimeError
1907 getter_override_test/01: MissingCompileTimeError 1872 getter_override_test/01: MissingCompileTimeError
1908 getter_override_test/02: MissingCompileTimeError 1873 getter_override_test/02: MissingCompileTimeError
1909 hash_map_null_key_foreach_test: Crash 1874 hash_map_null_key_foreach_test: Crash
1910 identical_closure2_test: RuntimeError 1875 identical_closure2_test: RuntimeError
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 enum_duplicate_test/none: RuntimeError 2408 enum_duplicate_test/none: RuntimeError
2444 enum_private_test/01: RuntimeError 2409 enum_private_test/01: RuntimeError
2445 enum_private_test/02: RuntimeError 2410 enum_private_test/02: RuntimeError
2446 enum_private_test/none: RuntimeError 2411 enum_private_test/none: RuntimeError
2447 enum_test: RuntimeError 2412 enum_test: RuntimeError
2448 execute_finally7_test: RuntimeError 2413 execute_finally7_test: RuntimeError
2449 expect_test: RuntimeError 2414 expect_test: RuntimeError
2450 external_test/20: MissingRuntimeError 2415 external_test/20: MissingRuntimeError
2451 f_bounded_quantification5_test: RuntimeError 2416 f_bounded_quantification5_test: RuntimeError
2452 for2_test: RuntimeError 2417 for2_test: RuntimeError
2453 generic_test: RuntimeError
2454 getter_no_setter2_test/00: RuntimeError 2418 getter_no_setter2_test/00: RuntimeError
2455 getter_no_setter2_test/03: RuntimeError 2419 getter_no_setter2_test/03: RuntimeError
2456 getter_no_setter_test/00: RuntimeError 2420 getter_no_setter_test/00: RuntimeError
2457 getter_no_setter_test/none: RuntimeError 2421 getter_no_setter_test/none: RuntimeError
2458 hash_map_null_key_foreach_test: RuntimeError 2422 hash_map_null_key_foreach_test: RuntimeError
2459 if_null_assignment_behavior_test/12: RuntimeError 2423 if_null_assignment_behavior_test/12: RuntimeError
2460 if_null_assignment_behavior_test/14: RuntimeError 2424 if_null_assignment_behavior_test/14: RuntimeError
2461 if_null_assignment_static_test/01: RuntimeError 2425 if_null_assignment_static_test/01: RuntimeError
2462 if_null_assignment_static_test/03: RuntimeError 2426 if_null_assignment_static_test/03: RuntimeError
2463 if_null_assignment_static_test/04: RuntimeError 2427 if_null_assignment_static_test/04: RuntimeError
(...skipping 24 matching lines...) Expand all
2488 string_interpolation_and_buffer_test: RuntimeError 2452 string_interpolation_and_buffer_test: RuntimeError
2489 switch_fallthru_test: RuntimeError 2453 switch_fallthru_test: RuntimeError
2490 top_level_func_test: RuntimeError 2454 top_level_func_test: RuntimeError
2491 top_level_getter_no_setter1_test/01: RuntimeError 2455 top_level_getter_no_setter1_test/01: RuntimeError
2492 top_level_getter_no_setter2_test/01: RuntimeError 2456 top_level_getter_no_setter2_test/01: RuntimeError
2493 truncdiv_test: RuntimeError 2457 truncdiv_test: RuntimeError
2494 try_catch_test/01: MissingCompileTimeError 2458 try_catch_test/01: MissingCompileTimeError
2495 type_checks_in_factory_method_test: RuntimeError 2459 type_checks_in_factory_method_test: RuntimeError
2496 yieldstar_pause_test: Crash 2460 yieldstar_pause_test: Crash
2497 2461
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698