| OLD | NEW |
| 1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Fletch 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ ($compiler == fletchc || $runtime == fletchc) && $host_checked ] | |
| 9 regress_14348_test: Crash | |
| 10 | |
| 11 [ $compiler == fletchc || $runtime == fletchc ] | 8 [ $compiler == fletchc || $runtime == fletchc ] |
| 12 abstract_runtime_error_test/01: RuntimeError | 9 abstract_runtime_error_test/01: RuntimeError |
| 13 abstract_runtime_error_test/02: RuntimeError | 10 abstract_runtime_error_test/02: RuntimeError |
| 14 arithmetic_test: RuntimeError | 11 arithmetic_test: RuntimeError |
| 15 assertion_test: RuntimeError | 12 assertion_test: RuntimeError |
| 16 assign_to_type_test/01: RuntimeError | 13 assign_to_type_test/01: RuntimeError |
| 17 assign_to_type_test/02: RuntimeError | 14 assign_to_type_test/02: RuntimeError |
| 18 assign_to_type_test/03: RuntimeError | 15 assign_to_type_test/03: RuntimeError |
| 19 assign_to_type_test/04: RuntimeError | 16 assign_to_type_test/04: RuntimeError |
| 17 assign_top_method_test/01: RuntimeError |
| 20 async_and_or_test: RuntimeError | 18 async_and_or_test: RuntimeError |
| 21 async_await_catch_regression_test: RuntimeError | 19 async_await_catch_regression_test: RuntimeError |
| 22 async_await_syntax_test/a05a: RuntimeError | 20 async_await_syntax_test/a05a: RuntimeError |
| 23 async_await_syntax_test/a05b: RuntimeError | 21 async_await_syntax_test/a05b: RuntimeError |
| 24 async_await_syntax_test/a05h: RuntimeError | 22 async_await_syntax_test/a05h: RuntimeError |
| 25 async_await_syntax_test/a06a: RuntimeError | 23 async_await_syntax_test/a06a: RuntimeError |
| 26 async_await_syntax_test/a07a: RuntimeError | 24 async_await_syntax_test/a07a: RuntimeError |
| 27 async_await_syntax_test/a08a: RuntimeError | 25 async_await_syntax_test/a08a: RuntimeError |
| 28 async_await_syntax_test/a09a: RuntimeError | 26 async_await_syntax_test/a09a: RuntimeError |
| 29 async_await_syntax_test/a10a: RuntimeError | 27 async_await_syntax_test/a10a: RuntimeError |
| (...skipping 30 matching lines...) Expand all Loading... |
| 60 async_break_in_finally_test: RuntimeError | 58 async_break_in_finally_test: RuntimeError |
| 61 async_continue_label_test/await_in_body: RuntimeError | 59 async_continue_label_test/await_in_body: RuntimeError |
| 62 async_continue_label_test/await_in_condition: RuntimeError | 60 async_continue_label_test/await_in_condition: RuntimeError |
| 63 async_continue_label_test/await_in_init: RuntimeError | 61 async_continue_label_test/await_in_init: RuntimeError |
| 64 async_continue_label_test/await_in_update: RuntimeError | 62 async_continue_label_test/await_in_update: RuntimeError |
| 65 async_continue_label_test/none: RuntimeError | 63 async_continue_label_test/none: RuntimeError |
| 66 async_control_structures_test: RuntimeError | 64 async_control_structures_test: RuntimeError |
| 67 async_finally_rethrow_test: RuntimeError | 65 async_finally_rethrow_test: RuntimeError |
| 68 async_regression_23058_test: RuntimeError | 66 async_regression_23058_test: RuntimeError |
| 69 async_rethrow_test: RuntimeError | 67 async_rethrow_test: RuntimeError |
| 68 async_return_types_test/return_value_sync_star: RuntimeError |
| 70 async_return_types_test/nestedFuture: RuntimeError | 69 async_return_types_test/nestedFuture: RuntimeError |
| 71 async_return_types_test/none: RuntimeError | 70 async_return_types_test/none: RuntimeError |
| 72 async_return_types_test/tooManyTypeParameters: RuntimeError | 71 async_return_types_test/tooManyTypeParameters: RuntimeError |
| 73 async_return_types_test/wrongReturnType: RuntimeError | 72 async_return_types_test/wrongReturnType: RuntimeError |
| 74 async_return_types_test/wrongTypeParameter: RuntimeError | 73 async_return_types_test/wrongTypeParameter: RuntimeError |
| 75 async_star_await_pauses_test: RuntimeError | 74 async_star_await_pauses_test: RuntimeError |
| 76 async_star_cancel_and_throw_in_finally_test: RuntimeError | 75 async_star_cancel_and_throw_in_finally_test: RuntimeError |
| 77 async_star_cancel_while_paused_test: RuntimeError | 76 async_star_cancel_while_paused_test: RuntimeError |
| 78 async_star_regression_2238_test: RuntimeError | 77 async_star_regression_2238_test: RuntimeError |
| 79 async_star_regression_23116_test: RuntimeError | 78 async_star_regression_23116_test: RuntimeError |
| 80 async_star_regression_fisk_test: RuntimeError | 79 async_star_regression_fisk_test: RuntimeError |
| 81 async_star_stream_take_test: RuntimeError | 80 async_star_stream_take_test: RuntimeError |
| 82 async_star_take_reyield_test: RuntimeError | 81 async_star_take_reyield_test: RuntimeError |
| 83 async_star_test/01: CompileTimeError | 82 async_star_test/01: CompileTimeError |
| 84 async_star_test/02: CompileTimeError | 83 async_star_test/02: CompileTimeError |
| 85 async_star_test/03: CompileTimeError | 84 async_star_test/03: CompileTimeError |
| 86 async_star_test/04: CompileTimeError | 85 async_star_test/04: CompileTimeError |
| 87 async_star_test/05: CompileTimeError | 86 async_star_test/05: CompileTimeError |
| 88 async_star_test/none: CompileTimeError | 87 async_star_test/none: CompileTimeError |
| 89 async_star_test: CompileTimeError | 88 async_star_test: CompileTimeError |
| 90 async_switch_test/none: RuntimeError | 89 async_switch_test/none: RuntimeError |
| 91 async_switch_test/withDefault: RuntimeError | 90 async_switch_test/withDefault: RuntimeError |
| 92 async_test/constructor2: RuntimeError | 91 async_test/constructor2: RuntimeError |
| 93 async_test/constructor3: RuntimeError | 92 async_test/constructor3: RuntimeError |
| 94 async_test/constructor4: RuntimeError | |
| 95 async_test/none: RuntimeError | 93 async_test/none: RuntimeError |
| 96 async_test/setter1: RuntimeError | 94 async_test/setter1: RuntimeError |
| 97 async_test/type-mismatch1: RuntimeError | 95 async_test/type-mismatch1: RuntimeError |
| 98 async_test/type-mismatch2: RuntimeError | 96 async_test/type-mismatch2: RuntimeError |
| 99 async_test/type-mismatch3: RuntimeError | 97 async_test/type-mismatch3: RuntimeError |
| 100 async_test/type-mismatch4: RuntimeError | 98 async_test/type-mismatch4: RuntimeError |
| 101 async_this_bound_test: RuntimeError | 99 async_this_bound_test: RuntimeError |
| 102 async_throw_in_catch_test/forceAwait: RuntimeError | 100 async_throw_in_catch_test/forceAwait: RuntimeError |
| 103 async_throw_in_catch_test/none: RuntimeError | 101 async_throw_in_catch_test/none: RuntimeError |
| 104 asyncstar_concat_test: RuntimeError | 102 asyncstar_concat_test: RuntimeError |
| 105 asyncstar_throw_in_catch_test: RuntimeError | 103 asyncstar_throw_in_catch_test: RuntimeError |
| 106 asyncstar_yield_test: RuntimeError | 104 asyncstar_yield_test: RuntimeError |
| 107 asyncstar_yieldstar_test: RuntimeError | 105 asyncstar_yieldstar_test: RuntimeError |
| 108 await_backwards_compatibility_test/await2: RuntimeError | 106 await_backwards_compatibility_test/await2: RuntimeError |
| 109 await_backwards_compatibility_test/await3: RuntimeError | 107 await_backwards_compatibility_test/await3: RuntimeError |
| 110 await_backwards_compatibility_test/await4: RuntimeError | 108 await_backwards_compatibility_test/await4: RuntimeError |
| 111 await_backwards_compatibility_test/none: RuntimeError | 109 await_backwards_compatibility_test/none: RuntimeError |
| 112 await_exceptions_test: RuntimeError | 110 await_exceptions_test: RuntimeError |
| 113 await_for_cancel_test: RuntimeError | 111 await_for_cancel_test: RuntimeError |
| 114 await_for_test: RuntimeError | 112 await_for_test: RuntimeError |
| 115 await_for_use_local_test: RuntimeError | 113 await_for_use_local_test: RuntimeError |
| 116 await_future_test: RuntimeError | 114 await_future_test: RuntimeError |
| 117 await_nonfuture_test: RuntimeError | 115 await_nonfuture_test: RuntimeError |
| 118 await_not_started_immediately_test: RuntimeError | 116 await_not_started_immediately_test: RuntimeError |
| 117 await_null_aware_test: RuntimeError |
| 119 await_postfix_expr_test: RuntimeError | 118 await_postfix_expr_test: RuntimeError |
| 120 await_regression_test: RuntimeError | 119 await_regression_test: RuntimeError |
| 121 await_test: RuntimeError | 120 await_test: RuntimeError |
| 122 bad_constructor_test/05: CompileTimeError | 121 bad_constructor_test/05: CompileTimeError |
| 123 bit_operations_test/01: RuntimeError | 122 bit_operations_test/01: RuntimeError |
| 124 bit_operations_test/02: RuntimeError | 123 bit_operations_test/02: RuntimeError |
| 125 bit_operations_test/03: RuntimeError | 124 bit_operations_test/03: RuntimeError |
| 126 bit_operations_test/04: RuntimeError | 125 bit_operations_test/04: RuntimeError |
| 127 bit_operations_test/none: RuntimeError | 126 bit_operations_test/none: RuntimeError |
| 128 built_in_identifier_prefix_test: Fail | 127 built_in_identifier_prefix_test: Fail |
| 129 built_in_identifier_test/01: CompileTimeError | 128 built_in_identifier_test/01: CompileTimeError |
| 130 call_closurization_test: RuntimeError # Issue 153 | 129 call_closurization_test: RuntimeError # Issue 153 |
| 131 call_function_apply_test: RuntimeError | 130 call_function_apply_test: RuntimeError |
| 132 call_nonexistent_constructor_test/01: RuntimeError | 131 call_nonexistent_constructor_test/01: RuntimeError |
| 132 call_nonexistent_static_test/09: RuntimeError |
| 133 call_nonexistent_static_test/10: RuntimeError | 133 call_nonexistent_static_test/10: RuntimeError |
| 134 call_with_no_such_method_test: RuntimeError | 134 call_with_no_such_method_test: RuntimeError |
| 135 cast_test/01: MissingRuntimeError | 135 cast_test/01: MissingRuntimeError |
| 136 cast_test/10: MissingRuntimeError | 136 cast_test/10: MissingRuntimeError |
| 137 cast_test/12: MissingRuntimeError | 137 cast_test/12: MissingRuntimeError |
| 138 cast_test/14: MissingRuntimeError | 138 cast_test/14: MissingRuntimeError |
| 139 cha_deopt1_test: RuntimeError | 139 cha_deopt1_test: RuntimeError |
| 140 cha_deopt2_test: RuntimeError | 140 cha_deopt2_test: RuntimeError |
| 141 cha_deopt3_test: RuntimeError | 141 cha_deopt3_test: RuntimeError |
| 142 class_cycle2_test/02: MissingCompileTimeError | 142 class_cycle2_test/02: MissingCompileTimeError |
| (...skipping 21 matching lines...) Expand all Loading... |
| 164 class_literal_test/22: RuntimeError | 164 class_literal_test/22: RuntimeError |
| 165 class_literal_test/23: RuntimeError | 165 class_literal_test/23: RuntimeError |
| 166 class_literal_test/24: RuntimeError | 166 class_literal_test/24: RuntimeError |
| 167 class_literal_test/25: RuntimeError | 167 class_literal_test/25: RuntimeError |
| 168 class_literal_test/none: RuntimeError | 168 class_literal_test/none: RuntimeError |
| 169 classes_static_method_clash_test: RuntimeError | 169 classes_static_method_clash_test: RuntimeError |
| 170 closure_in_constructor_test: RuntimeError | 170 closure_in_constructor_test: RuntimeError |
| 171 closure_type_variable_test: RuntimeError | 171 closure_type_variable_test: RuntimeError |
| 172 closures_initializer2_test: RuntimeError | 172 closures_initializer2_test: RuntimeError |
| 173 closures_initializer_test: RuntimeError | 173 closures_initializer_test: RuntimeError |
| 174 compile_time_constant_i_test: RuntimeError | |
| 175 compile_time_constant_l_test: RuntimeError | |
| 176 compile_time_constant_test/01: RuntimeError | 174 compile_time_constant_test/01: RuntimeError |
| 177 compound_assignment_operator_test: RuntimeError | 175 compound_assignment_operator_test: RuntimeError |
| 178 conditional_method_invocation_test/12: RuntimeError | |
| 179 conditional_method_invocation_test/13: RuntimeError | |
| 180 conditional_method_invocation_test/14: RuntimeError | |
| 181 conditional_method_invocation_test/15: RuntimeError | |
| 182 conditional_method_invocation_test/16: RuntimeError | |
| 183 conditional_method_invocation_test/17: RuntimeError | |
| 184 conditional_method_invocation_test/18: RuntimeError | |
| 185 conditional_method_invocation_test/19: RuntimeError | |
| 186 conditional_property_access_test/10: RuntimeError | |
| 187 conditional_property_access_test/11: RuntimeError | |
| 188 conditional_property_access_test/12: RuntimeError | |
| 189 conditional_property_access_test/13: RuntimeError | |
| 190 conditional_property_access_test/14: RuntimeError | |
| 191 conditional_property_access_test/15: RuntimeError | |
| 192 conditional_property_access_test/16: RuntimeError | |
| 193 conditional_property_access_test/17: RuntimeError | |
| 194 conditional_property_assignment_test/23: RuntimeError | |
| 195 conditional_property_assignment_test/24: RuntimeError | |
| 196 conditional_property_assignment_test/25: RuntimeError | |
| 197 conditional_property_assignment_test/26: RuntimeError | |
| 198 conditional_property_assignment_test/27: RuntimeError | |
| 199 conditional_property_assignment_test/28: RuntimeError | |
| 200 conditional_property_assignment_test/29: RuntimeError | |
| 201 conditional_property_assignment_test/30: RuntimeError | |
| 202 conditional_property_assignment_test/31: RuntimeError | |
| 203 conditional_property_assignment_test/32: RuntimeError | |
| 204 conditional_property_assignment_test/33: RuntimeError | |
| 205 conditional_property_assignment_test/34: RuntimeError | |
| 206 conditional_property_assignment_test/35: RuntimeError | |
| 207 conditional_property_increment_decrement_test/17: RuntimeError | |
| 208 conditional_property_increment_decrement_test/18: RuntimeError | |
| 209 conditional_property_increment_decrement_test/19: RuntimeError | |
| 210 conditional_property_increment_decrement_test/20: RuntimeError | |
| 211 conditional_property_increment_decrement_test/21: RuntimeError | |
| 212 conditional_property_increment_decrement_test/22: RuntimeError | |
| 213 conditional_property_increment_decrement_test/23: RuntimeError | |
| 214 conditional_property_increment_decrement_test/24: RuntimeError | |
| 215 conditional_property_increment_decrement_test/25: RuntimeError | |
| 216 conditional_property_increment_decrement_test/26: RuntimeError | |
| 217 conditional_property_increment_decrement_test/27: RuntimeError | |
| 218 conditional_property_increment_decrement_test/28: RuntimeError | |
| 219 conditional_property_increment_decrement_test/29: RuntimeError | |
| 220 conditional_property_increment_decrement_test/30: RuntimeError | |
| 221 conditional_property_increment_decrement_test/31: RuntimeError | |
| 222 conditional_property_increment_decrement_test/32: RuntimeError | |
| 223 conditional_property_increment_decrement_test/33: RuntimeError | |
| 224 conditional_property_increment_decrement_test/34: RuntimeError | |
| 225 conditional_property_increment_decrement_test/35: RuntimeError | |
| 226 conditional_property_increment_decrement_test/36: RuntimeError | |
| 227 conditional_property_increment_decrement_test/37: RuntimeError | |
| 228 conditional_property_increment_decrement_test/38: RuntimeError | |
| 229 conditional_property_increment_decrement_test/39: RuntimeError | |
| 230 conditional_property_increment_decrement_test/40: RuntimeError | |
| 231 const_constructor_nonconst_field_test/01: MissingCompileTimeError | 176 const_constructor_nonconst_field_test/01: MissingCompileTimeError |
| 232 const_dynamic_type_literal_test/01: RuntimeError | 177 const_dynamic_type_literal_test/01: RuntimeError |
| 233 const_error_multiply_initialized_test/02: CompileTimeError | 178 const_error_multiply_initialized_test/02: CompileTimeError |
| 234 const_error_multiply_initialized_test/04: CompileTimeError | 179 const_error_multiply_initialized_test/04: CompileTimeError |
| 235 const_evaluation_test/01: CompileTimeError | 180 const_evaluation_test/01: CompileTimeError |
| 236 const_evaluation_test/none: CompileTimeError | 181 const_evaluation_test/none: CompileTimeError |
| 237 const_instance_field_test/01: MissingCompileTimeError | 182 const_instance_field_test/01: MissingCompileTimeError |
| 238 const_locals_test: RuntimeError | 183 const_locals_test: RuntimeError |
| 239 const_native_factory_test/01: MissingCompileTimeError | 184 const_native_factory_test/01: MissingCompileTimeError |
| 240 const_nested_test: RuntimeError | 185 const_nested_test: RuntimeError |
| (...skipping 26 matching lines...) Expand all Loading... |
| 267 cyclic_typedef_test/05: MissingCompileTimeError | 212 cyclic_typedef_test/05: MissingCompileTimeError |
| 268 cyclic_typedef_test/06: MissingCompileTimeError | 213 cyclic_typedef_test/06: MissingCompileTimeError |
| 269 cyclic_typedef_test/07: MissingCompileTimeError | 214 cyclic_typedef_test/07: MissingCompileTimeError |
| 270 cyclic_typedef_test/08: MissingCompileTimeError | 215 cyclic_typedef_test/08: MissingCompileTimeError |
| 271 cyclic_typedef_test/09: MissingCompileTimeError | 216 cyclic_typedef_test/09: MissingCompileTimeError |
| 272 cyclic_typedef_test/10: MissingCompileTimeError | 217 cyclic_typedef_test/10: MissingCompileTimeError |
| 273 cyclic_typedef_test/11: MissingCompileTimeError | 218 cyclic_typedef_test/11: MissingCompileTimeError |
| 274 deferred_call_empty_before_load_test: RuntimeError | 219 deferred_call_empty_before_load_test: RuntimeError |
| 275 deferred_closurize_load_library_test: RuntimeError | 220 deferred_closurize_load_library_test: RuntimeError |
| 276 deferred_constant_list_test: RuntimeError | 221 deferred_constant_list_test: RuntimeError |
| 277 deferred_constraints_constants_test/default_argument1: Crash | |
| 278 deferred_constraints_constants_test/none: CompileTimeError | 222 deferred_constraints_constants_test/none: CompileTimeError |
| 279 deferred_constraints_constants_test/reference_after_load: CompileTimeError | 223 deferred_constraints_constants_test/reference_after_load: CompileTimeError |
| 280 deferred_constraints_type_annotation_test/as_operation: RuntimeError | 224 deferred_constraints_type_annotation_test/as_operation: RuntimeError |
| 281 deferred_constraints_type_annotation_test/catch_check: RuntimeError | 225 deferred_constraints_type_annotation_test/catch_check: RuntimeError |
| 282 deferred_constraints_type_annotation_test/is_check: RuntimeError | 226 deferred_constraints_type_annotation_test/is_check: RuntimeError |
| 283 deferred_constraints_type_annotation_test/new: RuntimeError | 227 deferred_constraints_type_annotation_test/new: RuntimeError |
| 284 deferred_constraints_type_annotation_test/new_before_load: RuntimeError | 228 deferred_constraints_type_annotation_test/new_before_load: RuntimeError |
| 285 deferred_constraints_type_annotation_test/new_generic1: RuntimeError | 229 deferred_constraints_type_annotation_test/new_generic1: RuntimeError |
| 286 deferred_constraints_type_annotation_test/new_generic2: RuntimeError | 230 deferred_constraints_type_annotation_test/new_generic2: RuntimeError |
| 287 deferred_constraints_type_annotation_test/new_generic3: RuntimeError | 231 deferred_constraints_type_annotation_test/new_generic3: RuntimeError |
| (...skipping 23 matching lines...) Expand all Loading... |
| 311 deferred_mixin_test: RuntimeError | 255 deferred_mixin_test: RuntimeError |
| 312 deferred_no_such_method_test: RuntimeError | 256 deferred_no_such_method_test: RuntimeError |
| 313 deferred_not_loaded_check_test: RuntimeError | 257 deferred_not_loaded_check_test: RuntimeError |
| 314 deferred_only_constant_test: RuntimeError | 258 deferred_only_constant_test: RuntimeError |
| 315 deferred_optimized_test: RuntimeError | 259 deferred_optimized_test: RuntimeError |
| 316 deferred_redirecting_factory_test: RuntimeError | 260 deferred_redirecting_factory_test: RuntimeError |
| 317 deferred_regression_22995_test: RuntimeError | 261 deferred_regression_22995_test: RuntimeError |
| 318 deferred_shadow_load_library_test: RuntimeError | 262 deferred_shadow_load_library_test: RuntimeError |
| 319 deferred_shared_and_unshared_classes_test: RuntimeError | 263 deferred_shared_and_unshared_classes_test: RuntimeError |
| 320 deferred_static_seperate_test: RuntimeError | 264 deferred_static_seperate_test: RuntimeError |
| 265 deferred_super_dependency_test/01: RuntimeError |
| 321 deferred_type_dependency_test/as: RuntimeError | 266 deferred_type_dependency_test/as: RuntimeError |
| 322 deferred_type_dependency_test/is: RuntimeError | 267 deferred_type_dependency_test/is: RuntimeError |
| 323 deferred_type_dependency_test/none: RuntimeError | 268 deferred_type_dependency_test/none: RuntimeError |
| 324 deferred_type_dependency_test/type_annotation: RuntimeError | 269 deferred_type_dependency_test/type_annotation: RuntimeError |
| 325 duplicate_implements_test/03: RuntimeError | 270 duplicate_implements_test/03: RuntimeError |
| 326 duplicate_implements_test/04: RuntimeError | 271 duplicate_implements_test/04: RuntimeError |
| 327 dynamic_prefix_core_test/01: Fail | 272 dynamic_prefix_core_test/01: Fail |
| 328 dynamic_prefix_core_test/none: RuntimeError | 273 dynamic_prefix_core_test/none: RuntimeError |
| 329 dynamic_test: RuntimeError | 274 dynamic_test: RuntimeError |
| 330 dynamic_type_literal_test: RuntimeError | 275 dynamic_type_literal_test: RuntimeError |
| (...skipping 10 matching lines...) Expand all Loading... |
| 341 enum_test: CompileTimeError | 286 enum_test: CompileTimeError |
| 342 error_stacktrace_test: RuntimeError | 287 error_stacktrace_test: RuntimeError |
| 343 exception_test: RuntimeError | 288 exception_test: RuntimeError |
| 344 external_test/10: CompileTimeError | 289 external_test/10: CompileTimeError |
| 345 external_test/13: CompileTimeError | 290 external_test/13: CompileTimeError |
| 346 external_test/20: CompileTimeError | 291 external_test/20: CompileTimeError |
| 347 external_test/25: MissingCompileTimeError | 292 external_test/25: MissingCompileTimeError |
| 348 factory2_negative_test: Fail | 293 factory2_negative_test: Fail |
| 349 factory3_test: RuntimeError | 294 factory3_test: RuntimeError |
| 350 factory_negative_test: Fail | 295 factory_negative_test: Fail |
| 351 factory_redirection2_test/01: RuntimeError | |
| 352 factory_redirection3_cyclic_test/01: RuntimeError | 296 factory_redirection3_cyclic_test/01: RuntimeError |
| 353 factory_redirection_test/04: RuntimeError | 297 factory_redirection_test/04: RuntimeError |
| 354 factory_redirection_test/07: RuntimeError | 298 factory_redirection_test/07: RuntimeError |
| 355 factory_redirection_test/09: RuntimeError | 299 factory_redirection_test/09: RuntimeError |
| 356 factory_type_parameter2_test: RuntimeError | 300 factory_type_parameter2_test: RuntimeError |
| 357 factory_type_parameter_test: RuntimeError | 301 factory_type_parameter_test: RuntimeError |
| 358 fast_method_extraction_test: RuntimeError | 302 fast_method_extraction_test: RuntimeError |
| 359 field_decl_missing_var_type_test/01: MissingCompileTimeError | 303 field_decl_missing_var_type_test/01: MissingCompileTimeError |
| 360 field_increment_bailout_test: CompileTimeError | 304 field_increment_bailout_test: CompileTimeError |
| 361 field_initialization_order_test: RuntimeError | 305 field_initialization_order_test: RuntimeError |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 generic_instanceof2_test: RuntimeError | 399 generic_instanceof2_test: RuntimeError |
| 456 generic_instanceof3_test: RuntimeError | 400 generic_instanceof3_test: RuntimeError |
| 457 generic_instanceof4_test: RuntimeError | 401 generic_instanceof4_test: RuntimeError |
| 458 generic_instanceof5_test: RuntimeError | 402 generic_instanceof5_test: RuntimeError |
| 459 generic_instanceof_test: RuntimeError | 403 generic_instanceof_test: RuntimeError |
| 460 generic_is_check_test: RuntimeError | 404 generic_is_check_test: RuntimeError |
| 461 generic_native_test: RuntimeError | 405 generic_native_test: RuntimeError |
| 462 generic_object_type_test: RuntimeError | 406 generic_object_type_test: RuntimeError |
| 463 generic_parameterized_extends_test: RuntimeError | 407 generic_parameterized_extends_test: RuntimeError |
| 464 generic_test: RuntimeError | 408 generic_test: RuntimeError |
| 465 getter_setter_in_lib_test: CompileTimeError | 409 getter_setter_in_lib_test: RuntimeError |
| 466 if_null_assignment_behavior_test/01: RuntimeError | 410 if_null_assignment_behavior_test/01: RuntimeError |
| 467 if_null_assignment_behavior_test/02: RuntimeError | 411 if_null_assignment_behavior_test/02: RuntimeError |
| 468 if_null_assignment_behavior_test/03: RuntimeError | 412 if_null_assignment_behavior_test/03: RuntimeError |
| 469 if_null_assignment_behavior_test/04: RuntimeError | 413 if_null_assignment_behavior_test/04: RuntimeError |
| 470 if_null_assignment_behavior_test/05: RuntimeError | 414 if_null_assignment_behavior_test/05: RuntimeError |
| 471 if_null_assignment_behavior_test/06: RuntimeError | 415 if_null_assignment_behavior_test/06: RuntimeError |
| 472 if_null_assignment_behavior_test/07: RuntimeError | 416 if_null_assignment_behavior_test/07: RuntimeError |
| 473 if_null_assignment_behavior_test/08: RuntimeError | 417 if_null_assignment_behavior_test/08: RuntimeError |
| 474 if_null_assignment_behavior_test/09: RuntimeError | 418 if_null_assignment_behavior_test/09: RuntimeError |
| 475 if_null_assignment_behavior_test/10: RuntimeError | 419 if_null_assignment_behavior_test/10: RuntimeError |
| 476 if_null_assignment_behavior_test/11: RuntimeError | 420 if_null_assignment_behavior_test/11: RuntimeError |
| 477 if_null_assignment_behavior_test/12: RuntimeError | 421 if_null_assignment_behavior_test/12: RuntimeError |
| 478 if_null_assignment_behavior_test/13: RuntimeError | 422 if_null_assignment_behavior_test/13: RuntimeError |
| 479 if_null_assignment_behavior_test/14: RuntimeError | 423 if_null_assignment_behavior_test/14: RuntimeError |
| 480 if_null_assignment_behavior_test/15: RuntimeError | 424 if_null_assignment_behavior_test/15: RuntimeError |
| 481 if_null_assignment_behavior_test/16: RuntimeError | 425 if_null_assignment_behavior_test/16: RuntimeError |
| 482 if_null_assignment_behavior_test/17: RuntimeError | 426 if_null_assignment_behavior_test/17: RuntimeError |
| 483 if_null_assignment_behavior_test/18: RuntimeError | 427 if_null_assignment_behavior_test/18: RuntimeError |
| 484 if_null_assignment_behavior_test/19: RuntimeError | 428 if_null_assignment_behavior_test/19: RuntimeError |
| 485 if_null_assignment_behavior_test/20: RuntimeError | 429 if_null_assignment_behavior_test/20: RuntimeError |
| 486 if_null_assignment_behavior_test/21: RuntimeError | 430 if_null_assignment_behavior_test/21: RuntimeError |
| 487 if_null_assignment_behavior_test/22: RuntimeError | 431 if_null_assignment_behavior_test/22: RuntimeError |
| 488 if_null_assignment_behavior_test/23: RuntimeError | 432 if_null_assignment_behavior_test/23: RuntimeError |
| 489 if_null_assignment_behavior_test/24: RuntimeError | 433 if_null_assignment_behavior_test/24: RuntimeError |
| 490 if_null_assignment_behavior_test/25: RuntimeError | 434 if_null_assignment_behavior_test/25: RuntimeError |
| 491 if_null_assignment_behavior_test/26: RuntimeError | 435 if_null_assignment_behavior_test/26: RuntimeError |
| 492 if_null_assignment_behavior_test/27: RuntimeError | 436 if_null_assignment_behavior_test/27: RuntimeError |
| 493 if_null_assignment_behavior_test/28: RuntimeError | 437 if_null_assignment_behavior_test/28: RuntimeError |
| 494 if_null_assignment_behavior_test/29: RuntimeError | |
| 495 if_null_assignment_behavior_test/31: RuntimeError | 438 if_null_assignment_behavior_test/31: RuntimeError |
| 496 if_null_assignment_behavior_test/32: RuntimeError | 439 if_null_assignment_behavior_test/32: RuntimeError |
| 497 if_null_assignment_behavior_test/none: RuntimeError | 440 if_null_assignment_behavior_test/none: RuntimeError |
| 498 if_null_assignment_static_test/01: RuntimeError | 441 if_null_assignment_static_test/01: RuntimeError |
| 499 if_null_assignment_static_test/02: RuntimeError | 442 if_null_assignment_static_test/02: RuntimeError |
| 500 if_null_assignment_static_test/03: RuntimeError | 443 if_null_assignment_static_test/03: RuntimeError |
| 501 if_null_assignment_static_test/04: RuntimeError | 444 if_null_assignment_static_test/04: RuntimeError |
| 502 if_null_assignment_static_test/05: RuntimeError | 445 if_null_assignment_static_test/05: RuntimeError |
| 503 if_null_assignment_static_test/06: RuntimeError | 446 if_null_assignment_static_test/06: RuntimeError |
| 504 if_null_assignment_static_test/07: RuntimeError | 447 if_null_assignment_static_test/07: RuntimeError |
| (...skipping 26 matching lines...) Expand all Loading... |
| 531 if_null_assignment_static_test/34: RuntimeError | 474 if_null_assignment_static_test/34: RuntimeError |
| 532 if_null_assignment_static_test/35: RuntimeError | 475 if_null_assignment_static_test/35: RuntimeError |
| 533 if_null_assignment_static_test/36: RuntimeError | 476 if_null_assignment_static_test/36: RuntimeError |
| 534 if_null_assignment_static_test/37: RuntimeError | 477 if_null_assignment_static_test/37: RuntimeError |
| 535 if_null_assignment_static_test/38: RuntimeError | 478 if_null_assignment_static_test/38: RuntimeError |
| 536 if_null_assignment_static_test/39: RuntimeError | 479 if_null_assignment_static_test/39: RuntimeError |
| 537 if_null_assignment_static_test/40: RuntimeError | 480 if_null_assignment_static_test/40: RuntimeError |
| 538 if_null_assignment_static_test/41: RuntimeError | 481 if_null_assignment_static_test/41: RuntimeError |
| 539 if_null_assignment_static_test/42: RuntimeError | 482 if_null_assignment_static_test/42: RuntimeError |
| 540 if_null_assignment_static_test/none: RuntimeError | 483 if_null_assignment_static_test/none: RuntimeError |
| 541 if_null_behavior_test/01: RuntimeError | |
| 542 if_null_behavior_test/02: RuntimeError | |
| 543 if_null_behavior_test/03: RuntimeError | |
| 544 if_null_behavior_test/04: RuntimeError | |
| 545 if_null_behavior_test/05: RuntimeError | |
| 546 if_null_behavior_test/06: RuntimeError | |
| 547 if_null_behavior_test/07: RuntimeError | |
| 548 if_null_behavior_test/08: RuntimeError | |
| 549 if_null_behavior_test/09: RuntimeError | |
| 550 if_null_behavior_test/10: RuntimeError | |
| 551 if_null_behavior_test/11: RuntimeError | |
| 552 if_null_behavior_test/12: RuntimeError | |
| 553 if_null_behavior_test/13: RuntimeError | |
| 554 if_null_behavior_test/14: RuntimeError | |
| 555 if_null_behavior_test/15: RuntimeError | |
| 556 if_null_behavior_test/16: RuntimeError | |
| 557 if_null_behavior_test/none: RuntimeError | |
| 558 if_null_evaluation_order_test/01: RuntimeError | |
| 559 if_null_evaluation_order_test/02: RuntimeError | |
| 560 if_null_evaluation_order_test/none: RuntimeError | |
| 561 if_null_precedence_test/01: RuntimeError | |
| 562 if_null_precedence_test/02: RuntimeError | |
| 563 if_null_precedence_test/03: RuntimeError | |
| 564 if_null_precedence_test/04: RuntimeError | |
| 565 if_null_precedence_test/05: RuntimeError | |
| 566 if_null_precedence_test/06: RuntimeError | |
| 567 if_null_precedence_test/07: RuntimeError | |
| 568 if_null_precedence_test/08: RuntimeError | |
| 569 if_null_precedence_test/none: RuntimeError | |
| 570 incr_op_test: RuntimeError | 484 incr_op_test: RuntimeError |
| 571 instance_creation_in_function_annotation_test: CompileTimeError | 485 instance_creation_in_function_annotation_test: CompileTimeError |
| 572 instanceof2_test: RuntimeError | 486 instanceof2_test: RuntimeError |
| 573 instanceof3_test: RuntimeError | 487 instanceof3_test: RuntimeError |
| 574 instanceof4_test/01: RuntimeError | 488 instanceof4_test/01: RuntimeError |
| 575 instanceof4_test/none: RuntimeError | 489 instanceof4_test/none: RuntimeError |
| 576 instantiate_type_variable_test/01: CompileTimeError | |
| 577 interface2_negative_test: Fail | 490 interface2_negative_test: Fail |
| 578 interface_cycle_test/01: MissingCompileTimeError | 491 interface_cycle_test/01: MissingCompileTimeError |
| 579 interface_cycle_test/02: MissingCompileTimeError | 492 interface_cycle_test/02: MissingCompileTimeError |
| 580 invocation_mirror2_test: CompileTimeError | 493 invocation_mirror2_test: CompileTimeError |
| 494 invocation_mirror_empty_arguments_test: RuntimeError |
| 581 invocation_mirror_invoke_on2_test: CompileTimeError | 495 invocation_mirror_invoke_on2_test: CompileTimeError |
| 582 invocation_mirror_invoke_on_test: CompileTimeError | 496 invocation_mirror_invoke_on_test: CompileTimeError |
| 583 invocation_mirror_test: RuntimeError | 497 invocation_mirror_test: RuntimeError |
| 584 is_malformed_type_test/94: RuntimeError | 498 is_malformed_type_test/94: RuntimeError |
| 585 is_malformed_type_test/95: RuntimeError | 499 is_malformed_type_test/95: RuntimeError |
| 586 is_malformed_type_test/96: RuntimeError | 500 is_malformed_type_test/96: RuntimeError |
| 587 is_malformed_type_test/97: RuntimeError | 501 is_malformed_type_test/97: RuntimeError |
| 588 is_malformed_type_test/98: RuntimeError | 502 is_malformed_type_test/98: RuntimeError |
| 589 is_malformed_type_test/99: RuntimeError | 503 is_malformed_type_test/99: RuntimeError |
| 590 is_not_class2_test: RuntimeError | 504 is_not_class2_test: RuntimeError |
| 591 isnot_malformed_type_test: RuntimeError | 505 isnot_malformed_type_test: RuntimeError |
| 592 issue10561_test: CompileTimeError | 506 issue10561_test: CompileTimeError |
| 593 issue10747_test: RuntimeError | 507 issue10747_test: RuntimeError |
| 594 issue13474_test: RuntimeError | 508 issue13474_test: RuntimeError |
| 595 issue13673_test: RuntimeError | 509 issue13673_test: RuntimeError |
| 596 issue14242_test: RuntimeError | 510 issue14242_test: RuntimeError |
| 597 issue18628_1_test/01: RuntimeError | 511 issue18628_1_test/01: RuntimeError |
| 598 issue21079_test: CompileTimeError | 512 issue21079_test: CompileTimeError |
| 599 issue23244_test: CompileTimeError | 513 issue23244_test: CompileTimeError |
| 600 issue_1751477_test: RuntimeError | 514 issue_1751477_test: RuntimeError |
| 601 issue_23914_test: CompileTimeError | |
| 602 lazy_static3_test: RuntimeError | 515 lazy_static3_test: RuntimeError |
| 603 list_is_test: RuntimeError | 516 list_is_test: RuntimeError |
| 604 list_literal4_test: RuntimeError | 517 list_literal4_test: RuntimeError |
| 605 list_test: RuntimeError | 518 list_test: RuntimeError |
| 606 local_function3_test: RuntimeError | 519 local_function3_test: RuntimeError |
| 607 local_function_test: RuntimeError | 520 local_function_test: RuntimeError |
| 608 main_not_a_function_test/01: CompileTimeError | 521 main_not_a_function_test/01: CompileTimeError |
| 609 main_test/03: CompileTimeError | 522 main_test/03: CompileTimeError |
| 610 malbounded_type_cast_test: RuntimeError | 523 malbounded_type_cast_test: RuntimeError |
| 611 malbounded_type_literal_test: RuntimeError | 524 malbounded_type_literal_test: RuntimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 630 mixin_illegal_cycles_test/06: MissingCompileTimeError | 543 mixin_illegal_cycles_test/06: MissingCompileTimeError |
| 631 mixin_mixin2_test: RuntimeError | 544 mixin_mixin2_test: RuntimeError |
| 632 mixin_mixin3_test: RuntimeError | 545 mixin_mixin3_test: RuntimeError |
| 633 mixin_mixin4_test: RuntimeError | 546 mixin_mixin4_test: RuntimeError |
| 634 mixin_mixin5_test: RuntimeError | 547 mixin_mixin5_test: RuntimeError |
| 635 mixin_mixin6_test: RuntimeError | 548 mixin_mixin6_test: RuntimeError |
| 636 mixin_mixin7_test: RuntimeError | 549 mixin_mixin7_test: RuntimeError |
| 637 mixin_mixin_bound2_test: RuntimeError | 550 mixin_mixin_bound2_test: RuntimeError |
| 638 mixin_mixin_bound_test: RuntimeError | 551 mixin_mixin_bound_test: RuntimeError |
| 639 mixin_only_for_rti_test: RuntimeError | 552 mixin_only_for_rti_test: RuntimeError |
| 553 mixin_super_2_test: CompileTimeError |
| 554 mixin_superclass_test: CompileTimeError |
| 640 mixin_super_bound2_test: CompileTimeError | 555 mixin_super_bound2_test: CompileTimeError |
| 641 mixin_super_constructor_named_test/01: MissingCompileTimeError | 556 mixin_super_constructor_named_test/01: MissingCompileTimeError |
| 642 mixin_super_constructor_positionals_test/01: MissingCompileTimeError | 557 mixin_super_constructor_positionals_test/01: MissingCompileTimeError |
| 643 mixin_super_test: CompileTimeError | 558 mixin_super_test: CompileTimeError |
| 644 mixin_type_parameter1_test: RuntimeError | 559 mixin_type_parameter1_test: RuntimeError |
| 645 mixin_type_parameter2_test: RuntimeError | 560 mixin_type_parameter2_test: RuntimeError |
| 646 mixin_type_parameter3_test: RuntimeError | 561 mixin_type_parameter3_test: RuntimeError |
| 647 mixin_type_parameters_mixin_extends_test: RuntimeError | 562 mixin_type_parameters_mixin_extends_test: RuntimeError |
| 648 mixin_type_parameters_mixin_test: RuntimeError | 563 mixin_type_parameters_mixin_test: RuntimeError |
| 649 mixin_type_parameters_simple_test: RuntimeError | 564 mixin_type_parameters_simple_test: RuntimeError |
| 650 mixin_type_parameters_super_extends_test: RuntimeError | 565 mixin_type_parameters_super_extends_test: RuntimeError |
| 651 mixin_type_parameters_super_test: RuntimeError | 566 mixin_type_parameters_super_test: RuntimeError |
| 567 mixin_super_use_test: CompileTimeError |
| 652 multiline_newline_test/01: CompileTimeError | 568 multiline_newline_test/01: CompileTimeError |
| 653 multiline_newline_test/02: CompileTimeError | 569 multiline_newline_test/02: CompileTimeError |
| 654 multiline_newline_test/03: CompileTimeError | 570 multiline_newline_test/03: CompileTimeError |
| 655 multiline_newline_test/04: RuntimeError | 571 multiline_newline_test/04: RuntimeError |
| 656 multiline_newline_test/05: RuntimeError | 572 multiline_newline_test/05: RuntimeError |
| 657 multiline_newline_test/06: RuntimeError | 573 multiline_newline_test/06: RuntimeError |
| 658 multiline_newline_test/none: RuntimeError | 574 multiline_newline_test/none: RuntimeError |
| 659 named_parameters_aggregated_test/01: MissingCompileTimeError | 575 named_parameters_aggregated_test/01: MissingCompileTimeError |
| 660 named_parameters_type_test/01: MissingRuntimeError | 576 named_parameters_type_test/01: MissingRuntimeError |
| 661 named_parameters_type_test/02: MissingRuntimeError | 577 named_parameters_type_test/02: MissingRuntimeError |
| 662 named_parameters_type_test/03: MissingRuntimeError | 578 named_parameters_type_test/03: MissingRuntimeError |
| 663 named_parameters_with_conversions_test: RuntimeError | 579 named_parameters_with_conversions_test: RuntimeError |
| 664 namer2_test: RuntimeError | 580 namer2_test: RuntimeError |
| 665 nan_identical_test: RuntimeError | 581 nan_identical_test: RuntimeError |
| 666 new_expression_type_args_test/00: CompileTimeError | |
| 667 new_expression_type_args_test/01: CompileTimeError | |
| 668 no_main_test/01: CompileTimeError | 582 no_main_test/01: CompileTimeError |
| 669 no_such_method2_test: RuntimeError | 583 no_such_method2_test: RuntimeError |
| 670 no_such_method_dispatcher_test: RuntimeError | 584 no_such_method_dispatcher_test: RuntimeError |
| 671 no_such_method_test: CompileTimeError | 585 no_such_method_test: CompileTimeError |
| 672 not_enough_positional_arguments_test/01: CompileTimeError | 586 not_enough_positional_arguments_test/01: CompileTimeError |
| 673 not_enough_positional_arguments_test/02: CompileTimeError | 587 not_enough_positional_arguments_test/02: CompileTimeError |
| 674 not_enough_positional_arguments_test/05: CompileTimeError | 588 not_enough_positional_arguments_test/05: CompileTimeError |
| 675 null_is2_test: RuntimeError | 589 null_is2_test: RuntimeError |
| 676 null_test/none: CompileTimeError | 590 null_test/none: CompileTimeError |
| 677 nullaware_opt_test: RuntimeError | 591 nullaware_opt_test: RuntimeError |
| 678 number_identity2_test: RuntimeError | 592 number_identity2_test: RuntimeError |
| 679 on_catch_malformed_type_test: RuntimeError | 593 on_catch_malformed_type_test: RuntimeError |
| 680 overridden_no_such_method_test: CompileTimeError | 594 overridden_no_such_method_test: CompileTimeError |
| 681 override_inheritance_mixed_test/08: CompileTimeError | 595 override_inheritance_mixed_test/08: CompileTimeError |
| 682 override_inheritance_mixed_test/09: CompileTimeError | 596 override_inheritance_mixed_test/09: CompileTimeError |
| 683 positional_parameters_type_test/01: MissingRuntimeError | 597 positional_parameters_type_test/01: MissingRuntimeError |
| 684 positional_parameters_type_test/02: MissingRuntimeError | 598 positional_parameters_type_test/02: MissingRuntimeError |
| 685 prefix16_test: RuntimeError | 599 prefix16_test: RuntimeError |
| 686 prefix_assignment_test/01: RuntimeError | |
| 687 prefix_assignment_test/02: RuntimeError | |
| 688 prefix_identifier_reference_test/05: RuntimeError | |
| 689 redirecting_constructor_initializer_test: RuntimeError | 600 redirecting_constructor_initializer_test: RuntimeError |
| 690 redirecting_factory_default_values_test/01: MissingCompileTimeError | 601 redirecting_factory_default_values_test/01: MissingCompileTimeError |
| 691 redirecting_factory_default_values_test/02: MissingCompileTimeError | 602 redirecting_factory_default_values_test/02: MissingCompileTimeError |
| 692 redirecting_factory_long_test: RuntimeError | 603 redirecting_factory_long_test: RuntimeError |
| 693 redirecting_factory_reflection_test: CompileTimeError | 604 redirecting_factory_reflection_test: CompileTimeError |
| 694 ref_before_declaration_test/00: MissingCompileTimeError | 605 ref_before_declaration_test/00: MissingCompileTimeError |
| 695 ref_before_declaration_test/01: MissingCompileTimeError | 606 ref_before_declaration_test/01: MissingCompileTimeError |
| 696 ref_before_declaration_test/02: MissingCompileTimeError | 607 ref_before_declaration_test/02: MissingCompileTimeError |
| 697 ref_before_declaration_test/03: MissingCompileTimeError | 608 ref_before_declaration_test/03: MissingCompileTimeError |
| 698 ref_before_declaration_test/04: MissingCompileTimeError | 609 ref_before_declaration_test/04: MissingCompileTimeError |
| 699 ref_before_declaration_test/05: MissingCompileTimeError | 610 ref_before_declaration_test/05: MissingCompileTimeError |
| 700 ref_before_declaration_test/06: MissingCompileTimeError | 611 ref_before_declaration_test/06: MissingCompileTimeError |
| 701 regress_13462_0_test: CompileTimeError | 612 regress_13462_0_test: CompileTimeError |
| 702 regress_13462_1_test: CompileTimeError | 613 regress_13462_1_test: CompileTimeError |
| 703 regress_13494_test: RuntimeError | 614 regress_13494_test: RuntimeError |
| 704 regress_14348_test: CompileTimeError | |
| 705 regress_17382_test: RuntimeError | 615 regress_17382_test: RuntimeError |
| 706 regress_18535_test: CompileTimeError | 616 regress_18535_test: CompileTimeError |
| 707 regress_20935_test: Fail | 617 regress_20935_test: Fail |
| 708 regress_21795_test: RuntimeError | 618 regress_21795_test: RuntimeError |
| 709 regress_22438_test: RuntimeError | 619 regress_22438_test: RuntimeError |
| 710 regress_22443_test: RuntimeError | 620 regress_22443_test: RuntimeError |
| 711 regress_22445_test: RuntimeError | 621 regress_22445_test: RuntimeError |
| 712 regress_22579_test: RuntimeError | 622 regress_22579_test: RuntimeError |
| 713 regress_22700_test: RuntimeError | 623 regress_22700_test: RuntimeError |
| 714 regress_22777_test: RuntimeError | 624 regress_22777_test: RuntimeError |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 vm/debug_break_enabled_vm_test/01: CompileTimeError | 729 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 820 vm/debug_break_enabled_vm_test/none: CompileTimeError | 730 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 821 vm/issue21220_vm_test: CompileTimeError # Int32x4 support | 731 vm/issue21220_vm_test: CompileTimeError # Int32x4 support |
| 822 vm/load_to_load_forwarding_vm_test: CompileTimeError | 732 vm/load_to_load_forwarding_vm_test: CompileTimeError |
| 823 vm/load_to_load_unaligned_forwarding_vm_test: CompileTimeError | 733 vm/load_to_load_unaligned_forwarding_vm_test: CompileTimeError |
| 824 vm/no_such_method_error_message_vm_test: RuntimeError | 734 vm/no_such_method_error_message_vm_test: RuntimeError |
| 825 vm/optimized_await_regress_test: RuntimeError | 735 vm/optimized_await_regress_test: RuntimeError |
| 826 vm/optimized_guarded_field_isolates_test: CompileTimeError | 736 vm/optimized_guarded_field_isolates_test: CompileTimeError |
| 827 vm/reflect_core_vm_test: CompileTimeError | 737 vm/reflect_core_vm_test: CompileTimeError |
| 828 vm/reusable_boxes_test: CompileTimeError | 738 vm/reusable_boxes_test: CompileTimeError |
| 739 vm/regress_24517_test: RuntimeError |
| 829 vm/type_cast_vm_test: RuntimeError | 740 vm/type_cast_vm_test: RuntimeError |
| 830 vm/type_vm_test: RuntimeError | 741 vm/type_vm_test: RuntimeError |
| 831 vm/typed_data_polymorphic_view_test: RuntimeError | 742 vm/typed_data_polymorphic_view_test: RuntimeError |
| 832 | 743 |
| 833 # Object.runtimeType isn't implemented | 744 # Object.runtimeType isn't implemented |
| 834 f_bounded_equality_test: RuntimeError | 745 f_bounded_equality_test: RuntimeError |
| 835 f_bounded_quantification4_test: RuntimeError | 746 f_bounded_quantification4_test: RuntimeError |
| 836 f_bounded_quantification5_test: RuntimeError | 747 f_bounded_quantification5_test: RuntimeError |
| 837 first_class_types_libraries_test: RuntimeError | 748 first_class_types_libraries_test: RuntimeError |
| 838 first_class_types_test: RuntimeError | 749 first_class_types_test: RuntimeError |
| (...skipping 15 matching lines...) Expand all Loading... |
| 854 const_types_test/24: MissingCompileTimeError | 765 const_types_test/24: MissingCompileTimeError |
| 855 const_types_test/25: MissingCompileTimeError | 766 const_types_test/25: MissingCompileTimeError |
| 856 const_types_test/26: MissingCompileTimeError | 767 const_types_test/26: MissingCompileTimeError |
| 857 const_types_test/27: MissingCompileTimeError | 768 const_types_test/27: MissingCompileTimeError |
| 858 const_types_test/28: MissingCompileTimeError | 769 const_types_test/28: MissingCompileTimeError |
| 859 const_types_test/29: MissingCompileTimeError | 770 const_types_test/29: MissingCompileTimeError |
| 860 const_types_test/30: MissingCompileTimeError | 771 const_types_test/30: MissingCompileTimeError |
| 861 const_types_test/41: MissingCompileTimeError | 772 const_types_test/41: MissingCompileTimeError |
| 862 duplicate_implements_test/03: MissingCompileTimeError | 773 duplicate_implements_test/03: MissingCompileTimeError |
| 863 duplicate_implements_test/04: MissingCompileTimeError | 774 duplicate_implements_test/04: MissingCompileTimeError |
| 864 factory_redirection2_test/01: MissingCompileTimeError | |
| 865 factory_redirection3_cyclic_test/01: MissingCompileTimeError | 775 factory_redirection3_cyclic_test/01: MissingCompileTimeError |
| 866 factory_redirection_test/04: MissingCompileTimeError | 776 factory_redirection_test/04: MissingCompileTimeError |
| 867 factory_redirection_test/07: MissingCompileTimeError | 777 factory_redirection_test/07: MissingCompileTimeError |
| 868 this_test/01: MissingCompileTimeError | 778 this_test/01: MissingCompileTimeError |
| 869 this_test/03: MissingCompileTimeError | 779 this_test/03: MissingCompileTimeError |
| 870 this_test/05: MissingCompileTimeError | 780 this_test/05: MissingCompileTimeError |
| 871 this_test/07: MissingCompileTimeError | 781 this_test/07: MissingCompileTimeError |
| 872 | 782 |
| 873 [ $runtime == fletchc ] | 783 [ $runtime == fletchc ] |
| 874 | 784 |
| 875 # Fletch reports runtime error, but should report compile-time error. | 785 # Fletch reports runtime error, but should report compile-time error. |
| 876 async_test/constructor2: RuntimeError | 786 async_test/constructor2: RuntimeError |
| 877 async_test/constructor3: RuntimeError | 787 async_test/constructor3: RuntimeError |
| 878 async_test/constructor4: RuntimeError | |
| 879 async_test/setter1: RuntimeError | 788 async_test/setter1: RuntimeError |
| 880 await_backwards_compatibility_test/await2: RuntimeError | 789 await_backwards_compatibility_test/await2: RuntimeError |
| 881 await_backwards_compatibility_test/await3: RuntimeError | 790 await_backwards_compatibility_test/await3: RuntimeError |
| 882 await_backwards_compatibility_test/await4: RuntimeError | 791 await_backwards_compatibility_test/await4: RuntimeError |
| 883 compile_time_constant_test/01: RuntimeError | 792 compile_time_constant_test/01: RuntimeError |
| 884 const_types_test/23: RuntimeError | 793 const_types_test/23: RuntimeError |
| 885 const_types_test/24: RuntimeError | 794 const_types_test/24: RuntimeError |
| 886 const_types_test/25: RuntimeError | 795 const_types_test/25: RuntimeError |
| 887 const_types_test/26: RuntimeError | 796 const_types_test/26: RuntimeError |
| 888 const_types_test/27: RuntimeError | 797 const_types_test/27: RuntimeError |
| 889 const_types_test/28: RuntimeError | 798 const_types_test/28: RuntimeError |
| 890 const_types_test/29: RuntimeError | 799 const_types_test/29: RuntimeError |
| 891 const_types_test/30: RuntimeError | 800 const_types_test/30: RuntimeError |
| 892 const_types_test/41: RuntimeError | 801 const_types_test/41: RuntimeError |
| 893 duplicate_implements_test/03: RuntimeError | 802 duplicate_implements_test/03: RuntimeError |
| 894 duplicate_implements_test/04: RuntimeError | 803 duplicate_implements_test/04: RuntimeError |
| 895 factory_redirection2_test/01: RuntimeError | |
| 896 factory_redirection3_cyclic_test/01: RuntimeError | 804 factory_redirection3_cyclic_test/01: RuntimeError |
| 897 factory_redirection_test/04: RuntimeError | 805 factory_redirection_test/04: RuntimeError |
| 898 factory_redirection_test/07: RuntimeError | 806 factory_redirection_test/07: RuntimeError |
| 899 this_test/01: RuntimeError | 807 this_test/01: RuntimeError |
| 900 this_test/03: RuntimeError | 808 this_test/03: RuntimeError |
| 901 this_test/05: RuntimeError | 809 this_test/05: RuntimeError |
| 902 this_test/07: RuntimeError | 810 this_test/07: RuntimeError |
| 903 | 811 |
| 904 # Fletch reports compile-time error, but should report a runtime error. | 812 # Fletch reports compile-time error, but should report a runtime error. |
| 905 bad_constructor_test/05: CompileTimeError | 813 bad_constructor_test/05: CompileTimeError |
| 906 constructor_duplicate_final_test/01: CompileTimeError | 814 constructor_duplicate_final_test/01: CompileTimeError |
| 907 constructor_duplicate_final_test/02: CompileTimeError | 815 constructor_duplicate_final_test/02: CompileTimeError |
| 908 constructor_named_arguments_test/01: CompileTimeError | 816 constructor_named_arguments_test/01: CompileTimeError |
| 909 external_test/10: CompileTimeError | 817 external_test/10: CompileTimeError |
| 910 external_test/13: CompileTimeError | 818 external_test/13: CompileTimeError |
| 911 external_test/20: CompileTimeError | 819 external_test/20: CompileTimeError |
| 912 instantiate_type_variable_test/01: CompileTimeError | |
| 913 main_not_a_function_test/01: CompileTimeError | 820 main_not_a_function_test/01: CompileTimeError |
| 914 main_test/03: CompileTimeError | 821 main_test/03: CompileTimeError |
| 915 new_expression_type_args_test/00: CompileTimeError | |
| 916 new_expression_type_args_test/01: CompileTimeError | |
| 917 no_main_test/01: CompileTimeError | 822 no_main_test/01: CompileTimeError |
| 918 not_enough_positional_arguments_test/01: CompileTimeError | 823 not_enough_positional_arguments_test/01: CompileTimeError |
| 919 not_enough_positional_arguments_test/05: CompileTimeError | 824 not_enough_positional_arguments_test/05: CompileTimeError |
| 920 not_enough_positional_arguments_test/02: CompileTimeError | 825 not_enough_positional_arguments_test/02: CompileTimeError |
| 921 | 826 |
| 922 [ $system == lk ] | 827 [ $system == lk ] |
| 923 await_for_test: Crash | 828 await_for_test: Crash |
| 924 bit_operations_test/01: Crash | 829 bit_operations_test/01: Crash |
| 925 bit_operations_test/02: Crash | 830 bit_operations_test/02: Crash |
| 926 bit_operations_test/03: Crash | 831 bit_operations_test/03: Crash |
| (...skipping 14 matching lines...) Expand all Loading... |
| 941 number_identity2_test: Crash | 846 number_identity2_test: Crash |
| 942 round_test: RuntimeError | 847 round_test: RuntimeError |
| 943 vm/typed_data_polymorphic_view_test: Crash | 848 vm/typed_data_polymorphic_view_test: Crash |
| 944 vm/closure_memory_retention_test: Crash # Out of memory. Fragmentation. | 849 vm/closure_memory_retention_test: Crash # Out of memory. Fragmentation. |
| 945 # Slow because of stack-overflow exception printing. | 850 # Slow because of stack-overflow exception printing. |
| 946 issue_22780_test/01: Slow, Pass | 851 issue_22780_test/01: Slow, Pass |
| 947 final_syntax_test/08: Slow, Pass | 852 final_syntax_test/08: Slow, Pass |
| 948 | 853 |
| 949 [ $mode == debug && $system == macos && $asan ] | 854 [ $mode == debug && $system == macos && $asan ] |
| 950 closure_cycles_test: Slow, Pass | 855 closure_cycles_test: Slow, Pass |
| OLD | NEW |