| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 242 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 243 *deferred*: Pass,RuntimeError # Issue 17458 | 243 *deferred*: Pass,RuntimeError # Issue 17458 |
| 244 cha_deopt*: Pass,RuntimeError # Issue 17458 | 244 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 245 regress_22443_test: Pass,RuntimeError # Issue 17458 | 245 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| 246 | 246 |
| 247 [ $compiler == dart2js && $cps_ir == false ] | 247 [ $compiler == dart2js && $cps_ir == false ] |
| 248 generic_field_mixin4_test: Crash # Issue 18651 | 248 generic_field_mixin4_test: Crash # Issue 18651 |
| 249 generic_field_mixin5_test: Crash # Issue 18651 | 249 generic_field_mixin5_test: Crash # Issue 18651 |
| 250 | 250 |
| 251 [ $compiler == dart2js && $cps_ir ] | 251 [ $compiler == dart2js && $cps_ir ] |
| 252 abstract_object_method_test : Crash # Internal Error: No default constructor ava
ilable. | |
| 253 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h
andle async/sync*/async* functions | 252 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h
andle async/sync*/async* functions |
| 254 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl
e async/sync*/async* functions | 253 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl
e async/sync*/async* functions |
| 255 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/
sync*/async* functions | 254 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/
sync*/async* functions |
| 256 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync*
/async* functions | 255 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync*
/async* functions |
| 257 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync
*/async* functions | 256 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync
*/async* functions |
| 258 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync
*/async* functions | 257 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync
*/async* functions |
| 259 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync*
/async* functions | 258 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync*
/async* functions |
| 260 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync*
/async* functions | 259 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync*
/async* functions |
| 261 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy
nc/sync*/async* functions | 260 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy
nc/sync*/async* functions |
| 262 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can
not handle async/sync*/async* functions | 261 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can
not handle async/sync*/async* functions |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann
ot handle async/sync*/async* functions | 351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann
ot handle async/sync*/async* functions |
| 353 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async
* functions | 352 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async
* functions |
| 354 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s
ync*/async* functions | 353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s
ync*/async* functions |
| 355 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as
ync* functions | 354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as
ync* functions |
| 356 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}):
cannot handle async/sync*/async* functions | 355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}):
cannot handle async/sync*/async* functions |
| 357 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca
nnot handle async/sync*/async* functions | 356 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca
nnot handle async/sync*/async* functions |
| 358 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy
nc*/async* functions | 357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy
nc*/async* functions |
| 359 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync
*/async* functions | 358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync
*/async* functions |
| 360 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu
nctions | 359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu
nctions |
| 361 bind_test: RuntimeError # Cannot read property 'prototype' of undefined | 360 bind_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 362 call_with_no_such_method_test : Crash # Internal Error: No default constructor a
vailable. | |
| 363 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi
ned | 361 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi
ned |
| 364 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined | 362 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined |
| 365 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function | 363 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function |
| 366 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function | 364 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function |
| 367 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function | 365 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function |
| 368 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined | 366 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 369 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined | 367 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 370 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func
tion | 368 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func
tion |
| 371 closure_in_constructor_test: Crash # Invalid argument(s) | 369 closure_in_constructor_test: Crash # Invalid argument(s) |
| 372 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un
defined | 370 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un
defined |
| 373 closure_type_variables_test: Crash # Invalid argument(s) | 371 closure_type_variables_test: Crash # Invalid argument(s) |
| 374 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u
ndefined | 372 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u
ndefined |
| 375 const_evaluation_test/01: Crash # Internal Error: No default constructor availab
le. | 373 const_evaluation_test/01: Crash # Internal Error: No default constructor availab
le. |
| 376 const_nested_test: Crash # Invalid argument(s) | 374 const_nested_test: Crash # Invalid argument(s) |
| 377 constructor12_test: RuntimeError # Please triage this failure. | 375 constructor12_test: RuntimeError # Please triage this failure. |
| 378 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai
lable. | |
| 379 crash_6725_test/01: Crash # The null object does not have a getter '_element'. | 376 crash_6725_test/01: Crash # The null object does not have a getter '_element'. |
| 380 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as
ync/sync*/async* functions | 377 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as
ync/sync*/async* functions |
| 381 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine
d | 378 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 382 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine
d | 379 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 383 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine
d | 380 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 384 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine
d | 381 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 385 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine
d | 382 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 386 deferred_closurize_load_library_test: RuntimeError # receiver.get$_collection$_n
ums is not a function | 383 deferred_closurize_load_library_test: RuntimeError # receiver.get$_collection$_n
ums is not a function |
| 387 deferred_constant_list_test: RuntimeError # receiver.get$_collection$_nums is no
t a function | 384 deferred_constant_list_test: RuntimeError # receiver.get$_collection$_nums is no
t a function |
| 388 deferred_constraints_constants_test/none: Crash # Internal Error: No default con
structor available. | 385 deferred_constraints_constants_test/none: Crash # Internal Error: No default con
structor available. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 405 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE
rror # receiver.get$_collection$_nums is not a function | 402 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE
rror # receiver.get$_collection$_nums is not a function |
| 406 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r
eceiver.get$_collection$_nums is not a function | 403 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # r
eceiver.get$_collection$_nums is not a function |
| 407 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro
r # receiver.get$_collection$_nums is not a function | 404 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro
r # receiver.get$_collection$_nums is not a function |
| 408 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no
t a function | 405 deferred_function_type_test: RuntimeError # receiver.get$_collection$_nums is no
t a function |
| 409 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun
ction | 406 deferred_global_test: RuntimeError # receiver.get$_collection$_nums is not a fun
ction |
| 410 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu
nction | 407 deferred_inlined_test: RuntimeError # receiver.get$_collection$_nums is not a fu
nction |
| 411 deferred_load_constants_test/none: RuntimeError # receiver.get$_collection$_nums
is not a function | 408 deferred_load_constants_test/none: RuntimeError # receiver.get$_collection$_nums
is not a function |
| 412 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is
not a function | 409 deferred_load_inval_code_test: RuntimeError # receiver.get$_collection$_nums is
not a function |
| 413 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect
ion$_nums is not a function | 410 deferred_load_library_wrong_args_test/none: RuntimeError # receiver.get$_collect
ion$_nums is not a function |
| 414 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func
tion | 411 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func
tion |
| 415 deferred_no_such_method_test : Crash # Internal Error: No default constructor av
ailable. | 412 deferred_no_such_method_test : RuntimeError # TypeError: receiver.get$_nums is n
ot a function |
| 416 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. | 413 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. |
| 417 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no
t a function | 414 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no
t a function |
| 418 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a
function | 415 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a
function |
| 419 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl
e async/sync*/async* functions | 416 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl
e async/sync*/async* functions |
| 420 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is
not a function | 417 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is
not a function |
| 421 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums
is not a function | 418 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums
is not a function |
| 422 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti
on$_nums is not a function | 419 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti
on$_nums is not a function |
| 423 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is
not a function | 420 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is
not a function |
| 424 enum_mirror_test: Crash # Internal Error: No default constructor available. | 421 enum_mirror_test: Crash # Internal Error: No default constructor available. |
| 425 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde
fined | 422 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde
fined |
| 426 field_increment_bailout_test : Crash # Internal Error: No default constructor av
ailable. | 423 final_super_field_set_test/01 : RuntimeError # |
| 427 final_super_field_set_test/01 : Crash # Internal Error: No default constructor a
vailable. | |
| 428 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of
undefined | 424 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of
undefined |
| 429 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of
undefined | 425 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of
undefined |
| 430 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of
undefined | 426 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of
undefined |
| 431 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot
handle async/sync*/async* functions | 427 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot
handle async/sync*/async* functions |
| 432 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}
): cannot handle async/sync*/async* functions | 428 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}
): cannot handle async/sync*/async* functions |
| 433 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | 429 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions |
| 434 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | 430 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions |
| 435 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn
c* functions | 431 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn
c* functions |
| 436 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | 432 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions |
| 437 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | 433 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions |
| (...skipping 15 matching lines...) Expand all Loading... |
| 453 function_subtype_local0_test: RuntimeError # Cannot read property 'prototype' of
undefined | 449 function_subtype_local0_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 454 function_subtype_local1_test: RuntimeError # Cannot read property 'prototype' of
undefined | 450 function_subtype_local1_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 455 function_subtype_named1_test: RuntimeError # Cannot read property 'prototype' of
undefined | 451 function_subtype_named1_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 456 function_subtype_not0_test: RuntimeError # Cannot read property 'prototype' of u
ndefined | 452 function_subtype_not0_test: RuntimeError # Cannot read property 'prototype' of u
ndefined |
| 457 function_subtype_optional1_test: RuntimeError # Cannot read property 'prototype'
of undefined | 453 function_subtype_optional1_test: RuntimeError # Cannot read property 'prototype'
of undefined |
| 458 function_subtype_simple0_test: RuntimeError # Cannot read property 'prototype' o
f undefined | 454 function_subtype_simple0_test: RuntimeError # Cannot read property 'prototype' o
f undefined |
| 459 function_subtype_simple1_test: RuntimeError # Cannot read property 'prototype' o
f undefined | 455 function_subtype_simple1_test: RuntimeError # Cannot read property 'prototype' o
f undefined |
| 460 function_subtype_simple2_test: RuntimeError # Cannot read property 'prototype' o
f undefined | 456 function_subtype_simple2_test: RuntimeError # Cannot read property 'prototype' o
f undefined |
| 461 function_subtype_top_level0_test: RuntimeError # Cannot read property 'prototype
' of undefined | 457 function_subtype_top_level0_test: RuntimeError # Cannot read property 'prototype
' of undefined |
| 462 function_type_alias6_test/none: RuntimeError # Cannot read property 'prototype'
of undefined | 458 function_type_alias6_test/none: RuntimeError # Cannot read property 'prototype'
of undefined |
| 463 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor
available. | |
| 464 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor
available. | |
| 465 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a
vailable. | |
| 466 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi
ned | 459 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi
ned |
| 467 generic_field_mixin3_test: RuntimeError # Please triage this failure. | 460 generic_field_mixin3_test: RuntimeError # Please triage this failure. |
| 468 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef
ined | 461 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef
ined |
| 469 if_null_assignment_static_test/01: RuntimeError # Issue 23669 | 462 if_null_assignment_static_test/01: RuntimeError # Issue 23669 |
| 470 if_null_assignment_static_test/03: RuntimeError # Issue 23669 | 463 if_null_assignment_static_test/03: RuntimeError # Issue 23669 |
| 471 if_null_assignment_static_test/04: RuntimeError # Issue 23669 | 464 if_null_assignment_static_test/04: RuntimeError # Issue 23669 |
| 472 if_null_assignment_static_test/05: RuntimeError # Issue 23669 | 465 if_null_assignment_static_test/05: RuntimeError # Issue 23669 |
| 473 if_null_assignment_static_test/36: RuntimeError # Issue 23669 | 466 if_null_assignment_static_test/36: RuntimeError # Issue 23669 |
| 474 if_null_assignment_static_test/38: RuntimeError # Issue 23669 | 467 if_null_assignment_static_test/38: RuntimeError # Issue 23669 |
| 475 if_null_assignment_static_test/39: RuntimeError # Issue 23669 | 468 if_null_assignment_static_test/39: RuntimeError # Issue 23669 |
| 476 if_null_assignment_static_test/40: RuntimeError # Issue 23669 | 469 if_null_assignment_static_test/40: RuntimeError # Issue 23669 |
| 477 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef
ined | 470 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef
ined |
| 478 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef
ined | 471 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef
ined |
| 479 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi
ned | 472 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi
ned |
| 480 inference_mixin_field_test: Crash # Internal Error: No default constructor avail
able. | |
| 481 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 473 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 482 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und
efined | 474 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und
efined |
| 483 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul
t constructor available. | 475 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul
t constructor available. |
| 484 instanceof4_test/01: RuntimeError # Please triage this failure. | 476 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 485 invocation_mirror_invoke_on2_test : Crash # Internal Error: No default construct
or available. | 477 invocation_mirror_invoke_on_test : RuntimeError # |
| 486 invocation_mirror_invoke_on_test : Crash # Internal Error: No default constructo
r available. | |
| 487 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 478 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 488 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined | 479 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 489 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined | 480 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 490 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct
ion | 481 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct
ion |
| 491 large_class_declaration_test: Crash # Stack Overflow | 482 large_class_declaration_test: Crash # Stack Overflow |
| 492 list_test: RuntimeError # Please triage this failure. | 483 list_test: RuntimeError # Please triage this failure. |
| 493 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function | 484 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function |
| 494 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function | 485 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function |
| 495 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function | 486 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function |
| 496 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function | 487 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function |
| 497 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function | 488 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function |
| 498 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function | 489 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function |
| 499 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function | 490 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function |
| 500 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function | 491 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function |
| 501 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function | 492 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function |
| 502 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function | 493 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function |
| 503 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function | 494 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function |
| 504 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function | 495 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function |
| 505 many_named_arguments_test : Crash # Internal Error: No default constructor avail
able. | 496 many_overridden_no_such_method_test : RuntimeError # |
| 506 many_overridden_no_such_method_test : Crash # Internal Error: No default constru
ctor available. | |
| 507 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine
d | 497 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 508 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u
ndefined | 498 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u
ndefined |
| 509 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined | 499 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 510 mixin_bound_test: Crash # Internal Error: No default constructor available. | |
| 511 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct
or available. | |
| 512 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct
or available. | |
| 513 mixin_prefix_test: Crash # Internal Error: No default constructor available. | |
| 514 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av
ailable. | |
| 515 mixin_super_constructor_default_test: Crash # Internal Error: No default constru
ctor available. | |
| 516 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr
uctor available. | |
| 517 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr
uctor available. | 500 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr
uctor available. |
| 518 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons
tructor available. | |
| 519 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default
constructor available. | 501 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default
constructor available. |
| 520 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul
t constructor available. | |
| 521 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava
ilable. | |
| 522 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail
able. | |
| 523 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail
able. | |
| 524 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have
a getter '_element'. | 502 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have
a getter '_element'. |
| 525 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter
'_element'. | 503 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter
'_element'. |
| 526 mixin_type_parameters_super_extends_test: Crash # The null object does not have
a getter '_element'. | 504 mixin_type_parameters_super_extends_test: Crash # The null object does not have
a getter '_element'. |
| 527 mixin_type_parameters_super_test: Crash # The null object does not have a getter
'_element'. | 505 mixin_type_parameters_super_test: Crash # The null object does not have a getter
'_element'. |
| 528 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a
vailable. | |
| 529 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro
totype' of undefined | 506 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro
totype' of undefined |
| 530 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 507 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case |
| 531 no_such_method_dispatcher_test : Crash # Internal Error: No default constructor
available. | 508 no_such_method_test : RuntimeError # |
| 532 no_such_method_empty_selector_test : Crash # Internal Error: No default construc
tor available. | |
| 533 no_such_method_test : Crash # Internal Error: No default constructor available. | |
| 534 null_test/none: Crash # Internal Error: No default constructor available. | 509 null_test/none: Crash # Internal Error: No default constructor available. |
| 535 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin
ed | 510 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin
ed |
| 536 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine
d | 511 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 537 overridden_no_such_method_test : Crash # Internal Error: No default constructor
available. | 512 overridden_no_such_method_test : RuntimeError # |
| 538 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy
pe' of undefined | 513 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy
pe' of undefined |
| 539 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto
type' of undefined | 514 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto
type' of undefined |
| 540 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined | 515 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 541 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined | 516 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 542 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined | 517 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 543 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine
d | 518 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine
d |
| 544 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin
ed | 519 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin
ed |
| 545 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined | 520 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 546 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined | 521 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 547 regress_18435_test: Crash # Invalid argument(s) | 522 regress_18435_test: Crash # Invalid argument(s) |
| (...skipping 10 matching lines...) Expand all Loading... |
| 558 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | 533 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync
*/async* functions |
| 559 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | 534 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync
*/async* functions |
| 560 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy
nc*/async* functions | 535 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy
nc*/async* functions |
| 561 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o
f undefined | 536 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o
f undefined |
| 562 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef
ined | 537 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef
ined |
| 563 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of
undefined | 538 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 564 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of
undefined | 539 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of
undefined |
| 565 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype'
of undefined | 540 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype'
of undefined |
| 566 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined | 541 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined |
| 567 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und
efined | 542 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und
efined |
| 568 super_call4_test : Crash # Internal Error: No default constructor available. | 543 super_call4_test : RuntimeError # |
| 569 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 544 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
| 570 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of
undefined | 545 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of
undefined |
| 571 super_operator_index2_test: RuntimeError # this.get$map is not a function | 546 super_operator_index2_test: RuntimeError # this.get$map is not a function |
| 572 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 547 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 573 super_operator_index6_test : Crash # Internal Error: No default constructor avai
lable. | |
| 574 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 548 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 575 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 549 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
| 576 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 550 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 577 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 551 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 578 super_operator_index_test/06: Crash # The null object does not have a getter 'is
Parameter'. | |
| 579 super_operator_test : Crash # Internal Error: No default constructor available. | |
| 580 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 552 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
| 581 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 553 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
| 582 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 554 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
| 583 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy
nc/sync*/async* functions | 555 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy
nc/sync*/async* functions |
| 584 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/
sync*/async* functions | 556 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/
sync*/async* functions |
| 585 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 557 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions |
| 586 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 558 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions |
| 587 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 559 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions |
| 588 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy
nc/sync*/async* functions | 560 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy
nc/sync*/async* functions |
| 589 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async
/sync*/async* functions | 561 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async
/sync*/async* functions |
| (...skipping 23 matching lines...) Expand all Loading... |
| 613 type_promotion_functions_test/08: RuntimeError # Cannot read property 'prototype
' of undefined | 585 type_promotion_functions_test/08: RuntimeError # Cannot read property 'prototype
' of undefined |
| 614 type_promotion_functions_test/09: RuntimeError # Cannot read property 'prototype
' of undefined | 586 type_promotion_functions_test/09: RuntimeError # Cannot read property 'prototype
' of undefined |
| 615 type_promotion_functions_test/10: RuntimeError # Cannot read property 'prototype
' of undefined | 587 type_promotion_functions_test/10: RuntimeError # Cannot read property 'prototype
' of undefined |
| 616 type_promotion_functions_test/11: RuntimeError # Cannot read property 'prototype
' of undefined | 588 type_promotion_functions_test/11: RuntimeError # Cannot read property 'prototype
' of undefined |
| 617 type_promotion_functions_test/12: RuntimeError # Cannot read property 'prototype
' of undefined | 589 type_promotion_functions_test/12: RuntimeError # Cannot read property 'prototype
' of undefined |
| 618 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype
' of undefined | 590 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype
' of undefined |
| 619 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined | 591 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined |
| 620 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined | 592 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined |
| 621 type_variable_closure2_test: RuntimeError # Please triage this failure. | 593 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 622 type_variable_closure_test: Crash # Invalid argument(s) | 594 type_variable_closure_test: Crash # Invalid argument(s) |
| 623 type_variable_conflict2_test/07 : Crash # Internal Error: No default constructor
available. | |
| 624 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined | 595 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 625 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. | |
| 626 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. | |
| 627 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. | |
| 628 no_such_method2_test : Crash # Internal Error: No default constructor available. | |
| 629 static_getter_no_setter2_test/none : Crash # Internal Error: No default construc
tor available. | |
| 630 static_getter_no_setter2_test/01 : Crash # Internal Error: No default constructo
r available. | |
| 631 no_such_method3_test : Crash # Internal Error: No default constructor available. | |
| 632 invocation_mirror2_test : Crash # Internal Error: No default constructor availab
le. | 596 invocation_mirror2_test : Crash # Internal Error: No default constructor availab
le. |
| 633 override_inheritance_no_such_method_test/08 : Crash # Internal Error: No default
constructor available. | |
| 634 override_inheritance_no_such_method_test/13 : Crash # Internal Error: No default
constructor available. | |
| 635 override_inheritance_no_such_method_test/11 : Crash # Internal Error: No default
constructor available. | |
| 636 override_inheritance_no_such_method_test/04 : Crash # Internal Error: No default
constructor available. | |
| 637 override_inheritance_no_such_method_test/05 : Crash # Internal Error: No default
constructor available. | |
| 638 override_inheritance_no_such_method_test/03 : Crash # Internal Error: No default
constructor available. | |
| 639 type_propagation2_test : Crash # Internal Error: No default constructor availabl
e. | |
| 640 super_operator_index_test/02 : Crash # Internal Error: No default constructor av
ailable. | |
| 641 super_operator_index_test/01 : Crash # Internal Error: No default constructor av
ailable. | |
| 642 super_operator_index_test/04 : Crash # Internal Error: No default constructor av
ailable. | |
| 643 super_operator_index_test/07 : Crash # Internal Error: No default constructor av
ailable. | |
| 644 regress_12561_test : Crash # Internal Error: No default constructor available. | |
| 645 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor
available. | 597 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor
available. |
| 646 type_variable_conflict2_test/05 : Crash # Internal Error: No default constructor
available. | 598 async_await_syntax_test/a05h : Crash # bailout: (a05h()async{yield*st;}): cannot
handle async/sync*/async* functions |
| 647 type_variable_conflict2_test/09 : Crash # Internal Error: No default constructor
available. | 599 async_await_syntax_test/c11a : Crash # bailout: (c11a()async{yield-5;}): cannot
handle async/sync*/async* functions |
| 648 no_such_method_subtype_test : Crash # Internal Error: No default constructor ava
ilable. | 600 async_await_syntax_test/c11b : Crash # bailout: (c11b()async{yield*st;}): cannot
handle async/sync*/async* functions |
| 649 static_setter_get_test/01 : Crash # Internal Error: No default constructor avail
able. | |
| 650 abstract_exact_selector_test/none : Crash # Internal Error: No default construct
or available. | |
| 651 abstract_exact_selector_test/01 : Crash # Internal Error: No default constructor
available. | |
| OLD | NEW |