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

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

Issue 1180973003: dart2js cps: Support function types in 'is' and 'as' operators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update doc comment for TypeCast 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/language/function_subtype3_test.dart ('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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 *deferred*: Pass,RuntimeError # Issue 17458 234 *deferred*: Pass,RuntimeError # Issue 17458
235 cha_deopt*: Pass,RuntimeError # Issue 17458 235 cha_deopt*: Pass,RuntimeError # Issue 17458
236 regress_22443_test: Pass,RuntimeError # Issue 17458 236 regress_22443_test: Pass,RuntimeError # Issue 17458
237 237
238 [ $compiler == dart2js && $cps_ir == false ] 238 [ $compiler == dart2js && $cps_ir == false ]
239 generic_field_mixin4_test: Crash # Issue 18651 239 generic_field_mixin4_test: Crash # Issue 18651
240 generic_field_mixin5_test: Crash # Issue 18651 240 generic_field_mixin5_test: Crash # Issue 18651
241 241
242 [ $compiler == dart2js && $cps_ir ] 242 [ $compiler == dart2js && $cps_ir ]
243 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node 243 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
244 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
245 abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
246 abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
247 arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
248 assign_to_type_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
249 assign_to_type_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
250 assign_to_type_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
251 assign_to_type_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
252 assign_top_method_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
253 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 244 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
254 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 245 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
255 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 246 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
256 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 247 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
257 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 248 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
258 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 249 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
259 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 250 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
260 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 251 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
261 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 252 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
262 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions 253 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 342 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions
352 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions 343 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
353 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions 344 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions
354 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 345 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
355 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 346 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
356 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 347 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
357 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 348 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
358 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 349 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
359 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 350 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
360 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 351 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
361 bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
362 call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
363 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
364 call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
365 call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
366 call_nonexistent_static_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
367 call_nonexistent_static_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
368 call_nonexistent_static_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
369 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
370 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
371 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
372 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
373 call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
374 call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F.
375 call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
376 call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
377 call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
378 cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
379 cha_deopt1_test: RuntimeError # V.loadLibrary is not a function 352 cha_deopt1_test: RuntimeError # V.loadLibrary is not a function
380 cha_deopt2_test: RuntimeError # R.loadLibrary is not a function 353 cha_deopt2_test: RuntimeError # R.loadLibrary is not a function
381 cha_deopt3_test: RuntimeError # K.loadLibrary is not a function 354 cha_deopt3_test: RuntimeError # K.loadLibrary is not a function
382 checked_null_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
383 checked_setter2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
384 checked_setter3_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
385 checked_setter3_test/02: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
386 checked_setter3_test/none: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
387 checked_setter_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
388 class_literal_test/01: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
389 class_literal_test/02: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
390 class_literal_test/03: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
391 class_literal_test/04: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
392 class_literal_test/05: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
393 class_literal_test/06: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
394 class_literal_test/07: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
395 class_literal_test/08: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
396 class_literal_test/09: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
397 class_literal_test/10: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
398 class_literal_test/11: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
399 class_literal_test/12: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
400 class_literal_test/13: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
401 class_literal_test/14: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
402 class_literal_test/15: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
403 class_literal_test/16: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
404 class_literal_test/17: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
405 class_literal_test/18: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
406 class_literal_test/19: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
407 class_literal_test/20: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
408 class_literal_test/21: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
409 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
410 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
411 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
412 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
413 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 355 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 356 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
416 closure_in_constructor_test: Crash # Invalid argument(s) 357 closure_in_constructor_test: Crash # Invalid argument(s)
417 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
418 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 358 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
419 closure_type_variables_test: Crash # Invalid argument(s) 359 closure_type_variables_test: Crash # Invalid argument(s)
420 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
421 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
422 conditional_method_invocation_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
423 conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
424 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
425 conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
426 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
427 conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
428 conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
429 conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
430 conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
431 conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
432 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
433 const_nested_test: Crash # Invalid argument(s) 360 const_nested_test: Crash # Invalid argument(s)
434 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
435 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
436 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 361 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
437 const_switch_test/01: Crash # (switch (c){case con... Unhandled node 362 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
438 const_switch_test/02: Crash # (switch (c){case con... Unhandled node 363 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
439 const_switch_test/03: Crash # (switch (c){case con... Unhandled node 364 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
440 const_switch_test/04: Crash # (switch (c){case con... Unhandled node 365 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
441 constructor11_test: Crash # Invalid argument(s) 366 constructor11_test: Crash # Invalid argument(s)
442 constructor12_test: RuntimeError # Please triage this failure. 367 constructor12_test: RuntimeError # Please triage this failure.
443 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'. 368 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
444 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 369 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
445 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 370 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
446 crash_12118_test: Crash # Invalid argument(s) 371 crash_12118_test: Crash # Invalid argument(s)
447 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 372 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
448 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 373 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
449 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
450 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion 374 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion
451 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function 375 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
452 deferred_constraints_constants_test/none: Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary. 376 deferred_constraints_constants_test/none : RuntimeError # TypeError: S.loadLibra ry is not a function
453 deferred_constraints_constants_test/reference_after_load: Crash # Instance of 'T ypeOperator': type check unimplemented for _Nullary. 377 deferred_constraints_constants_test/reference_after_load : RuntimeError # TypeEr ror: G.loadLibrary is not a function
454 deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary. 378 deferred_constraints_type_annotation_test/as_operation : RuntimeError # TypeErro r: Z.loadLibrary is not a function
455 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary. 379 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary.
456 deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOpe rator': type check unimplemented for _Nullary. 380 deferred_constraints_type_annotation_test/is_check : RuntimeError # TypeError: L .loadLibrary is not a function
457 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function 381 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function
458 deferred_constraints_type_annotation_test/new_before_load: Crash # Instance of ' TypeOperator': type check unimplemented for _Nullary. 382 deferred_constraints_type_annotation_test/new_before_load : RuntimeError # TypeE rror: K.loadLibrary is not a function
459 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLib rary is not a function 383 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLib rary is not a function
460 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLib rary is not a function 384 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLib rary is not a function
461 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLib rary is not a function 385 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLib rary is not a function
462 deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is not a function 386 deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is not a function
463 deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLi brary is not a function 387 deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLi brary is not a function
464 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loa dLibrary is not a function 388 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loa dLibrary is not a function
465 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # T.loadLibrary is not a function 389 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # T.loadLibrary is not a function
466 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Q.loadLibrary is not a function 390 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Q.loadLibrary is not a function
467 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Z.loadLibrary is not a function 391 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Z.loadLibrary is not a function
468 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Q.loadLibrary is not a function 392 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Q.loadLibrary is not a function
469 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # R.loadLibrary is not a function 393 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # R.loadLibrary is not a function
470 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z .loadLibrary is not a function 394 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z .loadLibrary is not a function
471 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # U.loadLibrary is not a function 395 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # U.loadLibrary is not a function
472 deferred_function_type_test: Crash # Instance of 'TypeOperator': type check unim plemented for F. 396 deferred_function_type_test : RuntimeError # TypeError: N.loadLibrary is not a f unction
473 deferred_global_test: RuntimeError # Y.loadLibrary is not a function 397 deferred_global_test: RuntimeError # Y.loadLibrary is not a function
474 deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
475 deferred_inlined_test: RuntimeError # B.loadLibrary is not a function 398 deferred_inlined_test: RuntimeError # B.loadLibrary is not a function
476 deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 399 deferred_load_constants_test/none : RuntimeError # Expect.throws fails: Did not throw
477 deferred_load_inval_code_test: RuntimeError # O.loadLibrary is not a function 400 deferred_load_inval_code_test: RuntimeError # O.loadLibrary is not a function
478 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function 401 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function
479 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function 402 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function
480 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function 403 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
481 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 404 deferred_not_loaded_check_test : RuntimeError # Expect.isTrue(false) fails.
482 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function 405 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function
483 deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function 406 deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function
484 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 407 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
485 deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Ti. 408 deferred_regression_22995_test : RuntimeError # TypeError: U.loadLibrary is not a function
486 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n 409 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n
487 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function 410 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function
488 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function 411 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
489 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 412 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
490 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
491 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
492 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
493 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
494 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
495 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>.
496 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 413 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
497 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
498 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
499 enum_test: Crash # (switch (e){case Enu... Unhandled node 414 enum_test: Crash # (switch (e){case Enu... Unhandled node
500 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
501 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 415 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
502 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 416 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
503 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 417 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
504 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 418 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
505 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 419 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
506 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 420 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
507 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 421 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
508 execute_finally5_test: Crash # (try {int j;j=func()... try/finally 422 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
509 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally 423 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
510 execute_finally7_test: Crash # (try {var a=new List... try/finally 424 execute_finally7_test: Crash # (try {var a=new List... try/finally
511 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 425 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
512 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally 426 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
513 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
514 final_super_field_set_test/01: RuntimeError # Please triage this failure. 427 final_super_field_set_test/01: RuntimeError # Please triage this failure.
515 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 428 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
516 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
517 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
518 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
519 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
520 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
521 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
522 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
523 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
524 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
525 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
526 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
527 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
528 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
529 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
530 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
531 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
532 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
533 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 436 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
534 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions 437 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
535 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 438 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
536 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 439 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
537 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 440 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
538 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 441 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
539 for2_test: Crash # The null object does not have a getter 'field'. 442 for2_test: Crash # The null object does not have a getter 'field'.
540 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 443 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
541 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
542 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
543 function_subtype1_test: Crash # type expression int_ (typedef)
544 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
545 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
546 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
547 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
548 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
549 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
550 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
551 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
552 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
553 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
554 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
555 function_subtype_call1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
556 function_subtype_call2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
557 function_subtype_cast0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
558 function_subtype_cast1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
559 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>.
560 function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>.
561 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
562 function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
563 function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
564 function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Foo<T>.
565 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo.
566 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
567 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>.
568 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
569 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
570 function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
571 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
572 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_.
573 function_subtype_named2_test: Crash # type expression void___a_int (typedef)
574 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
575 function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
576 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
577 function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
578 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
579 function_subtype_optional2_test: Crash # type expression void___int (typedef)
580 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
581 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
582 function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
583 function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
584 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
585 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
586 function_subtype_typearg0_test: Crash # type expression Foo (typedef)
587 function_subtype_typearg1_test: Crash # type expression f2 (typedef)
588 function_subtype_typearg2_test: Crash # type expression f1 (typedef)
589 function_subtype_typearg3_test: Crash # type expression f1 (typedef)
590 function_subtype_typearg4_test: Crash # type expression f1 (typedef)
591 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
592 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
593 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
594 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
595 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
596 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
597 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
598 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 444 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
599 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available. 445 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available.
600 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available. 446 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available.
601 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable. 447 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable.
602 generic_field_mixin3_test: RuntimeError # Please triage this failure. 448 generic_field_mixin3_test: RuntimeError # Please triage this failure.
603 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
604 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
605 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
606 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
607 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
608 if_null_assignment_static_test/13: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
609 if_null_assignment_static_test/16: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
610 if_null_assignment_static_test/20: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
611 if_null_assignment_static_test/23: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
612 if_null_assignment_static_test/27: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
613 if_null_assignment_static_test/30: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
614 if_null_assignment_static_test/34: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
615 if_null_assignment_static_test/37: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
616 if_null_assignment_static_test/41: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
617 if_null_behavior_test/07: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
618 if_null_behavior_test/10: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
619 if_null_behavior_test/12: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
620 if_null_behavior_test/14: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
621 if_null_behavior_test/15: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
622 if_null_behavior_test/16: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
623 if_null_precedence_test/07: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
624 if_null_precedence_test/08: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
625 implicit_super_constructor_call_test: Crash # Invalid argument(s) 449 implicit_super_constructor_call_test: Crash # Invalid argument(s)
626 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
627 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
628 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
629 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
630 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able. 450 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
631 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
632 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
633 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
634 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
635 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
636 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
637 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 451 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
638 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s) 452 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s)
639 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
640 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 453 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
641 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 454 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
642 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
643 instanceof4_test/01: RuntimeError # Please triage this failure. 455 instanceof4_test/01: RuntimeError # Please triage this failure.
644 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 456 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
645 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
646 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
647 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
648 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 457 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
649 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 458 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
650 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
651 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
652 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
653 issue10581_test: Crash # (switch (type){case ... Unhandled node 459 issue10581_test: Crash # (switch (type){case ... Unhandled node
654 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
655 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
656 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
657 issue12023_test: Crash # (switch (action){cas... Unhandled node 460 issue12023_test: Crash # (switch (action){cas... Unhandled node
658 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
659 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 461 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
660 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>.
661 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 462 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
662 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 463 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
663 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 464 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
664 large_class_declaration_test: Crash # Stack Overflow 465 large_class_declaration_test: Crash # Stack Overflow
665 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
666 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
667 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
668 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
669 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
670 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
671 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
672 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
673 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
674 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
675 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
676 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
677 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 466 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
678 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 467 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
679 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
680 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
681 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 468 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
682 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
683 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally 469 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
684 mixin_bound_test: Crash # Internal Error: No default constructor available. 470 mixin_bound_test: Crash # Internal Error: No default constructor available.
685 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
686 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
687 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
688 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available. 471 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
689 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available. 472 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
690 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
691 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
692 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
693 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
694 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable. 473 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
695 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available. 474 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
696 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available. 475 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
697 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available. 476 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
698 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available. 477 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available.
699 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available. 478 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available.
700 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available. 479 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available.
701 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable. 480 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable.
702 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able. 481 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able.
703 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able. 482 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
704 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 483 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
705 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 484 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
706 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 485 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
707 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 486 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
708 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable. 487 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
709 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
710 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 488 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
711 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
712 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
713 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
714 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
715 nested_switch_label_test: Crash # (switch (target){out... Unhandled node 489 nested_switch_label_test: Crash # (switch (target){out... Unhandled node
716 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
717 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
718 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
719 no_such_method_test: RuntimeError # Please triage this failure. 490 no_such_method_test: RuntimeError # Please triage this failure.
720 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
721 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
722 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
723 number_identifier_test/05: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
724 number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
725 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
726 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
727 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
728 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
729 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
730 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
731 overridden_no_such_method_test: RuntimeError # Please triage this failure. 491 overridden_no_such_method_test: RuntimeError # Please triage this failure.
732 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node 492 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
733 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
734 prefix_unqualified_invocation_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
735 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
736 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
737 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
738 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
739 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
740 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
741 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
742 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
743 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
744 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
745 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 493 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
746 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 494 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
747 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 495 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
748 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 496 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
749 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 497 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
750 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 498 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
751 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 499 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
752 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 500 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
753 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
754 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
755 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
756 regress_18435_test: Crash # Invalid argument(s) 501 regress_18435_test: Crash # Invalid argument(s)
757 regress_18535_test: Crash # Internal Error: No default constructor available. 502 regress_18535_test: Crash # Internal Error: No default constructor available.
758 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 503 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
759 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 504 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
760 regress_22443_test: RuntimeError # M.loadLibrary is not a function 505 regress_22443_test: RuntimeError # M.loadLibrary is not a function
761 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 506 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
762 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 507 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
763 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 508 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
764 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 509 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
765 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 510 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
766 regress_22936_test/01: Crash # The null object does not have a getter '_element' . 511 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
767 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'. 512 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
768 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 513 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
769 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 514 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
770 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 515 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
771 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 516 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
772 regress_23537_test: Crash # (try {var b;try {for... try/finally 517 regress_23537_test: Crash # (try {var b;try {for... try/finally
773 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y 518 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall y
774 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
775 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
776 stack_trace_test: Crash # (try {int j;i=func2(... try/finally 519 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
777 statement_test: Crash # (try {throw "foo";}c... try/finally 520 statement_test: Crash # (try {throw "foo";}c... try/finally
778 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 521 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
779 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
780 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
781 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
782 super_all_named_constructor_test: Crash # Invalid argument(s) 522 super_all_named_constructor_test: Crash # Invalid argument(s)
783 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 523 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
784 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 524 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
785 super_call4_test: RuntimeError # Please triage this failure. 525 super_call4_test: RuntimeError # Please triage this failure.
786 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 526 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
787 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined 527 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined
788 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
789 super_operator_index2_test: RuntimeError # this.get$map is not a function 528 super_operator_index2_test: RuntimeError # this.get$map is not a function
790 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 529 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
791 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 530 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
792 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 531 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
793 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'. 532 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
794 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 533 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
795 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'. 534 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
796 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 535 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
797 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'. 536 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
798 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
799 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 537 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
800 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 538 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
801 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 539 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
802 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node 540 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
803 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node 541 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
804 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node 542 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
805 switch_label2_test: Crash # (switch (target){cas... Unhandled node 543 switch_label2_test: Crash # (switch (target){cas... Unhandled node
806 switch_label_test: Crash # (switch (animal){cas... Unhandled node 544 switch_label_test: Crash # (switch (animal){cas... Unhandled node
807 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node 545 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
808 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node 546 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node
809 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 547 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
810 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 548 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
811 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 549 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
812 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 550 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
813 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 551 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
814 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 552 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
815 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 553 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
816 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 554 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
817 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 555 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
818 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 556 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
819 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions 557 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
820 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 558 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
821 throw1_test: Crash # (try {int j;j=func()... try/finally 559 throw1_test: Crash # (try {int j;j=func()... try/finally
822 throw2_test: Crash # (try {int j;j=func()... try/finally 560 throw2_test: Crash # (try {int j;j=func()... try/finally
823 throw3_test: Crash # (try {int j;i=100;i=... try/finally 561 throw3_test: Crash # (try {int j;i=100;i=... try/finally
824 throw4_test: Crash # (try {j=func();}on M... try/finally 562 throw4_test: Crash # (try {j=func();}on M... try/finally
825 throw5_test: Crash # (try {int j;j=func()... try/finally 563 throw5_test: Crash # (try {int j;j=func()... try/finally
826 throw6_test: Crash # (try {j=func();}catc... try/finally 564 throw6_test: Crash # (try {j=func();}catc... try/finally
827 throw8_test: Crash # (try {try {return 49... try/finally 565 throw8_test: Crash # (try {try {return 49... try/finally
828 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
829 throw_test: Crash # (try {int j;j=func()... try/finally 566 throw_test: Crash # (try {int j;j=func()... try/finally
830 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 567 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
831 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 568 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally
832 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 569 try_catch4_test: Crash # (try {doThrow();}cat... try/finally
833 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 570 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
834 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 571 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
835 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 572 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
836 try_catch_test/none: Crash # The null object does not have a getter '_element'. 573 try_catch_test/none: Crash # The null object does not have a getter '_element'.
837 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
838 type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
839 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
840 type_parameter_test/01: Crash # Invalid argument(s) 574 type_parameter_test/01: Crash # Invalid argument(s)
841 type_parameter_test/02: Crash # Invalid argument(s) 575 type_parameter_test/02: Crash # Invalid argument(s)
842 type_parameter_test/03: Crash # Invalid argument(s) 576 type_parameter_test/03: Crash # Invalid argument(s)
843 type_parameter_test/04: Crash # Invalid argument(s) 577 type_parameter_test/04: Crash # Invalid argument(s)
844 type_parameter_test/05: Crash # Invalid argument(s) 578 type_parameter_test/05: Crash # Invalid argument(s)
845 type_parameter_test/06: Crash # Invalid argument(s) 579 type_parameter_test/06: Crash # Invalid argument(s)
846 type_parameter_test/none: Crash # Invalid argument(s) 580 type_parameter_test/none: Crash # Invalid argument(s)
847 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
848 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
849 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
850 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
851 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
852 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
853 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
854 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
855 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
856 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
857 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
858 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
859 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
860 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
861 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
862 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
863 type_variable_closure2_test: RuntimeError # Please triage this failure. 581 type_variable_closure2_test: RuntimeError # Please triage this failure.
864 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 582 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
865 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
866 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
867 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
868 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
869 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
870 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
871 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
872 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
873 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 583 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
874 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 584 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
875 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 585 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
876 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
877 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
878 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
879 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
880 void_type_test: Crash # (switch (n){case 0:x... Unhandled node 586 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW
« no previous file with comments | « tests/language/function_subtype3_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698