| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". | 5 # Sections in this file should contain "$compiler == dart2js". |
| 6 | 6 |
| 7 # dart2js does not implement the Dart 2.0 static type errors yet. | 7 # dart2js does not implement the Dart 2.0 static type errors yet. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 generic_methods_overriding_test/03: MissingCompileTimeError | 120 generic_methods_overriding_test/03: MissingCompileTimeError |
| 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 122 generic_methods_reuse_type_variables_test: RuntimeError | 122 generic_methods_reuse_type_variables_test: RuntimeError |
| 123 generic_methods_shadowing_test: RuntimeError | 123 generic_methods_shadowing_test: RuntimeError |
| 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 125 generic_methods_simple_is_expression_test: RuntimeError | 125 generic_methods_simple_is_expression_test: RuntimeError |
| 126 generic_methods_tearoff_specialization_test: RuntimeError | 126 generic_methods_tearoff_specialization_test: RuntimeError |
| 127 generic_methods_type_expression_test: RuntimeError | 127 generic_methods_type_expression_test: RuntimeError |
| 128 generic_methods_unused_parameter_test: RuntimeError | 128 generic_methods_unused_parameter_test: RuntimeError |
| 129 generic_tearoff_test: CompileTimeError | 129 generic_tearoff_test: CompileTimeError |
| 130 identical_const_test/01: MissingCompileTimeError |
| 131 identical_const_test/02: MissingCompileTimeError |
| 132 identical_const_test/03: MissingCompileTimeError |
| 133 identical_const_test/04: MissingCompileTimeError |
| 134 if_null_assignment_behavior_test/03: MissingCompileTimeError |
| 135 if_null_assignment_behavior_test/13: MissingCompileTimeError |
| 136 if_null_assignment_behavior_test/15: MissingCompileTimeError |
| 137 if_null_assignment_static_test/02: MissingCompileTimeError |
| 138 if_null_assignment_static_test/04: MissingCompileTimeError |
| 139 if_null_assignment_static_test/06: MissingCompileTimeError |
| 140 if_null_assignment_static_test/07: MissingCompileTimeError |
| 141 if_null_assignment_static_test/09: MissingCompileTimeError |
| 142 if_null_assignment_static_test/11: MissingCompileTimeError |
| 143 if_null_assignment_static_test/13: MissingCompileTimeError |
| 144 if_null_assignment_static_test/14: MissingCompileTimeError |
| 145 if_null_assignment_static_test/16: MissingCompileTimeError |
| 146 if_null_assignment_static_test/18: MissingCompileTimeError |
| 147 if_null_assignment_static_test/20: MissingCompileTimeError |
| 148 if_null_assignment_static_test/21: MissingCompileTimeError |
| 149 if_null_assignment_static_test/23: MissingCompileTimeError |
| 150 if_null_assignment_static_test/25: MissingCompileTimeError |
| 151 if_null_assignment_static_test/27: MissingCompileTimeError |
| 152 if_null_assignment_static_test/28: MissingCompileTimeError |
| 153 if_null_assignment_static_test/30: MissingCompileTimeError |
| 154 if_null_assignment_static_test/32: MissingCompileTimeError |
| 155 if_null_assignment_static_test/34: MissingCompileTimeError |
| 156 if_null_assignment_static_test/35: MissingCompileTimeError |
| 157 if_null_assignment_static_test/37: MissingCompileTimeError |
| 158 if_null_assignment_static_test/39: MissingCompileTimeError |
| 159 if_null_assignment_static_test/41: MissingCompileTimeError |
| 160 if_null_assignment_static_test/42: MissingCompileTimeError |
| 161 if_null_precedence_test/06: MissingCompileTimeError |
| 162 if_null_precedence_test/07: MissingCompileTimeError |
| 130 | 163 |
| 131 [ $compiler == dart2js && !$minified && $runtime != d8] | 164 [ $compiler == dart2js && !$minified && $runtime != d8] |
| 132 generic_methods_local_variable_declaration_test: RuntimeError | 165 generic_methods_local_variable_declaration_test: RuntimeError |
| 133 | 166 |
| 134 [ $compiler == dart2js && $runtime != none ] | 167 [ $compiler == dart2js && $runtime != none ] |
| 135 bit_operations_test: RuntimeError, OK # Issue 1533 | 168 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 136 generic_instanceof_test: RuntimeError | 169 generic_instanceof_test: RuntimeError |
| 137 generic_typedef_test: RuntimeError | 170 generic_typedef_test: RuntimeError |
| 138 many_generic_instanceof_test: RuntimeError | 171 many_generic_instanceof_test: RuntimeError |
| 139 | 172 |
| 140 [ $compiler == dart2js && $runtime != none && !$checked ] | 173 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 141 generic_list_checked_test: RuntimeError | 174 generic_list_checked_test: RuntimeError |
| 175 if_null_precedence_test/none: RuntimeError |
| 142 typevariable_substitution2_test/02: RuntimeError | 176 typevariable_substitution2_test/02: RuntimeError |
| 143 | 177 |
| 144 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 178 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 145 accessor_conflict_export2_test: Crash # Issue 25626 | 179 accessor_conflict_export2_test: Crash # Issue 25626 |
| 146 accessor_conflict_export_test: Crash # Issue 25626 | 180 accessor_conflict_export_test: Crash # Issue 25626 |
| 147 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 181 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 148 assertion_initializer_const_error2_test/cc01: Crash | 182 assertion_initializer_const_error2_test/cc01: Crash |
| 149 assertion_initializer_const_error2_test/cc02: Crash | 183 assertion_initializer_const_error2_test/cc02: Crash |
| 150 assertion_initializer_const_error2_test/cc03: Crash | 184 assertion_initializer_const_error2_test/cc03: Crash |
| 151 assertion_initializer_const_error2_test/cc04: Crash | 185 assertion_initializer_const_error2_test/cc04: Crash |
| 152 assertion_initializer_const_error2_test/cc05: Crash | 186 assertion_initializer_const_error2_test/cc05: Crash |
| 153 assertion_initializer_const_error2_test/cc06: Crash | 187 assertion_initializer_const_error2_test/cc06: Crash |
| 154 assertion_initializer_const_error2_test/cc07: Crash | 188 assertion_initializer_const_error2_test/cc07: Crash |
| 155 assertion_initializer_const_error2_test/cc08: Crash | 189 assertion_initializer_const_error2_test/cc08: Crash |
| 156 assertion_initializer_const_error2_test/cc09: Crash | 190 assertion_initializer_const_error2_test/cc09: Crash |
| 157 assertion_initializer_const_function_error_test/01: Crash | 191 assertion_initializer_const_function_error_test/01: Crash |
| 158 assertion_initializer_const_function_test/01: CompileTimeError | 192 assertion_initializer_const_function_test/01: CompileTimeError |
| 159 assertion_initializer_test: Crash | 193 assertion_initializer_test: Crash |
| 160 bad_typedef_test/00: Crash # Issue 28214 | 194 bad_typedef_test/00: Crash # Issue 28214 |
| 161 call_function_apply_test: RuntimeError # Issue 23873 | 195 call_function_apply_test: RuntimeError # Issue 23873 |
| 162 canonical_const2_test: RuntimeError, OK # Issue 1533 | 196 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 197 if_null_assignment_behavior_test/13: Crash # Issue 23491 |
| 198 if_null_assignment_behavior_test/14: Crash # Issue 23491 |
| 199 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 163 | 200 |
| 164 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 201 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
| 165 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 202 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 166 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 203 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 167 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 204 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 168 accessor_conflict_import_test: RuntimeError # Issue 25626 | 205 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 169 branch_canonicalization_test: RuntimeError # Issue 638. | 206 branch_canonicalization_test: RuntimeError # Issue 638. |
| 170 | 207 |
| 171 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 208 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
| 172 assertion_test: RuntimeError # Issue 12748 | 209 assertion_test: RuntimeError # Issue 12748 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 193 async_star_take_reyield_test: RuntimeError # Issue 27394 | 230 async_star_take_reyield_test: RuntimeError # Issue 27394 |
| 194 black_listed_test/13c: Crash # Issue 27394 | 231 black_listed_test/13c: Crash # Issue 27394 |
| 195 black_listed_test/14c: Crash # Issue 27394 | 232 black_listed_test/14c: Crash # Issue 27394 |
| 196 bootstrap_test: RuntimeError # Issue 27394 | 233 bootstrap_test: RuntimeError # Issue 27394 |
| 197 call_nonexistent_static_test/10: Crash # Issue 27394 | 234 call_nonexistent_static_test/10: Crash # Issue 27394 |
| 198 generic_local_functions_test: Crash # Issue 27394 | 235 generic_local_functions_test: Crash # Issue 27394 |
| 199 generic_metadata_test/02: Crash # Issue 27394 | 236 generic_metadata_test/02: Crash # Issue 27394 |
| 200 generic_metadata_test/03: Crash # Issue 27394 | 237 generic_metadata_test/03: Crash # Issue 27394 |
| 201 generic_methods_generic_function_parameter_test: Crash # Issue 27394 | 238 generic_methods_generic_function_parameter_test: Crash # Issue 27394 |
| 202 get_set_syntax_test/00: Crash # Issue 27394 | 239 get_set_syntax_test/00: Crash # Issue 27394 |
| 240 if_null_assignment_behavior_test/06: RuntimeError # Issue 27394 |
| 241 if_null_assignment_static_test/01: RuntimeError # Issue 27394 |
| 242 if_null_assignment_static_test/03: RuntimeError # Issue 27394 |
| 243 if_null_assignment_static_test/04: RuntimeError # Issue 27394 |
| 244 if_null_assignment_static_test/05: RuntimeError # Issue 27394 |
| 245 illegal_initializer_test/01: Crash # Issue 27394 |
| 246 illegal_initializer_test/02: Crash # Issue 27394 |
| 247 illegal_initializer_test/03: Crash # Issue 27394 |
| 248 illegal_initializer_test/04: Crash # Issue 27394 |
| 203 | 249 |
| 204 [ $compiler == dart2js && !$checked ] | 250 [ $compiler == dart2js && !$checked ] |
| 205 function_subtype_inline2_test: RuntimeError | 251 function_subtype_inline2_test: RuntimeError |
| 206 | 252 |
| 207 [ $compiler == dart2js && !$checked && $minified ] | 253 [ $compiler == dart2js && !$checked && $minified ] |
| 208 function_subtype_inline2_test: RuntimeError | 254 function_subtype_inline2_test: RuntimeError |
| 209 | 255 |
| 210 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 256 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
| 211 assertion_initializer_const_function_test/none: RuntimeError | 257 assertion_initializer_const_function_test/none: RuntimeError |
| 212 | 258 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 function_type/function_type85_test: RuntimeError # Issue 30476 | 332 function_type/function_type85_test: RuntimeError # Issue 30476 |
| 287 function_type/function_type86_test: RuntimeError # Issue 30476 | 333 function_type/function_type86_test: RuntimeError # Issue 30476 |
| 288 function_type/function_type87_test: RuntimeError # Issue 30476 | 334 function_type/function_type87_test: RuntimeError # Issue 30476 |
| 289 function_type/function_type88_test: RuntimeError # Issue 30476 | 335 function_type/function_type88_test: RuntimeError # Issue 30476 |
| 290 function_type/function_type89_test: RuntimeError # Issue 30476 | 336 function_type/function_type89_test: RuntimeError # Issue 30476 |
| 291 function_type/function_type8_test: RuntimeError # Issue 30476 | 337 function_type/function_type8_test: RuntimeError # Issue 30476 |
| 292 function_type/function_type90_test: RuntimeError # Issue 30476 | 338 function_type/function_type90_test: RuntimeError # Issue 30476 |
| 293 function_type/function_type96_test: RuntimeError # Issue 30476 | 339 function_type/function_type96_test: RuntimeError # Issue 30476 |
| 294 function_type/function_type9_test: RuntimeError # Issue 30476 | 340 function_type/function_type9_test: RuntimeError # Issue 30476 |
| 295 | 341 |
| 296 | |
| 297 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 342 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 298 abstract_exact_selector_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(NoSuchMethodError.toString#comma) is stored in a closure fiel
d. | 343 abstract_exact_selector_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo
cal)': Local local(NoSuchMethodError.toString#comma) is stored in a closure fiel
d. |
| 299 abstract_getter_test/01: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d
art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Foo.i). Closures found for (j:closure_call(Closure
_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:clo
sure_call(checkIt_closure.call), ..., j:closure_call(checkIt_closure.call), j:cl
osure_call(unwrapException_closure.call)) | 344 abstract_getter_test/01: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.d
art': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Foo.i). Closures found for (j:closure_call(Closure
_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:clo
sure_call(checkIt_closure.call), ..., j:closure_call(checkIt_closure.call), j:cl
osure_call(unwrapException_closure.call)) |
| 300 abstract_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart
': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure cl
ass not found for j:getter(A.length). Closures found for (j:closure_call(Closure
_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)) | 345 abstract_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart
': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure cl
ass not found for j:getter(A.length). Closures found for (j:closure_call(Closure
_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)) |
| 301 abstract_object_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closu
re.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding clo
sure class not found for j:method(B.==). Closures found for (j:closure_call(Clos
ure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:
closure_call(NoSuchMethodError_toString_closure.call)) | 346 abstract_object_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closu
re.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding clo
sure class not found for j:method(B.==). Closures found for (j:closure_call(Clos
ure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:
closure_call(NoSuchMethodError_toString_closure.call)) |
| 302 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant | 347 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant |
| 303 assert_message_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart'
: Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure cla
ss not found for j:getter(Iterable.iterator). Closures found for (j:closure_call
(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call
), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure
.call), j:closure_call(_awaitOnObject_closure.call)) | 348 assert_message_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart'
: Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure cla
ss not found for j:getter(Iterable.iterator). Closures found for (j:closure_call
(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call
), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure
.call), j:closure_call(_awaitOnObject_closure.call)) |
| 304 assert_trailing_comma_test/none: CompileTimeError | 349 assert_trailing_comma_test/none: CompileTimeError |
| 305 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) | 350 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) |
| 306 assertion_initializer_const_error2_test/none: CompileTimeError | 351 assertion_initializer_const_error2_test/none: CompileTimeError |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. | 516 generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsuppo
rted type parameter type node T. |
| 472 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. | 517 generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type
parameter type node T. |
| 473 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. | 518 generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsu
pported type parameter type node T. |
| 474 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where | 519 generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of
type 'ClassElement' of 'contextClass' where |
| 475 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da
rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all)) | 520 generic_sync_star_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.da
rt': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure
class not found for j:getter(Iterable.iterator). Closures found for (j:closure_c
all(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.c
all)) |
| 476 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter
type node T. | 521 generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter
type node T. |
| 477 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. | 522 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. |
| 478 many_generic_instanceof_test: Crash | 523 many_generic_instanceof_test: Crash |
| 479 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart':
Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas
s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(
Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)
, j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.
call), j:closure_call(_awaitOnObject_closure.call)) | 524 regress_30339_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart':
Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure clas
s not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(
Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)
, j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.
call), j:closure_call(_awaitOnObject_closure.call)) |
| 480 typevariable_substitution2_test/02: RuntimeError | 525 typevariable_substitution2_test/02: RuntimeError |
| 526 identical_closure2_test: RuntimeError |
| 527 identical_const_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. |
| 528 identical_const_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. |
| 529 identical_const_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. |
| 530 identical_const_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler
.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc
al local(Maps.mapToString#first) is stored in a closure field. |
| 531 if_null_assignment_behavior_test/01: Crash |
| 532 if_null_assignment_behavior_test/02: Crash |
| 533 if_null_assignment_behavior_test/03: Crash |
| 534 if_null_assignment_behavior_test/04: Crash |
| 535 if_null_assignment_behavior_test/05: Crash |
| 536 if_null_assignment_behavior_test/06: Crash |
| 537 if_null_assignment_behavior_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo
cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(
local)': Local local(main#l) is stored in a closure field. |
| 538 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo
cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(
local)': Local local(main#l) is stored in a closure field. |
| 539 if_null_assignment_behavior_test/12: RuntimeError |
| 540 if_null_assignment_behavior_test/14: RuntimeError |
| 541 if_null_assignment_behavior_test/14: RuntimeError |
| 542 if_null_assignment_static_test/01: RuntimeError |
| 543 if_null_assignment_static_test/01: RuntimeError |
| 544 if_null_assignment_static_test/02: Crash |
| 545 if_null_assignment_static_test/03: RuntimeError |
| 546 if_null_assignment_static_test/03: RuntimeError |
| 547 if_null_assignment_static_test/04: RuntimeError |
| 548 if_null_assignment_static_test/04: RuntimeError |
| 549 if_null_assignment_static_test/05: RuntimeError |
| 550 if_null_assignment_static_test/05: RuntimeError |
| 551 if_null_assignment_static_test/06: Crash |
| 481 | 552 |
| 482 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 553 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 483 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. | 554 abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
cal' was called on null. |
| 484 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. | 555 abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was c
alled on null. |
| 485 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. | 556 abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
ed on null. |
| 486 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. | 557 abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' w
as called on null. |
| 487 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant | 558 arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constr
uctor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant |
| 488 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. | 559 assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was calle
d on null. |
| 489 assert_trailing_comma_test/none: CompileTimeError | 560 assert_trailing_comma_test/none: CompileTimeError |
| 490 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) | 561 assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Une
xpected initializer #lib1::C::cc02 (Constructor) |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 generic_native_test: Crash | 710 generic_native_test: Crash |
| 640 generic_sync_star_test: Crash | 711 generic_sync_star_test: Crash |
| 641 generic_syntax_test: Crash | 712 generic_syntax_test: Crash |
| 642 generic_test: Crash | 713 generic_test: Crash |
| 643 generic_test: RuntimeError | 714 generic_test: RuntimeError |
| 644 generic_typedef_test: Crash | 715 generic_typedef_test: Crash |
| 645 many_generic_instanceof_test: Crash | 716 many_generic_instanceof_test: Crash |
| 646 compile_time_constant_a_test: Crash | 717 compile_time_constant_a_test: Crash |
| 647 compile_time_constant_b_test: Crash | 718 compile_time_constant_b_test: Crash |
| 648 compile_time_constant_c_test/02: Crash | 719 compile_time_constant_c_test/02: Crash |
| 720 identical_closure2_test: RuntimeError |
| 721 if_null_assignment_behavior_test/01: Crash |
| 722 if_null_assignment_behavior_test/02: Crash |
| 723 if_null_assignment_behavior_test/03: Crash |
| 724 if_null_assignment_behavior_test/04: Crash |
| 725 if_null_assignment_behavior_test/05: Crash |
| 726 if_null_assignment_behavior_test/06: Crash |
| 727 if_null_assignment_behavior_test/12: RuntimeError |
| 728 if_null_assignment_behavior_test/14: RuntimeError |
| 729 if_null_assignment_static_test/01: RuntimeError |
| 730 if_null_assignment_static_test/02: Crash |
| 731 if_null_assignment_static_test/03: RuntimeError |
| 732 if_null_assignment_static_test/04: RuntimeError |
| 733 if_null_assignment_static_test/05: RuntimeError |
| 734 if_null_assignment_static_test/06: Crash |
| 735 if_null_assignment_behavior_test/12: RuntimeError |
| 736 if_null_assignment_behavior_test/14: RuntimeError |
| 737 if_null_assignment_static_test/01: RuntimeError |
| 738 if_null_assignment_static_test/03: RuntimeError |
| 739 if_null_assignment_static_test/04: RuntimeError |
| 740 if_null_assignment_static_test/05: RuntimeError |
| 649 | 741 |
| 650 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 742 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 651 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 743 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 652 | 744 |
| 653 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 745 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 654 async_star_await_pauses_test: RuntimeError # Need triage | 746 async_star_await_pauses_test: RuntimeError # Need triage |
| 655 async_star_no_cancel2_test: RuntimeError # Need triage | 747 async_star_no_cancel2_test: RuntimeError # Need triage |
| 656 async_star_no_cancel_test: RuntimeError # Need triage | 748 async_star_no_cancel_test: RuntimeError # Need triage |
| 657 | 749 |
| 658 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 750 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 function_type/function_type55_test: Crash # Issue 27394 | 800 function_type/function_type55_test: Crash # Issue 27394 |
| 709 function_type/function_type62_test: Crash # Issue 27394 | 801 function_type/function_type62_test: Crash # Issue 27394 |
| 710 function_type/function_type63_test: Crash # Issue 27394 | 802 function_type/function_type63_test: Crash # Issue 27394 |
| 711 function_type/function_type6_test: Crash # Issue 27394 | 803 function_type/function_type6_test: Crash # Issue 27394 |
| 712 function_type/function_type7_test: Crash # Issue 27394 | 804 function_type/function_type7_test: Crash # Issue 27394 |
| 713 function_type/function_type98_test: Crash # Issue 27394 | 805 function_type/function_type98_test: Crash # Issue 27394 |
| 714 function_type/function_type99_test: Crash # Issue 27394 | 806 function_type/function_type99_test: Crash # Issue 27394 |
| 715 | 807 |
| 716 [ $compiler == dart2js && $runtime == safarimobilesim ] | 808 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 717 call_through_getter_test: Fail, OK | 809 call_through_getter_test: Fail, OK |
| OLD | NEW |