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

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

Issue 1136843006: dart2js cps: Access to lazily initialized fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/html/html.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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 221 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
222 # Detection of d8 runtime does not work on Windows so the runtime result is 222 # Detection of d8 runtime does not work on Windows so the runtime result is
223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. 223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error.
224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
225 *deferred*: Pass,RuntimeError # Issue 17458 225 *deferred*: Pass,RuntimeError # Issue 17458
226 cha_deopt*: Pass,RuntimeError # Issue 17458 226 cha_deopt*: Pass,RuntimeError # Issue 17458
227 regress_22443_test: Pass,RuntimeError # Issue 17458 227 regress_22443_test: Pass,RuntimeError # Issue 17458
228 228
229 [ $compiler == dart2js && $cps_ir ] 229 [ $compiler == dart2js && $cps_ir ]
230 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node 230 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
231 abstract_exact_selector_test/01: Crash # unsupported element kind: a:field
232 abstract_exact_selector_test/none: Crash # unsupported element kind: a:field
233 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 231 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
234 abstract_object_method_test: Crash # unsupported element kind: a:field
235 abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 232 abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
236 abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 233 abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
237 arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 234 arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
238 assign_to_type_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 235 assign_to_type_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
239 assign_to_type_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 236 assign_to_type_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
240 assign_to_type_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 237 assign_to_type_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
241 assign_to_type_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 238 assign_to_type_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
242 assign_top_method_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 239 assign_top_method_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
243 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 240 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
244 async_await_catch_regression_test: Crash # cannot handle async/sync*/async* fun ctions 241 async_await_catch_regression_test: Crash # cannot handle async/sync*/async* fun ctions
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 347 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions
351 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 348 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
352 await_for_test: Crash # unsupported element kind: t4:field 349 await_for_test: Crash # unsupported element kind: t4:field
353 await_for_use_local_test: Crash # cannot handle async/sync*/async* functions 350 await_for_use_local_test: Crash # cannot handle async/sync*/async* functions
354 await_future_test: Crash # cannot handle async/sync*/async* functions 351 await_future_test: Crash # 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 352 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 353 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 # cannot handle async/sync*/async* functions 354 await_postfix_expr_test: Crash # cannot handle async/sync*/async* functions
358 await_regression_test: Crash # cannot handle async/sync*/async* functions 355 await_regression_test: Crash # cannot handle async/sync*/async* functions
359 await_test: Crash # cannot handle async/sync*/async* functions 356 await_test: Crash # cannot handle async/sync*/async* functions
360 bailout4_test: Crash # unsupported element kind: a:field
361 bailout_container_type_test: Crash # unsupported element kind: a:field
362 bailout_test: Crash # unsupported element kind: reachedAfoo:field
363 bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 357 bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
364 call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 358 call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
365 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 359 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
366 call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 360 call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
367 call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 361 call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
368 call_nonexistent_static_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 362 call_nonexistent_static_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
369 call_nonexistent_static_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 363 call_nonexistent_static_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
370 call_nonexistent_static_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 364 call_nonexistent_static_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
371 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 365 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
372 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 366 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 420 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
427 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 421 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
428 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 422 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
429 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 423 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
430 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 424 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
431 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 425 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
432 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 426 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
433 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>. 427 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>.
434 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 428 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
435 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 429 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
436 closure_side_effect_test: Crash # unsupported element kind: c:field
437 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>. 430 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>.
438 closures_initializer2_test: Crash # Please triage this failure. 431 closures_initializer2_test: Crash # Please triage this failure.
439 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>. 432 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>.
440 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 433 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
441 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 434 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
442 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 435 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
443 const_evaluation_test/none: RuntimeError # Please triage this failure.
444 const_nested_test: Crash # Please triage this failure. 436 const_nested_test: Crash # Please triage this failure.
445 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 437 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
446 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 438 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
447 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 439 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
448 const_switch_test/01: Crash # Unhandled node 440 const_switch_test/01: Crash # Unhandled node
449 const_switch_test/02: Crash # Unhandled node 441 const_switch_test/02: Crash # Unhandled node
450 const_switch_test/03: Crash # Unhandled node 442 const_switch_test/03: Crash # Unhandled node
451 const_switch_test/04: Crash # Unhandled node 443 const_switch_test/04: Crash # Unhandled node
452 constant_propagation_phis_test: RuntimeError # Please triage this failure.
453 constructor10_test/01: Crash # Please triage this failure. 444 constructor10_test/01: Crash # Please triage this failure.
454 constructor10_test/02: Crash # Please triage this failure. 445 constructor10_test/02: Crash # Please triage this failure.
455 constructor11_test: Crash # Please triage this failure. 446 constructor11_test: Crash # Please triage this failure.
456 constructor12_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>. 447 constructor12_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
457 constructor3_negative_test: Crash # Please triage this failure. 448 constructor3_negative_test: Crash # Please triage this failure.
458 constructor5_test: Crash # Please triage this failure. 449 constructor5_test: Crash # Please triage this failure.
459 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure. 450 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure.
460 constructor_initializer_test/01: Crash # Please triage this failure. 451 constructor_initializer_test/01: Crash # Please triage this failure.
461 constructor_with_mixin_test: Crash # Please triage this failure. 452 constructor_with_mixin_test: Crash # Please triage this failure.
462 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 453 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 deferred_no_such_method_test: Crash # (lib.loadLibrary()): handleStaticGetterInv oke: foreign: getter(loadLibrary) 510 deferred_no_such_method_test: Crash # (lib.loadLibrary()): handleStaticGetterInv oke: foreign: getter(loadLibrary)
520 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 511 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
521 deferred_only_constant_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary) 512 deferred_only_constant_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary)
522 deferred_optimized_test: Crash # (lib.loadLibrary()): handleStaticGetterInvoke: foreign: getter(loadLibrary) 513 deferred_optimized_test: Crash # (lib.loadLibrary()): handleStaticGetterInvoke: foreign: getter(loadLibrary)
523 deferred_redirecting_factory_test: Crash # cannot handle async/sync*/async* fun ctions 514 deferred_redirecting_factory_test: Crash # cannot handle async/sync*/async* fun ctions
524 deferred_regression_22995_test: Crash # (lib.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary) 515 deferred_regression_22995_test: Crash # (lib.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary)
525 deferred_shadow_load_library_test: Crash # (lib.loadLibrary()): handleStaticGett erInvoke: foreign: getter(loadLibrary) 516 deferred_shadow_load_library_test: Crash # (lib.loadLibrary()): handleStaticGett erInvoke: foreign: getter(loadLibrary)
526 deferred_shared_and_unshared_classes_test: Crash # (lib1.loadLibrary()): handleS taticGetterInvoke: foreign: getter(loadLibrary) 517 deferred_shared_and_unshared_classes_test: Crash # (lib1.loadLibrary()): handleS taticGetterInvoke: foreign: getter(loadLibrary)
527 deferred_static_seperate_test: Crash # (lib1.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary) 518 deferred_static_seperate_test: Crash # (lib1.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary)
528 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 519 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
529 deopt_inlined_function_test: Crash # unsupported element kind: obj:field
530 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 520 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
531 div_with_power_of_two_test: Crash # unsupported element kind: expectedResults:fi eld
532 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 521 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
533 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 522 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
534 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 523 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
535 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 524 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
536 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for I face<dynamic, num>. 525 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for I face<dynamic, num>.
537 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 526 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
538 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 527 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
539 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 528 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
540 enum_test: Crash # Unhandled node 529 enum_test: Crash # Unhandled node
541 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 530 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 26 matching lines...) Expand all
568 factory_redirection_test/10: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 557 factory_redirection_test/10: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
569 factory_redirection_test/11: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 558 factory_redirection_test/11: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
570 factory_redirection_test/12: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 559 factory_redirection_test/12: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
571 factory_redirection_test/13: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 560 factory_redirection_test/13: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
572 factory_redirection_test/14: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 561 factory_redirection_test/14: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
573 factory_redirection_test/none: Crash # Instance of 'TypeOperator': type check un implemented for A<List>. 562 factory_redirection_test/none: Crash # Instance of 'TypeOperator': type check un implemented for A<List>.
574 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 563 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
575 factory_type_parameter2_test: Crash # Please triage this failure. 564 factory_type_parameter2_test: Crash # Please triage this failure.
576 factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 565 factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
577 fast_method_extraction_test: Crash # Instance of 'TypeOperator': type check unim plemented for T. 566 fast_method_extraction_test: Crash # Instance of 'TypeOperator': type check unim plemented for T.
578 field_inference_test: Crash # unsupported element kind: array:field
579 final_is_not_const_test/none: RuntimeError # Please triage this failure.
580 final_syntax_test/03: Crash # unsupported element kind: P3:field
581 final_syntax_test/04: Crash # unsupported element kind: P3:field
582 final_syntax_test/08: Crash # unsupported element kind: A3:field
583 final_syntax_test/09: Crash # unsupported element kind: P3:field
584 final_syntax_test/10: Crash # unsupported element kind: B3:field
585 final_syntax_test/none: Crash # unsupported element kind: P3:field
586 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 567 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
587 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 568 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
588 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 569 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
589 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 570 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
590 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 571 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
591 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 572 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
592 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 573 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
593 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 574 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
594 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 575 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
595 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 576 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
(...skipping 14 matching lines...) Expand all
610 flatten_test/05: Crash # cannot handle async/sync*/async* functions 591 flatten_test/05: Crash # cannot handle async/sync*/async* functions
611 flatten_test/06: Crash # cannot handle async/sync*/async* functions 592 flatten_test/06: Crash # cannot handle async/sync*/async* functions
612 flatten_test/07: Crash # cannot handle async/sync*/async* functions 593 flatten_test/07: Crash # cannot handle async/sync*/async* functions
613 flatten_test/08: Crash # cannot handle async/sync*/async* functions 594 flatten_test/08: Crash # cannot handle async/sync*/async* functions
614 flatten_test/09: Crash # cannot handle async/sync*/async* functions 595 flatten_test/09: Crash # cannot handle async/sync*/async* functions
615 flatten_test/10: Crash # cannot handle async/sync*/async* functions 596 flatten_test/10: Crash # cannot handle async/sync*/async* functions
616 flatten_test/11: Crash # cannot handle async/sync*/async* functions 597 flatten_test/11: Crash # cannot handle async/sync*/async* functions
617 flatten_test/12: Crash # cannot handle async/sync*/async* functions 598 flatten_test/12: Crash # cannot handle async/sync*/async* functions
618 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 599 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
619 for2_test: Crash # Please triage this failure. 600 for2_test: Crash # Please triage this failure.
620 for_in2_test: Crash # unsupported element kind: set:field
621 for_in_side_effects_test: Crash # unsupported element kind: array:field
622 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 601 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
623 forwarding_factory_constructor_default_values_test: RuntimeError # Please triage this failure. 602 forwarding_factory_constructor_default_values_test: RuntimeError # Please triage this failure.
624 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 603 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
625 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__. 604 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
626 function_subtype1_test: Crash # Please triage this failure. 605 function_subtype1_test: Crash # Please triage this failure.
627 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1. 606 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
628 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 607 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
629 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>. 608 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
630 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 609 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
631 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 610 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 function_subtype_typearg0_test: Crash # Please triage this failure. 648 function_subtype_typearg0_test: Crash # Please triage this failure.
670 function_subtype_typearg1_test: Crash # Please triage this failure. 649 function_subtype_typearg1_test: Crash # Please triage this failure.
671 function_subtype_typearg2_test: Crash # Please triage this failure. 650 function_subtype_typearg2_test: Crash # Please triage this failure.
672 function_subtype_typearg3_test: Crash # Please triage this failure. 651 function_subtype_typearg3_test: Crash # Please triage this failure.
673 function_subtype_typearg4_test: Crash # Please triage this failure. 652 function_subtype_typearg4_test: Crash # Please triage this failure.
674 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F. 653 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
675 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1. 654 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
676 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 655 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
677 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 656 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
678 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 657 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
679 function_type_alias8_test: Crash # unsupported element kind: fromThing:field
680 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 658 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
681 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 659 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
682 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 660 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
683 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 661 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
684 generic_constructor_mixin2_test: Crash # Please triage this failure. 662 generic_constructor_mixin2_test: Crash # Please triage this failure.
685 generic_constructor_mixin3_test: Crash # Please triage this failure. 663 generic_constructor_mixin3_test: Crash # Please triage this failure.
686 generic_constructor_mixin_test: Crash # Please triage this failure. 664 generic_constructor_mixin_test: Crash # Please triage this failure.
687 generic_creation_test: RuntimeError # Please triage this failure. 665 generic_creation_test: RuntimeError # Please triage this failure.
688 generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>. 666 generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>.
689 generic_field_mixin2_test: Crash # Please triage this failure. 667 generic_field_mixin2_test: Crash # Please triage this failure.
(...skipping 11 matching lines...) Expand all
701 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 679 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
702 generic_parameterized_extends_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for A<Object>. 680 generic_parameterized_extends_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for A<Object>.
703 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>. 681 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
704 implicit_super_constructor_call_test: Crash # Please triage this failure. 682 implicit_super_constructor_call_test: Crash # Please triage this failure.
705 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 683 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
706 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 684 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
707 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 685 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
708 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 686 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
709 inference_mixin_field_test: Crash # Please triage this failure. 687 inference_mixin_field_test: Crash # Please triage this failure.
710 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 688 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
711 inferrer_closure_test: Crash # unsupported element kind: closure:field
712 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 689 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
713 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 690 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
714 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 691 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
715 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 692 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
716 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 693 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
717 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 694 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
718 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. 695 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure.
719 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 696 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
720 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 697 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
721 inline_super_test: Crash # Please triage this failure. 698 inline_super_test: Crash # Please triage this failure.
722 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 699 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
723 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 700 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
724 instanceof2_test: Crash # Instance of 'TypeOperator': type check unimplemented f or List<Object>. 701 instanceof2_test: Crash # Instance of 'TypeOperator': type check unimplemented f or List<Object>.
725 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType. 702 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType.
726 instanceof4_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for List<T>. 703 instanceof4_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for List<T>.
727 instanceof4_test/none: Crash # Instance of 'TypeOperator': type check unimplemen ted for List<T>. 704 instanceof4_test/none: Crash # Instance of 'TypeOperator': type check unimplemen ted for List<T>.
728 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 705 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
729 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 706 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
730 interceptor7_test: Crash # unsupported element kind: array:field
731 interceptor8_test: Crash # unsupported element kind: a:field
732 interceptor9_test: RuntimeError # Please triage this failure. 707 interceptor9_test: RuntimeError # Please triage this failure.
733 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 708 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
734 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS) 709 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS)
735 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 710 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
736 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 711 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
737 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 712 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
738 is_malformed_type_test/94: Crash # Instance of 'TypeOperator': type casts not im plemented. 713 is_malformed_type_test/94: Crash # Instance of 'TypeOperator': type casts not im plemented.
739 is_malformed_type_test/95: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined. 714 is_malformed_type_test/95: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
740 is_malformed_type_test/96: Crash # Instance of 'TypeOperator': type casts not im plemented. 715 is_malformed_type_test/96: Crash # Instance of 'TypeOperator': type casts not im plemented.
741 is_malformed_type_test/97: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined. 716 is_malformed_type_test/97: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
742 is_malformed_type_test/98: Crash # Instance of 'TypeOperator': type casts not im plemented. 717 is_malformed_type_test/98: Crash # Instance of 'TypeOperator': type casts not im plemented.
743 is_malformed_type_test/99: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined. 718 is_malformed_type_test/99: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
744 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 719 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
745 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 720 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
746 is_object_test: RuntimeError # Please triage this failure. 721 is_object_test: RuntimeError # Please triage this failure.
747 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 722 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
748 issue10581_test: Crash # Unhandled node 723 issue10581_test: Crash # Unhandled node
749 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 724 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
750 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 725 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
751 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 726 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
752 issue11793_test: Crash # unsupported element kind: otherArray:field
753 issue12023_test: Crash # Unhandled node 727 issue12023_test: Crash # Unhandled node
754 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 728 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
755 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented. 729 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented.
756 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 730 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
757 issue13673_test: Crash # unsupported element kind: topLevel:field
758 issue14014_3_test: Crash # Please triage this failure. 731 issue14014_3_test: Crash # Please triage this failure.
759 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 732 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
760 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented. 733 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented.
761 issue9687_test: Crash # unsupported element kind: array:field
762 issue9939_test: Crash # unsupported element kind: globalVar:field
763 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary) 734 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary)
764 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 735 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
765 large_class_declaration_test: Crash # Please triage this failure. 736 large_class_declaration_test: Crash # Please triage this failure.
766 large_implicit_getter_test: Crash # unsupported element kind: panels:field
767 lazy_map_test: Crash # unsupported element kind: data:field
768 lazy_static2_test: Crash # unsupported element kind: x:field
769 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 737 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
770 lazy_static4_test: Crash # unsupported element kind: v:field
771 lazy_static5_test: Crash # unsupported element kind: x:field
772 lazy_static6_test: Crash # unsupported element kind: x:field
773 lazy_static_test: Crash # unsupported element kind: t2:field
774 library_ambiguous_test/04: Crash # Instance of 'TypeOperator': type check unimpl emented for bax. 738 library_ambiguous_test/04: Crash # Instance of 'TypeOperator': type check unimpl emented for bax.
775 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 739 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
776 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 740 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
777 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 741 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
778 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 742 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
779 list_is_test: Crash # Instance of 'TypeOperator': type check unimplemented for L ist<int>. 743 list_is_test: Crash # Instance of 'TypeOperator': type check unimplemented for L ist<int>.
780 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 744 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
781 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 745 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
782 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>. 746 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>.
783 list_tracer_in_map_test: Crash # unsupported element kind: b:field
784 list_tracer_return_from_tearoff_closure_test: Crash # unsupported element kind: a:field
785 logical_expression_test: Crash # unsupported element kind: globalList:field
786 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented. 747 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented.
787 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 748 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
788 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>. 749 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>.
789 malbounded_type_test_test/01: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<int>. 750 malbounded_type_test_test/01: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<int>.
790 malbounded_type_test_test/04: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<String>. 751 malbounded_type_test_test/04: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<String>.
791 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>. 752 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>.
792 malformed_inheritance_test/02: Crash # Instance of 'TypeOperator': type check un implemented for A<String>. 753 malformed_inheritance_test/02: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
793 malformed_inheritance_test/03: Crash # Please triage this failure. 754 malformed_inheritance_test/03: Crash # Please triage this failure.
794 malformed_inheritance_test/04: Crash # Instance of 'TypeOperator': type check un implemented for A<String>. 755 malformed_inheritance_test/04: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
795 malformed_inheritance_test/06: Crash # Instance of 'TypeOperator': type check un implemented for A<String>. 756 malformed_inheritance_test/06: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
796 malformed_inheritance_test/09: Crash # Please triage this failure. 757 malformed_inheritance_test/09: Crash # Please triage this failure.
797 malformed_inheritance_test/10: Crash # Please triage this failure. 758 malformed_inheritance_test/10: Crash # Please triage this failure.
798 malformed_test/06: Crash # Please triage this failure. 759 malformed_test/06: Crash # Please triage this failure.
799 malformed_test/none: Crash # Please triage this failure. 760 malformed_test/none: Crash # Please triage this failure.
800 malformed_type_test: Crash # unsupported element kind: x:field
801 many_generic_instanceof_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<T>. 761 many_generic_instanceof_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<T>.
802 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 762 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
803 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 763 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
804 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 764 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
805 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 765 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
806 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 766 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
807 methods_as_constants_test: RuntimeError # Please triage this failure.
808 minify_closure_variable_collision_test: Crash # unsupported element kind: array: field
809 mint_arithmetic_test: Crash # try/finally 767 mint_arithmetic_test: Crash # try/finally
810 mixin_bound_test: Crash # Please triage this failure. 768 mixin_bound_test: Crash # Please triage this failure.
811 mixin_cyclic_test/01: Crash # Please triage this failure. 769 mixin_cyclic_test/01: Crash # Please triage this failure.
812 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 770 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
813 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 771 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
814 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 772 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
815 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 773 mixin_forwarding_constructor1_test: Crash # Please triage this failure.
816 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 774 mixin_forwarding_constructor3_test: Crash # Please triage this failure.
817 mixin_generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Map<int, bool>>. 775 mixin_generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Map<int, bool>>.
818 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure. 776 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 837 null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic.
880 null_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 838 null_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic.
881 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic. 839 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
882 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented. 840 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented.
883 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented. 841 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented.
884 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented. 842 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented.
885 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented. 843 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
886 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 844 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
887 operator4_test: RuntimeError # Please triage this failure. 845 operator4_test: RuntimeError # Please triage this failure.
888 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 846 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
889 optimize_redundant_array_load_test: Crash # unsupported element kind: A:field
890 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 847 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
891 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 848 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
892 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 849 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
893 overridden_no_such_method_test: RuntimeError # Please triage this failure. 850 overridden_no_such_method_test: RuntimeError # Please triage this failure.
894 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node 851 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
895 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc. 852 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
896 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 853 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
897 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 854 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
898 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 855 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
899 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 856 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
900 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 857 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
901 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 858 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
902 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 859 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
903 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 860 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
904 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 861 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
905 redirecting_factory_default_values_test/none: RuntimeError # Please triage this failure. 862 redirecting_factory_default_values_test/none: RuntimeError # Please triage this failure.
906 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary. 863 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
907 redirecting_factory_long_test: Crash # Instance of 'TypeOperator': type check un implemented for X<int>. 864 redirecting_factory_long_test: Crash # Instance of 'TypeOperator': type check un implemented for X<int>.
908 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 865 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
909 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 866 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
910 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 867 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
911 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 868 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
912 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 869 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
913 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 870 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
914 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 871 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
915 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 872 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
916 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 873 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
917 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 874 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
918 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 875 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
919 regress_11010_test: Crash # unsupported element kind: caller:field
920 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 876 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
921 regress_14105_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>. 877 regress_14105_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
922 regress_18435_test: Crash # Please triage this failure. 878 regress_18435_test: Crash # Please triage this failure.
923 regress_18535_test: Crash # Instance of 'TypeOperator': type check unimplemented for V. 879 regress_18535_test: Crash # Instance of 'TypeOperator': type check unimplemented for V.
924 regress_21016_test: Crash # unsupported element kind: list:field
925 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 880 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
926 regress_22438_test: Crash # cannot handle async/sync*/async* functions 881 regress_22438_test: Crash # cannot handle async/sync*/async* functions
927 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary) 882 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary)
928 regress_22445_test: Crash # cannot handle async/sync*/async* functions 883 regress_22445_test: Crash # cannot handle async/sync*/async* functions
929 regress_22579_test: Crash # cannot handle async/sync*/async* functions 884 regress_22579_test: Crash # cannot handle async/sync*/async* functions
930 regress_22700_test: Crash # Please triage this failure. 885 regress_22700_test: Crash # Please triage this failure.
931 regress_22728_test: Crash # cannot handle async/sync*/async* functions 886 regress_22728_test: Crash # cannot handle async/sync*/async* functions
932 regress_22777_test: Crash # cannot handle async/sync*/async* functions 887 regress_22777_test: Crash # cannot handle async/sync*/async* functions
933 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 888 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
934 regress_22936_test/01: Crash # Please triage this failure. 889 regress_22936_test/01: Crash # Please triage this failure.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 syncstar_yieldstar_test: Crash # cannot handle async/sync*/async* functions 957 syncstar_yieldstar_test: Crash # cannot handle async/sync*/async* functions
1003 throw1_test: Crash # try/finally 958 throw1_test: Crash # try/finally
1004 throw2_test: Crash # try/finally 959 throw2_test: Crash # try/finally
1005 throw3_test: Crash # try/finally 960 throw3_test: Crash # try/finally
1006 throw4_test: Crash # try/finally 961 throw4_test: Crash # try/finally
1007 throw5_test: Crash # try/finally 962 throw5_test: Crash # try/finally
1008 throw6_test: Crash # try/finally 963 throw6_test: Crash # try/finally
1009 throw8_test: Crash # try/finally 964 throw8_test: Crash # try/finally
1010 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 965 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
1011 throw_test: Crash # try/finally 966 throw_test: Crash # try/finally
1012 throwing_lazy_variable_test: Crash # unsupported element kind: a:field
1013 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 967 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1014 truncdiv_uint32_test: Crash # unsupported element kind: a:field
1015 try_catch3_test: Crash # try/finally 968 try_catch3_test: Crash # try/finally
1016 try_catch4_test: Crash # try/finally 969 try_catch4_test: Crash # try/finally
1017 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 970 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
1018 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass. 971 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass.
1019 try_catch_optimized1_test: RuntimeError # Please triage this failure. 972 try_catch_optimized1_test: RuntimeError # Please triage this failure.
1020 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 973 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
1021 try_catch_optimized3_test: RuntimeError # Please triage this failure. 974 try_catch_optimized3_test: RuntimeError # Please triage this failure.
1022 try_catch_optimized4_test: Crash # unsupported element kind: a:field
1023 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 975 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
1024 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia. 976 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia.
1025 try_catch_test/01: Crash # Please triage this failure. 977 try_catch_test/01: Crash # Please triage this failure.
1026 try_catch_test/none: Crash # Please triage this failure. 978 try_catch_test/none: Crash # Please triage this failure.
1027 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 979 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1028 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>. 980 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>.
1029 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented. 981 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1030 type_conversion_ssa_test: Crash # unsupported element kind: array:field
1031 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented. 982 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1032 type_guard_conversion_test: RuntimeError # Please triage this failure. 983 type_guard_conversion_test: RuntimeError # Please triage this failure.
1033 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 984 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1034 type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 985 type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1035 type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 986 type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1036 type_parameter_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 987 type_parameter_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1037 type_parameter_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 988 type_parameter_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1038 type_parameter_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 989 type_parameter_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1039 type_parameter_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 990 type_parameter_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1040 type_parameter_test/none: Crash # Instance of 'TypeOperator': type check unimple mented for Set<int>. 991 type_parameter_test/none: Crash # Instance of 'TypeOperator': type check unimple mented for Set<int>.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 1049 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
1099 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>. 1050 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>.
1100 type_variable_nested_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>. 1051 type_variable_nested_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>.
1101 type_variable_typedef_test: Crash # Please triage this failure. 1052 type_variable_typedef_test: Crash # Please triage this failure.
1102 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1053 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1103 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1054 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1104 typevariable_substitution2_test/01: Crash # Please triage this failure. 1055 typevariable_substitution2_test/01: Crash # Please triage this failure.
1105 typevariable_substitution2_test/02: Crash # Please triage this failure. 1056 typevariable_substitution2_test/02: Crash # Please triage this failure.
1106 typevariable_substitution2_test/none: Crash # Please triage this failure. 1057 typevariable_substitution2_test/none: Crash # Please triage this failure.
1107 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1058 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1108 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield
1109 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d
1110 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1059 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1111 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1060 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1112 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1061 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1113 void_type_test: Crash # Unhandled node 1062 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698