OLD | NEW |
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2015, 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 (function() { | 5 (function() { |
6 'use strict'; | 6 'use strict'; |
7 | 7 |
8 let dart_sdk = dart_library.import('dart_sdk'); | 8 let dart_sdk = dart_library.import('dart_sdk'); |
9 dart_sdk._isolate_helper.startRootIsolate(function() {}, []); | 9 dart_sdk._isolate_helper.startRootIsolate(function() {}, []); |
10 let async_helper = dart_library.import('async_helper').async_helper; | 10 let async_helper = dart_library.import('async_helper').async_helper; |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'function_type_alias3_test': skip_fail, | 195 'function_type_alias3_test': skip_fail, |
196 'function_type_alias4_test': skip_fail, | 196 'function_type_alias4_test': skip_fail, |
197 'function_type_alias6_test_none_multi': skip_fail, | 197 'function_type_alias6_test_none_multi': skip_fail, |
198 'function_type_alias_test': skip_fail, | 198 'function_type_alias_test': skip_fail, |
199 'gc_test': skip_fail, | 199 'gc_test': skip_fail, |
200 'generic_field_mixin2_test': skip_fail, | 200 'generic_field_mixin2_test': skip_fail, |
201 'generic_field_mixin3_test': skip_fail, | 201 'generic_field_mixin3_test': skip_fail, |
202 'generic_field_mixin4_test': skip_fail, | 202 'generic_field_mixin4_test': skip_fail, |
203 'generic_field_mixin5_test': skip_fail, | 203 'generic_field_mixin5_test': skip_fail, |
204 'generic_field_mixin_test': skip_fail, | 204 'generic_field_mixin_test': skip_fail, |
| 205 'generic_instanceof_test': fail, // runtime strong mode reject |
205 'generic_instanceof2_test': skip_fail, | 206 'generic_instanceof2_test': skip_fail, |
206 'generic_is_check_test': skip_fail, | 207 'generic_is_check_test': skip_fail, |
207 'getter_closure_execution_order_test': skip_fail, | 208 'getter_closure_execution_order_test': skip_fail, |
208 'getter_override2_test_00_multi': skip_fail, | 209 'getter_override2_test_00_multi': skip_fail, |
209 'getters_setters_test': skip_fail, | 210 'getters_setters_test': skip_fail, |
210 'hash_code_mangling_test': skip_fail, | 211 'hash_code_mangling_test': skip_fail, |
211 'identical_closure2_test': skip_fail, | 212 'identical_closure2_test': skip_fail, |
212 'infinite_switch_label_test': skip_fail, | 213 'infinite_switch_label_test': skip_fail, |
213 'infinity_test': skip_fail, | 214 'infinity_test': skip_fail, |
214 'instance_creation_in_function_annotation_test': skip_fail, | 215 'instance_creation_in_function_annotation_test': skip_fail, |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'top_level_prefixed_library_test': 'helper', | 332 'top_level_prefixed_library_test': 'helper', |
332 | 333 |
333 'abstract_exact_selector_test_01_multi': notyetstrong, | 334 'abstract_exact_selector_test_01_multi': notyetstrong, |
334 'abstract_factory_constructor_test_00_multi': notyetstrong, | 335 'abstract_factory_constructor_test_00_multi': notyetstrong, |
335 'abstract_getter_test_01_multi': notyetstrong, | 336 'abstract_getter_test_01_multi': notyetstrong, |
336 'abstract_runtime_error_test_01_multi': notyetstrong, | 337 'abstract_runtime_error_test_01_multi': notyetstrong, |
337 'abstract_runtime_error_test_02_multi': notyetstrong, | 338 'abstract_runtime_error_test_02_multi': notyetstrong, |
338 'abstract_runtime_error_test_03_multi': notyetstrong, | 339 'abstract_runtime_error_test_03_multi': notyetstrong, |
339 'abstract_syntax_test_00_multi': notyetstrong, | 340 'abstract_syntax_test_00_multi': notyetstrong, |
340 'abstract_syntax_test_01_multi': notyetstrong, | 341 'abstract_syntax_test_01_multi': notyetstrong, |
341 'application_test': notyetstrong, | |
342 'argument_definition_test_01_multi': notyetstrong, | 342 'argument_definition_test_01_multi': notyetstrong, |
343 'arithmetic_test': notyetstrong, | 343 'arithmetic_test': notyetstrong, |
344 'assign_static_type_test_01_multi': notyetstrong, | 344 'assign_static_type_test_01_multi': notyetstrong, |
345 'assign_static_type_test_02_multi': notyetstrong, | 345 'assign_static_type_test_02_multi': notyetstrong, |
346 'assign_static_type_test_03_multi': notyetstrong, | 346 'assign_static_type_test_03_multi': notyetstrong, |
347 'assign_static_type_test_04_multi': notyetstrong, | 347 'assign_static_type_test_04_multi': notyetstrong, |
348 'assign_static_type_test_05_multi': notyetstrong, | 348 'assign_static_type_test_05_multi': notyetstrong, |
349 'assign_static_type_test_06_multi': notyetstrong, | 349 'assign_static_type_test_06_multi': notyetstrong, |
350 'assign_to_type_test_01_multi': notyetstrong, | 350 'assign_to_type_test_01_multi': notyetstrong, |
351 'assign_to_type_test_02_multi': notyetstrong, | 351 'assign_to_type_test_02_multi': notyetstrong, |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
930 'enum_syntax_test_08_multi': notyetstrong, | 930 'enum_syntax_test_08_multi': notyetstrong, |
931 'enum_syntax_test_09_multi': notyetstrong, | 931 'enum_syntax_test_09_multi': notyetstrong, |
932 'enum_syntax_test_10_multi': notyetstrong, | 932 'enum_syntax_test_10_multi': notyetstrong, |
933 'enum_syntax_test_11_multi': notyetstrong, | 933 'enum_syntax_test_11_multi': notyetstrong, |
934 'enum_syntax_test_20_multi': notyetstrong, | 934 'enum_syntax_test_20_multi': notyetstrong, |
935 'enum_syntax_test_21_multi': notyetstrong, | 935 'enum_syntax_test_21_multi': notyetstrong, |
936 'enum_syntax_test_22_multi': notyetstrong, | 936 'enum_syntax_test_22_multi': notyetstrong, |
937 'enum_syntax_test_30_multi': notyetstrong, | 937 'enum_syntax_test_30_multi': notyetstrong, |
938 'error_stacktrace_test': notyetstrong, | 938 'error_stacktrace_test': notyetstrong, |
939 'example_constructor_test': notyetstrong, | 939 'example_constructor_test': notyetstrong, |
940 'export_double_same_main_test': notyetstrong, | |
941 'export_main_override_test': notyetstrong, | |
942 'export_main_test': notyetstrong, | |
943 'external_test_01_multi': notyetstrong, | 940 'external_test_01_multi': notyetstrong, |
944 'external_test_02_multi': notyetstrong, | 941 'external_test_02_multi': notyetstrong, |
945 'external_test_11_multi': notyetstrong, | 942 'external_test_11_multi': notyetstrong, |
946 'external_test_12_multi': notyetstrong, | 943 'external_test_12_multi': notyetstrong, |
947 'external_test_14_multi': notyetstrong, | 944 'external_test_14_multi': notyetstrong, |
948 'external_test_16_multi': notyetstrong, | 945 'external_test_16_multi': notyetstrong, |
949 'external_test_22_multi': notyetstrong, | 946 'external_test_22_multi': notyetstrong, |
950 'external_test_23_multi': notyetstrong, | 947 'external_test_23_multi': notyetstrong, |
951 'external_test_25_multi': notyetstrong, | 948 'external_test_25_multi': notyetstrong, |
952 'external_test_30_multi': notyetstrong, | 949 'external_test_30_multi': notyetstrong, |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1111 'function_type_call_getter2_test_03_multi': notyetstrong, | 1108 'function_type_call_getter2_test_03_multi': notyetstrong, |
1112 'function_type_call_getter2_test_04_multi': notyetstrong, | 1109 'function_type_call_getter2_test_04_multi': notyetstrong, |
1113 'function_type_call_getter2_test_05_multi': notyetstrong, | 1110 'function_type_call_getter2_test_05_multi': notyetstrong, |
1114 'function_type_test': notyetstrong, | 1111 'function_type_test': notyetstrong, |
1115 'generic_closure_test': notyetstrong, | 1112 'generic_closure_test': notyetstrong, |
1116 'generic_constructor_mixin2_test': notyetstrong, | 1113 'generic_constructor_mixin2_test': notyetstrong, |
1117 'generic_constructor_mixin3_test': notyetstrong, | 1114 'generic_constructor_mixin3_test': notyetstrong, |
1118 'generic_constructor_mixin_test': notyetstrong, | 1115 'generic_constructor_mixin_test': notyetstrong, |
1119 'generic_field_mixin6_test_01_multi': notyetstrong, | 1116 'generic_field_mixin6_test_01_multi': notyetstrong, |
1120 'generic_field_mixin6_test_none_multi': notyetstrong, | 1117 'generic_field_mixin6_test_none_multi': notyetstrong, |
1121 'generic_instanceof_test': notyetstrong, | |
1122 'generic_list_checked_test': notyetstrong, | 1118 'generic_list_checked_test': notyetstrong, |
1123 'generic_test': notyetstrong, | 1119 'generic_test': notyetstrong, |
1124 'generics_test': notyetstrong, | 1120 'generics_test': notyetstrong, |
1125 'get_set_syntax_test_00_multi': notyetstrong, | 1121 'get_set_syntax_test_00_multi': notyetstrong, |
1126 'get_set_syntax_test_01_multi': notyetstrong, | 1122 'get_set_syntax_test_01_multi': notyetstrong, |
1127 'get_set_syntax_test_02_multi': notyetstrong, | 1123 'get_set_syntax_test_02_multi': notyetstrong, |
1128 'get_set_syntax_test_03_multi': notyetstrong, | 1124 'get_set_syntax_test_03_multi': notyetstrong, |
1129 'get_set_syntax_test_04_multi': notyetstrong, | 1125 'get_set_syntax_test_04_multi': notyetstrong, |
1130 'get_set_syntax_test_05_multi': notyetstrong, | 1126 'get_set_syntax_test_05_multi': notyetstrong, |
1131 'get_set_syntax_test_06_multi': notyetstrong, | 1127 'get_set_syntax_test_06_multi': notyetstrong, |
(...skipping 18 matching lines...) Expand all Loading... |
1150 'getter_override_test_01_multi': notyetstrong, | 1146 'getter_override_test_01_multi': notyetstrong, |
1151 'getter_override_test_02_multi': notyetstrong, | 1147 'getter_override_test_02_multi': notyetstrong, |
1152 'getter_override_test_03_multi': notyetstrong, | 1148 'getter_override_test_03_multi': notyetstrong, |
1153 'getter_parameters_test_01_multi': notyetstrong, | 1149 'getter_parameters_test_01_multi': notyetstrong, |
1154 'getter_parameters_test_02_multi': notyetstrong, | 1150 'getter_parameters_test_02_multi': notyetstrong, |
1155 'getter_parameters_test_03_multi': notyetstrong, | 1151 'getter_parameters_test_03_multi': notyetstrong, |
1156 'getter_parameters_test_04_multi': notyetstrong, | 1152 'getter_parameters_test_04_multi': notyetstrong, |
1157 'getter_setter_in_lib_test': notyetstrong, | 1153 'getter_setter_in_lib_test': notyetstrong, |
1158 'getters_setters2_test_02_multi': notyetstrong, | 1154 'getters_setters2_test_02_multi': notyetstrong, |
1159 'getters_setters2_test_03_multi': notyetstrong, | 1155 'getters_setters2_test_03_multi': notyetstrong, |
1160 'hello_script_test': notyetstrong, | |
1161 'hidden_import_test_01_multi': notyetstrong, | 1156 'hidden_import_test_01_multi': notyetstrong, |
1162 'hidden_import_test_02_multi': notyetstrong, | 1157 'hidden_import_test_02_multi': notyetstrong, |
1163 'identical_const_test_01_multi': notyetstrong, | 1158 'identical_const_test_01_multi': notyetstrong, |
1164 'identical_const_test_02_multi': notyetstrong, | 1159 'identical_const_test_02_multi': notyetstrong, |
1165 'identical_const_test_03_multi': notyetstrong, | 1160 'identical_const_test_03_multi': notyetstrong, |
1166 'identical_const_test_04_multi': notyetstrong, | 1161 'identical_const_test_04_multi': notyetstrong, |
1167 'if_null_assignment_behavior_test_03_multi': notyetstrong, | 1162 'if_null_assignment_behavior_test_03_multi': notyetstrong, |
1168 'if_null_assignment_behavior_test_04_multi': notyetstrong, | 1163 'if_null_assignment_behavior_test_04_multi': notyetstrong, |
1169 'if_null_assignment_behavior_test_13_multi': notyetstrong, | 1164 'if_null_assignment_behavior_test_13_multi': notyetstrong, |
1170 'if_null_assignment_behavior_test_14_multi': notyetstrong, | 1165 'if_null_assignment_behavior_test_14_multi': notyetstrong, |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 'implied_interface_test': notyetstrong, | 1227 'implied_interface_test': notyetstrong, |
1233 'import_combinators_test': notyetstrong, | 1228 'import_combinators_test': notyetstrong, |
1234 'import_core_prefix_test': notyetstrong, | 1229 'import_core_prefix_test': notyetstrong, |
1235 'import_self_test_01_multi': notyetstrong, | 1230 'import_self_test_01_multi': notyetstrong, |
1236 'inference_captured_variable2_test': notyetstrong, | 1231 'inference_captured_variable2_test': notyetstrong, |
1237 'inference_captured_variable_test': notyetstrong, | 1232 'inference_captured_variable_test': notyetstrong, |
1238 'inferrer_constructor5_test_01_multi': notyetstrong, | 1233 'inferrer_constructor5_test_01_multi': notyetstrong, |
1239 'inferrer_this_access_test': notyetstrong, | 1234 'inferrer_this_access_test': notyetstrong, |
1240 'inline_effect_context_test': notyetstrong, | 1235 'inline_effect_context_test': notyetstrong, |
1241 'inline_in_for_initializer_and_bailout_test': notyetstrong, | 1236 'inline_in_for_initializer_and_bailout_test': notyetstrong, |
1242 'inline_super_test': notyetstrong, | |
1243 'inline_test_context_test': notyetstrong, | 1237 'inline_test_context_test': notyetstrong, |
1244 'inline_value_context_test': notyetstrong, | 1238 'inline_value_context_test': notyetstrong, |
1245 'inlined_throw_test': notyetstrong, | 1239 'inlined_throw_test': notyetstrong, |
1246 'instanceof3_test': notyetstrong, | 1240 'instanceof3_test': notyetstrong, |
1247 'instantiate_type_variable_test_01_multi': notyetstrong, | 1241 'instantiate_type_variable_test_01_multi': notyetstrong, |
1248 'interceptor2_test': notyetstrong, | 1242 'interceptor2_test': notyetstrong, |
1249 'interceptor3_test': notyetstrong, | 1243 'interceptor3_test': notyetstrong, |
1250 'interceptor6_test': notyetstrong, | 1244 'interceptor6_test': notyetstrong, |
1251 'interceptor7_test': notyetstrong, | 1245 'interceptor7_test': notyetstrong, |
1252 'interceptor_test': notyetstrong, | 1246 'interceptor_test': notyetstrong, |
(...skipping 21 matching lines...) Expand all Loading... |
1274 'issue1363_test': notyetstrong, | 1268 'issue1363_test': notyetstrong, |
1275 'issue15606_test_01_multi': notyetstrong, | 1269 'issue15606_test_01_multi': notyetstrong, |
1276 'issue18628_1_test_01_multi': notyetstrong, | 1270 'issue18628_1_test_01_multi': notyetstrong, |
1277 'issue18628_2_test_01_multi': notyetstrong, | 1271 'issue18628_2_test_01_multi': notyetstrong, |
1278 'issue21159_test': notyetstrong, | 1272 'issue21159_test': notyetstrong, |
1279 'issue3806_test': notyetstrong, | 1273 'issue3806_test': notyetstrong, |
1280 'keyword_type_expression_test_01_multi': notyetstrong, | 1274 'keyword_type_expression_test_01_multi': notyetstrong, |
1281 'keyword_type_expression_test_02_multi': notyetstrong, | 1275 'keyword_type_expression_test_02_multi': notyetstrong, |
1282 'keyword_type_expression_test_03_multi': notyetstrong, | 1276 'keyword_type_expression_test_03_multi': notyetstrong, |
1283 'label_test': notyetstrong, | 1277 'label_test': notyetstrong, |
1284 'lazy_static6_test': notyetstrong, | |
1285 'least_upper_bound_expansive_test_01_multi': notyetstrong, | 1278 'least_upper_bound_expansive_test_01_multi': notyetstrong, |
1286 'least_upper_bound_expansive_test_02_multi': notyetstrong, | 1279 'least_upper_bound_expansive_test_02_multi': notyetstrong, |
1287 'least_upper_bound_expansive_test_03_multi': notyetstrong, | 1280 'least_upper_bound_expansive_test_03_multi': notyetstrong, |
1288 'least_upper_bound_expansive_test_04_multi': notyetstrong, | 1281 'least_upper_bound_expansive_test_04_multi': notyetstrong, |
1289 'least_upper_bound_expansive_test_05_multi': notyetstrong, | 1282 'least_upper_bound_expansive_test_05_multi': notyetstrong, |
1290 'least_upper_bound_expansive_test_06_multi': notyetstrong, | 1283 'least_upper_bound_expansive_test_06_multi': notyetstrong, |
1291 'least_upper_bound_expansive_test_07_multi': notyetstrong, | 1284 'least_upper_bound_expansive_test_07_multi': notyetstrong, |
1292 'least_upper_bound_expansive_test_08_multi': notyetstrong, | 1285 'least_upper_bound_expansive_test_08_multi': notyetstrong, |
1293 'least_upper_bound_expansive_test_09_multi': notyetstrong, | 1286 'least_upper_bound_expansive_test_09_multi': notyetstrong, |
1294 'least_upper_bound_expansive_test_10_multi': notyetstrong, | 1287 'least_upper_bound_expansive_test_10_multi': notyetstrong, |
1295 'least_upper_bound_expansive_test_11_multi': notyetstrong, | 1288 'least_upper_bound_expansive_test_11_multi': notyetstrong, |
1296 'least_upper_bound_expansive_test_12_multi': notyetstrong, | 1289 'least_upper_bound_expansive_test_12_multi': notyetstrong, |
1297 'least_upper_bound_test_03_multi': notyetstrong, | 1290 'least_upper_bound_test_03_multi': notyetstrong, |
1298 'least_upper_bound_test_04_multi': notyetstrong, | 1291 'least_upper_bound_test_04_multi': notyetstrong, |
1299 'least_upper_bound_test_05_multi': notyetstrong, | 1292 'least_upper_bound_test_05_multi': notyetstrong, |
1300 'least_upper_bound_test_10_multi': notyetstrong, | 1293 'least_upper_bound_test_10_multi': notyetstrong, |
1301 'least_upper_bound_test_19_multi': notyetstrong, | 1294 'least_upper_bound_test_19_multi': notyetstrong, |
1302 'least_upper_bound_test_20_multi': notyetstrong, | 1295 'least_upper_bound_test_20_multi': notyetstrong, |
1303 'least_upper_bound_test_23_multi': notyetstrong, | 1296 'least_upper_bound_test_23_multi': notyetstrong, |
1304 'least_upper_bound_test_24_multi': notyetstrong, | 1297 'least_upper_bound_test_24_multi': notyetstrong, |
1305 'least_upper_bound_test_29_multi': notyetstrong, | 1298 'least_upper_bound_test_29_multi': notyetstrong, |
1306 'least_upper_bound_test_30_multi': notyetstrong, | 1299 'least_upper_bound_test_30_multi': notyetstrong, |
1307 'least_upper_bound_test_32_multi': notyetstrong, | 1300 'least_upper_bound_test_32_multi': notyetstrong, |
1308 'library1_test': notyetstrong, | |
1309 'library_ambiguous_test_00_multi': notyetstrong, | 1301 'library_ambiguous_test_00_multi': notyetstrong, |
1310 'library_ambiguous_test_01_multi': notyetstrong, | 1302 'library_ambiguous_test_01_multi': notyetstrong, |
1311 'library_ambiguous_test_02_multi': notyetstrong, | 1303 'library_ambiguous_test_02_multi': notyetstrong, |
1312 'library_ambiguous_test_03_multi': notyetstrong, | 1304 'library_ambiguous_test_03_multi': notyetstrong, |
1313 'library_ambiguous_test_04_multi': notyetstrong, | 1305 'library_ambiguous_test_04_multi': notyetstrong, |
1314 'library_ambiguous_test_05_multi': notyetstrong, | 1306 'library_ambiguous_test_05_multi': notyetstrong, |
1315 'library_juxtaposition_test': notyetstrong, | |
1316 'library_prefixes_test': notyetstrong, | |
1317 'list_double_index_in_loop2_test': notyetstrong, | 1307 'list_double_index_in_loop2_test': notyetstrong, |
1318 'list_double_index_in_loop_test': notyetstrong, | 1308 'list_double_index_in_loop_test': notyetstrong, |
1319 'list_literal1_test_01_multi': notyetstrong, | 1309 'list_literal1_test_01_multi': notyetstrong, |
1320 'list_literal4_test': notyetstrong, | 1310 'list_literal4_test': notyetstrong, |
1321 'list_literal_syntax_test_00_multi': notyetstrong, | 1311 'list_literal_syntax_test_00_multi': notyetstrong, |
1322 'list_literal_syntax_test_01_multi': notyetstrong, | 1312 'list_literal_syntax_test_01_multi': notyetstrong, |
1323 'list_literal_syntax_test_02_multi': notyetstrong, | 1313 'list_literal_syntax_test_02_multi': notyetstrong, |
1324 'list_literal_syntax_test_03_multi': notyetstrong, | 1314 'list_literal_syntax_test_03_multi': notyetstrong, |
1325 'list_literal_syntax_test_04_multi': notyetstrong, | 1315 'list_literal_syntax_test_04_multi': notyetstrong, |
1326 'list_literal_syntax_test_05_multi': notyetstrong, | 1316 'list_literal_syntax_test_05_multi': notyetstrong, |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 'mixin_type_parameters_errors_test_02_multi': notyetstrong, | 1548 'mixin_type_parameters_errors_test_02_multi': notyetstrong, |
1559 'mixin_type_parameters_errors_test_03_multi': notyetstrong, | 1549 'mixin_type_parameters_errors_test_03_multi': notyetstrong, |
1560 'mixin_type_parameters_errors_test_04_multi': notyetstrong, | 1550 'mixin_type_parameters_errors_test_04_multi': notyetstrong, |
1561 'mixin_type_parameters_errors_test_05_multi': notyetstrong, | 1551 'mixin_type_parameters_errors_test_05_multi': notyetstrong, |
1562 'mixin_type_parameters_mixin_extends_test': notyetstrong, | 1552 'mixin_type_parameters_mixin_extends_test': notyetstrong, |
1563 'mixin_type_parameters_mixin_test': notyetstrong, | 1553 'mixin_type_parameters_mixin_test': notyetstrong, |
1564 'mixin_type_parameters_simple_test': notyetstrong, | 1554 'mixin_type_parameters_simple_test': notyetstrong, |
1565 'mixin_type_parameters_super_extends_test': notyetstrong, | 1555 'mixin_type_parameters_super_extends_test': notyetstrong, |
1566 'mixin_type_parameters_super_test': notyetstrong, | 1556 'mixin_type_parameters_super_test': notyetstrong, |
1567 'mixin_with_two_implicit_constructors_test': notyetstrong, | 1557 'mixin_with_two_implicit_constructors_test': notyetstrong, |
1568 'multi_pass2_test': notyetstrong, | |
1569 'multi_pass_test': notyetstrong, | |
1570 'multiline_newline_test_01_multi': notyetstrong, | 1558 'multiline_newline_test_01_multi': notyetstrong, |
1571 'multiline_newline_test_02_multi': notyetstrong, | 1559 'multiline_newline_test_02_multi': notyetstrong, |
1572 'multiline_newline_test_03_multi': notyetstrong, | 1560 'multiline_newline_test_03_multi': notyetstrong, |
1573 'named_constructor_test_01_multi': notyetstrong, | 1561 'named_constructor_test_01_multi': notyetstrong, |
1574 'named_constructor_test_02_multi': notyetstrong, | 1562 'named_constructor_test_02_multi': notyetstrong, |
1575 'named_constructor_test_03_multi': notyetstrong, | 1563 'named_constructor_test_03_multi': notyetstrong, |
1576 'named_constructor_test_04_multi': notyetstrong, | 1564 'named_constructor_test_04_multi': notyetstrong, |
1577 'named_constructor_test_05_multi': notyetstrong, | 1565 'named_constructor_test_05_multi': notyetstrong, |
1578 'named_constructor_test_06_multi': notyetstrong, | 1566 'named_constructor_test_06_multi': notyetstrong, |
1579 'named_constructor_test_07_multi': notyetstrong, | 1567 'named_constructor_test_07_multi': notyetstrong, |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1747 'parameter_default_test_02_multi': notyetstrong, | 1735 'parameter_default_test_02_multi': notyetstrong, |
1748 'parameter_default_test_03_multi': notyetstrong, | 1736 'parameter_default_test_03_multi': notyetstrong, |
1749 'parameter_default_test_04_multi': notyetstrong, | 1737 'parameter_default_test_04_multi': notyetstrong, |
1750 'parameter_default_test_05_multi': notyetstrong, | 1738 'parameter_default_test_05_multi': notyetstrong, |
1751 'parameter_default_test_06_multi': notyetstrong, | 1739 'parameter_default_test_06_multi': notyetstrong, |
1752 'parameter_default_test_07_multi': notyetstrong, | 1740 'parameter_default_test_07_multi': notyetstrong, |
1753 'parameter_default_test_08_multi': notyetstrong, | 1741 'parameter_default_test_08_multi': notyetstrong, |
1754 'parameter_initializer_test': notyetstrong, | 1742 'parameter_initializer_test': notyetstrong, |
1755 'parser_quirks_test': notyetstrong, | 1743 'parser_quirks_test': notyetstrong, |
1756 'part2_test': notyetstrong, | 1744 'part2_test': notyetstrong, |
1757 'part_test': notyetstrong, | |
1758 'positional_parameters_type_test_01_multi': notyetstrong, | 1745 'positional_parameters_type_test_01_multi': notyetstrong, |
1759 'positional_parameters_type_test_02_multi': notyetstrong, | 1746 'positional_parameters_type_test_02_multi': notyetstrong, |
1760 'prefix14_test': notyetstrong, | 1747 'prefix14_test': notyetstrong, |
1761 'prefix15_test': notyetstrong, | 1748 'prefix15_test': notyetstrong, |
1762 'prefix16_test': notyetstrong, | 1749 'prefix16_test': notyetstrong, |
1763 'prefix22_test': notyetstrong, | 1750 'prefix22_test': notyetstrong, |
1764 'prefix23_test': notyetstrong, | 1751 'prefix23_test': notyetstrong, |
1765 'prefix_assignment_test_01_multi': notyetstrong, | 1752 'prefix_assignment_test_01_multi': notyetstrong, |
1766 'prefix_assignment_test_02_multi': notyetstrong, | 1753 'prefix_assignment_test_02_multi': notyetstrong, |
1767 'prefix_identifier_reference_test_01_multi': notyetstrong, | 1754 'prefix_identifier_reference_test_01_multi': notyetstrong, |
1768 'prefix_identifier_reference_test_02_multi': notyetstrong, | 1755 'prefix_identifier_reference_test_02_multi': notyetstrong, |
1769 'prefix_identifier_reference_test_03_multi': notyetstrong, | 1756 'prefix_identifier_reference_test_03_multi': notyetstrong, |
1770 'prefix_identifier_reference_test_04_multi': notyetstrong, | 1757 'prefix_identifier_reference_test_04_multi': notyetstrong, |
1771 'prefix_identifier_reference_test_05_multi': notyetstrong, | 1758 'prefix_identifier_reference_test_05_multi': notyetstrong, |
1772 'prefix_unqualified_invocation_test_01_multi': notyetstrong, | 1759 'prefix_unqualified_invocation_test_01_multi': notyetstrong, |
1773 'prefix_unqualified_invocation_test_02_multi': notyetstrong, | 1760 'prefix_unqualified_invocation_test_02_multi': notyetstrong, |
1774 'private2_test': notyetstrong, | |
1775 'private3_test': notyetstrong, | 1761 'private3_test': notyetstrong, |
1776 'private_access_test_01_multi': notyetstrong, | 1762 'private_access_test_01_multi': notyetstrong, |
1777 'private_access_test_02_multi': notyetstrong, | 1763 'private_access_test_02_multi': notyetstrong, |
1778 'private_access_test_03_multi': notyetstrong, | 1764 'private_access_test_03_multi': notyetstrong, |
1779 'private_access_test_04_multi': notyetstrong, | 1765 'private_access_test_04_multi': notyetstrong, |
1780 'private_access_test_05_multi': notyetstrong, | 1766 'private_access_test_05_multi': notyetstrong, |
1781 'private_access_test_06_multi': notyetstrong, | 1767 'private_access_test_06_multi': notyetstrong, |
1782 'private_mixin2_test': notyetstrong, | 1768 'private_mixin2_test': notyetstrong, |
1783 'private_test': notyetstrong, | 1769 'private_test': notyetstrong, |
1784 'propagated_argument_type_check_test': notyetstrong, | 1770 'propagated_argument_type_check_test': notyetstrong, |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2044 'this_conditional_operator_test_01_multi': notyetstrong, | 2030 'this_conditional_operator_test_01_multi': notyetstrong, |
2045 'this_test_01_multi': notyetstrong, | 2031 'this_test_01_multi': notyetstrong, |
2046 'this_test_02_multi': notyetstrong, | 2032 'this_test_02_multi': notyetstrong, |
2047 'this_test_03_multi': notyetstrong, | 2033 'this_test_03_multi': notyetstrong, |
2048 'this_test_04_multi': notyetstrong, | 2034 'this_test_04_multi': notyetstrong, |
2049 'this_test_05_multi': notyetstrong, | 2035 'this_test_05_multi': notyetstrong, |
2050 'this_test_06_multi': notyetstrong, | 2036 'this_test_06_multi': notyetstrong, |
2051 'this_test_07_multi': notyetstrong, | 2037 'this_test_07_multi': notyetstrong, |
2052 'this_test_08_multi': notyetstrong, | 2038 'this_test_08_multi': notyetstrong, |
2053 'throw_expr_test': notyetstrong, | 2039 'throw_expr_test': notyetstrong, |
2054 'top_level_entry_test': notyetstrong, | |
2055 'top_level_getter_no_setter1_test_01_multi': notyetstrong, | 2040 'top_level_getter_no_setter1_test_01_multi': notyetstrong, |
2056 'top_level_getter_no_setter2_test_01_multi': notyetstrong, | 2041 'top_level_getter_no_setter2_test_01_multi': notyetstrong, |
2057 'top_level_multiple_files_test': notyetstrong, | |
2058 'toplevel_collision1_test_00_multi': notyetstrong, | 2042 'toplevel_collision1_test_00_multi': notyetstrong, |
2059 'toplevel_collision1_test_01_multi': notyetstrong, | 2043 'toplevel_collision1_test_01_multi': notyetstrong, |
2060 'toplevel_collision1_test_02_multi': notyetstrong, | 2044 'toplevel_collision1_test_02_multi': notyetstrong, |
2061 'toplevel_collision2_test_00_multi': notyetstrong, | 2045 'toplevel_collision2_test_00_multi': notyetstrong, |
2062 'toplevel_collision2_test_01_multi': notyetstrong, | 2046 'toplevel_collision2_test_01_multi': notyetstrong, |
2063 'transitive_private_library_access_test': notyetstrong, | 2047 'transitive_private_library_access_test': notyetstrong, |
2064 'try_catch_on_syntax_test_02_multi': notyetstrong, | 2048 'try_catch_on_syntax_test_02_multi': notyetstrong, |
2065 'try_catch_on_syntax_test_03_multi': notyetstrong, | 2049 'try_catch_on_syntax_test_03_multi': notyetstrong, |
2066 'try_catch_on_syntax_test_04_multi': notyetstrong, | 2050 'try_catch_on_syntax_test_04_multi': notyetstrong, |
2067 'try_catch_on_syntax_test_05_multi': notyetstrong, | 2051 'try_catch_on_syntax_test_05_multi': notyetstrong, |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2489 'list_insert_test': fail, | 2473 'list_insert_test': fail, |
2490 'list_removeat_test': fail, | 2474 'list_removeat_test': fail, |
2491 'list_test_01_multi': notyetstrong, | 2475 'list_test_01_multi': notyetstrong, |
2492 'list_test_none_multi': notyetstrong, | 2476 'list_test_none_multi': notyetstrong, |
2493 'list_unmodifiable_test': notyetstrong, | 2477 'list_unmodifiable_test': notyetstrong, |
2494 'map_test': notyetstrong, | 2478 'map_test': notyetstrong, |
2495 'num_clamp_test': notyetstrong, | 2479 'num_clamp_test': notyetstrong, |
2496 'package_resource_test': notyetstrong, | 2480 'package_resource_test': notyetstrong, |
2497 'print_test_01_multi': notyetstrong, | 2481 'print_test_01_multi': notyetstrong, |
2498 'print_test_none_multi': notyetstrong, | 2482 'print_test_none_multi': notyetstrong, |
2499 'set_test': notyetstrong, | 2483 'set_test': fail, // runtime strong mode reject |
2500 'splay_tree_test': notyetstrong, | 2484 'splay_tree_test': notyetstrong, |
2501 'string_base_vm_test': notyetstrong, | 2485 'string_base_vm_test': notyetstrong, |
2502 'string_from_environment3_test_01_multi': notyetstrong, | 2486 'string_from_environment3_test_01_multi': notyetstrong, |
2503 'string_from_environment3_test_02_multi': notyetstrong, | 2487 'string_from_environment3_test_02_multi': notyetstrong, |
2504 'string_from_environment3_test_03_multi': notyetstrong, | 2488 'string_from_environment3_test_03_multi': notyetstrong, |
2505 'string_from_environment3_test_04_multi': notyetstrong, | 2489 'string_from_environment3_test_04_multi': notyetstrong, |
2506 'string_from_environment3_test_05_multi': notyetstrong, | 2490 'string_from_environment3_test_05_multi': notyetstrong, |
2507 'string_replace_test': notyetstrong, | 2491 'string_replace_test': notyetstrong, |
2508 'string_test': notyetstrong, | 2492 'string_test': notyetstrong, |
2509 'symbol_operator_test_03_multi': notyetstrong, | 2493 'symbol_operator_test_03_multi': notyetstrong, |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2898 | 2882 |
2899 for (let action of unittest_tests) { | 2883 for (let action of unittest_tests) { |
2900 try { | 2884 try { |
2901 action(); | 2885 action(); |
2902 } catch (e) { | 2886 } catch (e) { |
2903 console.error("Caught error tying to setup test:", e); | 2887 console.error("Caught error tying to setup test:", e); |
2904 } | 2888 } |
2905 } | 2889 } |
2906 }); | 2890 }); |
2907 })(); | 2891 })(); |
OLD | NEW |