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

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

Issue 1206873003: dart2js cps: Handle checks against mutable and extendable lists. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
239 *deferred*: Pass,RuntimeError # Issue 17458 239 *deferred*: Pass,RuntimeError # Issue 17458
240 cha_deopt*: Pass,RuntimeError # Issue 17458 240 cha_deopt*: Pass,RuntimeError # Issue 17458
241 regress_22443_test: Pass,RuntimeError # Issue 17458 241 regress_22443_test: Pass,RuntimeError # Issue 17458
242 242
243 [ $compiler == dart2js && $cps_ir == false ] 243 [ $compiler == dart2js && $cps_ir == false ]
244 generic_field_mixin4_test: Crash # Issue 18651 244 generic_field_mixin4_test: Crash # Issue 18651
245 generic_field_mixin5_test: Crash # Issue 18651 245 generic_field_mixin5_test: Crash # Issue 18651
246 246
247 [ $compiler == dart2js && $cps_ir ] 247 [ $compiler == dart2js && $cps_ir ]
248 abstract_object_method_test: RuntimeError # Please triage this failure.
249 assert_assignable_type_test: RuntimeError # Please triage this failure.
250 assign_op_test: RuntimeError # Please triage this failure.
251 assignable_expression_test/none: RuntimeError # Please triage this failure.
252 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 248 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
253 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 249 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
254 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 250 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
255 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 251 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
256 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 252 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
257 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 253 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
258 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 254 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
259 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 255 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
260 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 256 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
261 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions 257 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
351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 347 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
352 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions 348 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions
353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 349 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 350 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 351 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot 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 352 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 353 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 354 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 355 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
360 bind_test: RuntimeError # Cannot read property 'prototype' of undefined 356 bind_test: RuntimeError # Cannot read property 'prototype' of undefined
361 bound_closure_primitives_test: RuntimeError # Please triage this failure.
362 call_with_no_such_method_test: RuntimeError # Please triage this failure.
363 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned 357 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
364 cascade2_test: RuntimeError # Please triage this failure.
365 cascade_2_test: RuntimeError # Please triage this failure.
366 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined 358 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined
367 cast_test/04: RuntimeError # Please triage this failure.
368 cast_test/05: RuntimeError # Please triage this failure.
369 cast_test/none: RuntimeError # Please triage this failure.
370 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function 359 cha_deopt1_test: RuntimeError # receiver.get$_collection$_nums is not a function
371 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function 360 cha_deopt2_test: RuntimeError # receiver.get$_collection$_nums is not a function
372 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function 361 cha_deopt3_test: RuntimeError # receiver.get$_collection$_nums is not a function
373 char_escape_test: RuntimeError # Please triage this failure.
374 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/catch/finally 362 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/catch/finally
375 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined 363 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined
376 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined 364 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined
377 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 365 closure_cycles_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
378 closure_in_constructor_test: Crash # Invalid argument(s) 366 closure_in_constructor_test: Crash # Invalid argument(s)
379 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined 367 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
380 closure_type_variables_test: Crash # Invalid argument(s) 368 closure_type_variables_test: Crash # Invalid argument(s)
381 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 369 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
382 compile_time_constant_a_test: RuntimeError # Please triage this failure.
383 compile_time_constant_b_test: RuntimeError # Please triage this failure.
384 compound_assignment_operator_test: RuntimeError # Please triage this failure.
385 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le. 370 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le.
386 const_list_test: RuntimeError # Please triage this failure.
387 const_map_test: RuntimeError # Please triage this failure.
388 const_nested_test: Crash # Invalid argument(s) 371 const_nested_test: Crash # Invalid argument(s)
389 constructor12_test: RuntimeError # Please triage this failure. 372 constructor12_test: RuntimeError # Please triage this failure.
390 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 373 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
391 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 374 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
392 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 375 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
393 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d 376 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
394 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d 377 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
395 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d 378 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
396 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d 379 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
397 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d 380 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
(...skipping 28 matching lines...) Expand all
426 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func tion 409 deferred_mixin_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
427 deferred_no_such_method_test: RuntimeError # receiver.get$_collection$_nums is n ot a function 410 deferred_no_such_method_test: RuntimeError # receiver.get$_collection$_nums is n ot a function
428 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 411 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
429 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 412 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
430 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 413 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
431 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 414 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
432 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 415 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
433 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums is not a function 416 deferred_shadow_load_library_test: RuntimeError # receiver.get$_collection$_nums is not a function
434 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function 417 deferred_shared_and_unshared_classes_test: RuntimeError # receiver.get$_collecti on$_nums is not a function
435 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function 418 deferred_static_seperate_test: RuntimeError # receiver.get$_collection$_nums is not a function
436 deopt_no_feedback_test: RuntimeError # Please triage this failure.
437 enum_duplicate_test/01: RuntimeError # Please triage this failure.
438 enum_duplicate_test/02: RuntimeError # Please triage this failure.
439 enum_duplicate_test/none: RuntimeError # Please triage this failure.
440 enum_mirror_test: Crash # Internal Error: No default constructor available. 419 enum_mirror_test: Crash # Internal Error: No default constructor available.
441 enum_private_test/01: RuntimeError # Please triage this failure.
442 enum_private_test/02: RuntimeError # Please triage this failure.
443 enum_private_test/none: RuntimeError # Please triage this failure.
444 execute_finally10_test: Crash # (try {throw 'foo';}c... try/catch/finally 420 execute_finally10_test: Crash # (try {throw 'foo';}c... try/catch/finally
445 execute_finally11_test: Crash # (try {throw 'foo';}c... try/catch/finally 421 execute_finally11_test: Crash # (try {throw 'foo';}c... try/catch/finally
446 execute_finally7_test: Crash # (try {var a=new List... try/catch/finally 422 execute_finally7_test: Crash # (try {var a=new List... try/catch/finally
447 execute_finally9_test: Crash # (try {sum+= 1;return... try/catch/finally 423 execute_finally9_test: Crash # (try {sum+= 1;return... try/catch/finally
448 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined 424 f_bounded_equality_test: RuntimeError # Cannot read property 'prototype' of unde fined
449 fannkuch_test: RuntimeError # Please triage this failure.
450 field_increment_bailout_test: RuntimeError # Please triage this failure.
451 final_super_field_set_test/01: RuntimeError # Please triage this failure. 425 final_super_field_set_test/01: RuntimeError # Please triage this failure.
452 fixed_length_test: RuntimeError # Please triage this failure.
453 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined 426 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
454 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined 427 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
455 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined 428 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
456 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 429 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
457 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 430 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
458 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 431 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
459 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 432 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
460 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 433 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
461 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 434 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
462 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 435 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
(...skipping 14 matching lines...) Expand all
477 function_subtype_factory1_test: RuntimeError # Cannot read property 'prototype' of undefined 450 function_subtype_factory1_test: RuntimeError # Cannot read property 'prototype' of undefined
478 function_subtype_local0_test: RuntimeError # Cannot read property 'prototype' of undefined 451 function_subtype_local0_test: RuntimeError # Cannot read property 'prototype' of undefined
479 function_subtype_local1_test: RuntimeError # Cannot read property 'prototype' of undefined 452 function_subtype_local1_test: RuntimeError # Cannot read property 'prototype' of undefined
480 function_subtype_named1_test: RuntimeError # Cannot read property 'prototype' of undefined 453 function_subtype_named1_test: RuntimeError # Cannot read property 'prototype' of undefined
481 function_subtype_not0_test: RuntimeError # Cannot read property 'prototype' of u ndefined 454 function_subtype_not0_test: RuntimeError # Cannot read property 'prototype' of u ndefined
482 function_subtype_optional1_test: RuntimeError # Cannot read property 'prototype' of undefined 455 function_subtype_optional1_test: RuntimeError # Cannot read property 'prototype' of undefined
483 function_subtype_simple0_test: RuntimeError # Cannot read property 'prototype' o f undefined 456 function_subtype_simple0_test: RuntimeError # Cannot read property 'prototype' o f undefined
484 function_subtype_simple1_test: RuntimeError # Cannot read property 'prototype' o f undefined 457 function_subtype_simple1_test: RuntimeError # Cannot read property 'prototype' o f undefined
485 function_subtype_simple2_test: RuntimeError # Cannot read property 'prototype' o f undefined 458 function_subtype_simple2_test: RuntimeError # Cannot read property 'prototype' o f undefined
486 function_subtype_top_level0_test: RuntimeError # Cannot read property 'prototype ' of undefined 459 function_subtype_top_level0_test: RuntimeError # Cannot read property 'prototype ' of undefined
487 function_syntax_test/none: RuntimeError # Please triage this failure.
488 function_test: RuntimeError # Please triage this failure.
489 function_type_alias6_test/none: RuntimeError # Cannot read property 'prototype' of undefined 460 function_type_alias6_test/none: RuntimeError # Cannot read property 'prototype' of undefined
490 gc_test: RuntimeError # Please triage this failure.
491 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available. 461 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available.
492 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available. 462 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available.
493 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable. 463 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable.
494 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi ned 464 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi ned
495 generic_field_mixin3_test: RuntimeError # Please triage this failure. 465 generic_field_mixin3_test: RuntimeError # Please triage this failure.
496 getter_setter_interceptor_test: RuntimeError # Please triage this failure.
497 getter_setter_order_test: RuntimeError # Please triage this failure.
498 gvn_interceptor_test: RuntimeError # Please triage this failure.
499 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef ined 466 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef ined
500 if_null_assignment_behavior_test/01: RuntimeError # Please triage this failure.
501 if_null_assignment_behavior_test/02: RuntimeError # Please triage this failure.
502 if_null_assignment_behavior_test/04: RuntimeError # Please triage this failure.
503 if_null_assignment_behavior_test/05: RuntimeError # Please triage this failure.
504 if_null_assignment_behavior_test/06: RuntimeError # Please triage this failure.
505 if_null_assignment_behavior_test/07: RuntimeError # Please triage this failure.
506 if_null_assignment_behavior_test/08: RuntimeError # Please triage this failure.
507 if_null_assignment_behavior_test/09: RuntimeError # Please triage this failure.
508 if_null_assignment_behavior_test/10: RuntimeError # Please triage this failure.
509 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure.
510 if_null_assignment_behavior_test/16: RuntimeError # Please triage this failure.
511 if_null_assignment_behavior_test/17: RuntimeError # Please triage this failure.
512 if_null_assignment_behavior_test/18: RuntimeError # Please triage this failure.
513 if_null_assignment_behavior_test/19: RuntimeError # Please triage this failure.
514 if_null_assignment_behavior_test/20: RuntimeError # Please triage this failure.
515 if_null_assignment_behavior_test/21: RuntimeError # Please triage this failure.
516 if_null_assignment_behavior_test/22: RuntimeError # Please triage this failure.
517 if_null_assignment_behavior_test/23: RuntimeError # Please triage this failure.
518 if_null_assignment_behavior_test/24: RuntimeError # Please triage this failure.
519 if_null_assignment_behavior_test/25: RuntimeError # Please triage this failure.
520 if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure.
521 if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure.
522 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
523 if_null_assignment_static_test/29: RuntimeError # Please triage this failure.
524 if_null_assignment_static_test/30: RuntimeError # Please triage this failure.
525 if_null_assignment_static_test/31: RuntimeError # Please triage this failure.
526 if_null_assignment_static_test/32: RuntimeError # Please triage this failure.
527 if_null_assignment_static_test/33: RuntimeError # Please triage this failure.
528 if_null_assignment_static_test/34: RuntimeError # Please triage this failure.
529 if_null_assignment_static_test/35: RuntimeError # Please triage this failure.
530 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined 467 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined
531 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined 468 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined
532 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned 469 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned
533 incr_op_test: RuntimeError # Please triage this failure.
534 index_test: RuntimeError # Please triage this failure.
535 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able. 470 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
536 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 471 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
537 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined 472 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
538 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available. 473 instance_creation_in_function_annotation_test: Crash # Internal Error: No defaul t constructor available.
539 instanceof4_test/01: RuntimeError # Please triage this failure. 474 instanceof4_test/01: RuntimeError # Please triage this failure.
540 interceptor7_test: RuntimeError # Please triage this failure.
541 invocation_mirror_invoke_on2_test: RuntimeError # Please triage this failure.
542 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 475 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
543 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 476 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
544 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined 477 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
545 issue12288_test: RuntimeError # Please triage this failure.
546 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined 478 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
547 issue20476_test: Crash # (try {try {return 1;... try/catch/finally 479 issue20476_test: Crash # (try {try {return 1;... try/catch/finally
548 issue7513_test: RuntimeError # Please triage this failure.
549 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 480 issue_1751477_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
550 large_class_declaration_test: Crash # Stack Overflow 481 large_class_declaration_test: Crash # Stack Overflow
551 list_literal3_test: RuntimeError # Please triage this failure.
552 list_test: RuntimeError # Please triage this failure. 482 list_test: RuntimeError # Please triage this failure.
553 list_tracer_closure_test: RuntimeError # Please triage this failure.
554 list_tracer_in_list_test: RuntimeError # Please triage this failure.
555 list_tracer_in_map_test: RuntimeError # Please triage this failure.
556 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
557 local_function_test: RuntimeError # Please triage this failure.
558 logical_expression_test: RuntimeError # Please triage this failure.
559 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function 483 main_test/01: RuntimeError # receiver.get$_collection$_nums is not a function
560 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function 484 main_test/02: RuntimeError # receiver.get$_collection$_nums is not a function
561 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function 485 main_test/04: RuntimeError # receiver.get$_collection$_nums is not a function
562 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function 486 main_test/05: RuntimeError # receiver.get$_collection$_nums is not a function
563 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function 487 main_test/20: RuntimeError # receiver.get$_collection$_nums is not a function
564 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function 488 main_test/21: RuntimeError # receiver.get$_collection$_nums is not a function
565 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function 489 main_test/22: RuntimeError # receiver.get$_collection$_nums is not a function
566 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function 490 main_test/41: RuntimeError # receiver.get$_collection$_nums is not a function
567 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function 491 main_test/42: RuntimeError # receiver.get$_collection$_nums is not a function
568 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function 492 main_test/43: RuntimeError # receiver.get$_collection$_nums is not a function
569 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function 493 main_test/44: RuntimeError # receiver.get$_collection$_nums is not a function
570 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function 494 main_test/45: RuntimeError # receiver.get$_collection$_nums is not a function
571 many_calls_test: RuntimeError # Please triage this failure.
572 many_named_arguments_test: RuntimeError # Please triage this failure.
573 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 495 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
574 mega_load_test: RuntimeError # Please triage this failure.
575 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d 496 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d
576 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined 497 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
577 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e.
578 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined 498 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined
579 mixin_bound_test: Crash # Internal Error: No default constructor available. 499 mixin_bound_test: Crash # Internal Error: No default constructor available.
580 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available. 500 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
581 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available. 501 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
582 mixin_prefix_test: Crash # Internal Error: No default constructor available. 502 mixin_prefix_test: Crash # Internal Error: No default constructor available.
583 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable. 503 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
584 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available. 504 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
585 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available. 505 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
586 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available. 506 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
587 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available. 507 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available.
588 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available. 508 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available.
589 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available. 509 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available.
590 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable. 510 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable.
591 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able. 511 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able.
592 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able. 512 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
593 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 513 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
594 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 514 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
595 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 515 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
596 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 516 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
597 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable. 517 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
598 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined 518 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined
599 named_parameters_with_dollars_test: RuntimeError # Please triage this failure.
600 nested_if_test: RuntimeError # Please triage this failure.
601 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 519 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
602 no_such_method_dispatcher_test: RuntimeError # Please triage this failure.
603 no_such_method_empty_selector_test: RuntimeError # Please triage this failure.
604 no_such_method_test: RuntimeError # Please triage this failure. 520 no_such_method_test: RuntimeError # Please triage this failure.
605 null_test/none: Crash # Internal Error: No default constructor available. 521 null_test/none: Crash # Internal Error: No default constructor available.
606 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed 522 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed
607 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d 523 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d
608 operator_index_evaluation_order_test: RuntimeError # Please triage this failure.
609 optimize_redundant_array_load_test: RuntimeError # Please triage this failure.
610 optimized_lists_test: RuntimeError # Please triage this failure.
611 osr_test: RuntimeError # Please triage this failure.
612 overridden_no_such_method_test: RuntimeError # Please triage this failure. 524 overridden_no_such_method_test: RuntimeError # Please triage this failure.
613 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined 525 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined
614 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined 526 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined
615 param2_test: RuntimeError # Please triage this failure.
616 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined 527 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined
617 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined 528 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined
618 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined 529 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined
619 pure_function2_test: RuntimeError # Please triage this failure.
620 pure_function_test: RuntimeError # Please triage this failure.
621 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d 530 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
622 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed 531 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
623 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined 532 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
624 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined 533 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
625 reg_exp_test: RuntimeError # Please triage this failure.
626 regress_11800_test: RuntimeError # Please triage this failure.
627 regress_18435_test: Crash # Invalid argument(s) 534 regress_18435_test: Crash # Invalid argument(s)
628 regress_18535_test: Crash # Internal Error: No default constructor available. 535 regress_18535_test: Crash # Internal Error: No default constructor available.
629 regress_21016_test: RuntimeError # Please triage this failure.
630 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 536 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
631 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 537 regress_22443_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
632 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 538 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
633 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 539 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
634 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 540 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
635 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 541 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
636 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 542 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
637 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 543 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
638 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 544 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
639 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 545 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
640 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 546 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
641 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 547 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
642 stack_trace_test: Crash # (try {int j;i=func2(... try/catch/finally 548 stack_trace_test: Crash # (try {int j;i=func2(... try/catch/finally
643 statement_test: Crash # (try {throw "foo";}c... try/catch/finally 549 statement_test: Crash # (try {throw "foo";}c... try/catch/finally
644 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined 550 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
645 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined 551 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
646 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 552 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
647 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined 553 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
648 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined 554 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
649 string_join_test: RuntimeError # Please triage this failure.
650 string_test: RuntimeError # Please triage this failure.
651 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 555 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
652 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 556 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
653 super_call4_test: RuntimeError # Please triage this failure. 557 super_call4_test: RuntimeError # Please triage this failure.
654 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 558 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
655 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined 559 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
656 super_operator_index2_test: RuntimeError # this.get$map is not a function 560 super_operator_index2_test: RuntimeError # this.get$map is not a function
657 super_operator_index3_test: RuntimeError # Please triage this failure.
658 super_operator_index4_test: RuntimeError # Please triage this failure.
659 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 561 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
660 super_operator_index6_test: RuntimeError # Please triage this failure.
661 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 562 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
662 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 563 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
663 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'. 564 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
664 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 565 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
665 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'. 566 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
666 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 567 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
667 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'. 568 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
668 super_operator_test: RuntimeError # Please triage this failure.
669 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 569 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
670 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 570 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
671 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 571 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
672 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions 572 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy nc/sync*/async* functions
673 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 573 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
674 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 574 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
675 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 575 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
676 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 576 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
677 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 577 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
678 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 578 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 type_promotion_functions_test/08: RuntimeError # Cannot read property 'prototype ' of undefined 611 type_promotion_functions_test/08: RuntimeError # Cannot read property 'prototype ' of undefined
712 type_promotion_functions_test/09: RuntimeError # Cannot read property 'prototype ' of undefined 612 type_promotion_functions_test/09: RuntimeError # Cannot read property 'prototype ' of undefined
713 type_promotion_functions_test/10: RuntimeError # Cannot read property 'prototype ' of undefined 613 type_promotion_functions_test/10: RuntimeError # Cannot read property 'prototype ' of undefined
714 type_promotion_functions_test/11: RuntimeError # Cannot read property 'prototype ' of undefined 614 type_promotion_functions_test/11: RuntimeError # Cannot read property 'prototype ' of undefined
715 type_promotion_functions_test/12: RuntimeError # Cannot read property 'prototype ' of undefined 615 type_promotion_functions_test/12: RuntimeError # Cannot read property 'prototype ' of undefined
716 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 616 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
717 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 617 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
718 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 618 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
719 type_variable_closure2_test: RuntimeError # Please triage this failure. 619 type_variable_closure2_test: RuntimeError # Please triage this failure.
720 type_variable_closure_test: Crash # Invalid argument(s) 620 type_variable_closure_test: Crash # Invalid argument(s)
721 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
722 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 621 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
723 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 622 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
724 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 623 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
725 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 624 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698