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

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

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Clean up an ugly comment. 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
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 238 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
239 *deferred*: Pass,RuntimeError # Issue 17458 239 *deferred*: Pass,RuntimeError # Issue 17458
240 cha_deopt*: Pass,RuntimeError # Issue 17458 240 cha_deopt*: Pass,RuntimeError # Issue 17458
241 regress_22443_test: Pass,RuntimeError # Issue 17458 241 regress_22443_test: Pass,RuntimeError # Issue 17458
242 242
243 [ $compiler == dart2js && $cps_ir == false ] 243 [ $compiler == dart2js && $cps_ir == false ]
244 generic_field_mixin4_test: Crash # Issue 18651 244 generic_field_mixin4_test: Crash # Issue 18651
245 generic_field_mixin5_test: Crash # Issue 18651 245 generic_field_mixin5_test: Crash # Issue 18651
246 246
247 [ $compiler == dart2js && $cps_ir ] 247 [ $compiler == dart2js && $cps_ir ]
248 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
249 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 248 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
250 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 249 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
251 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 250 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
252 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 251 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
253 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 252 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
254 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 253 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
255 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 254 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
256 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 255 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
257 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 256 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
258 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions 257 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 355 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
357 cha_deopt1_test: RuntimeError # V.loadLibrary is not a function 356 cha_deopt1_test: RuntimeError # V.loadLibrary is not a function
358 cha_deopt2_test: RuntimeError # R.loadLibrary is not a function 357 cha_deopt2_test: RuntimeError # R.loadLibrary is not a function
359 cha_deopt3_test: RuntimeError # K.loadLibrary is not a function 358 cha_deopt3_test: RuntimeError # K.loadLibrary is not a function
360 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 359 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
361 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 360 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
362 closure_in_constructor_test: Crash # Invalid argument(s) 361 closure_in_constructor_test: Crash # Invalid argument(s)
363 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 362 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
364 closure_type_variables_test: Crash # Invalid argument(s) 363 closure_type_variables_test: Crash # Invalid argument(s)
365 const_nested_test: Crash # Invalid argument(s) 364 const_nested_test: Crash # Invalid argument(s)
366 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
367 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
368 const_switch_test/02: Crash # (switch (c){case con... Unhandled node 365 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
369 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
370 const_switch_test/04: Crash # (switch (c){case con... Unhandled node 366 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
371 constructor11_test: Crash # Invalid argument(s) 367 constructor11_test: Crash # Invalid argument(s)
372 constructor12_test: RuntimeError # Please triage this failure. 368 constructor12_test: RuntimeError # Please triage this failure.
373 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'. 369 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
374 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable. 370 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
375 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
376 crash_12118_test: Crash # Invalid argument(s) 371 crash_12118_test: Crash # Invalid argument(s)
377 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'.
378 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
379 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
380 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function 375 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
381 deferred_constraints_constants_test/none : RuntimeError # TypeError: S.loadLibra ry is not a function 376 deferred_constraints_constants_test/none : RuntimeError # TypeError: S.loadLibra ry is not a function
382 deferred_constraints_constants_test/reference_after_load : RuntimeError # TypeEr ror: G.loadLibrary is not a function 377 deferred_constraints_constants_test/reference_after_load : RuntimeError # TypeEr ror: G.loadLibrary is not a function
383 deferred_constraints_type_annotation_test/as_operation : RuntimeError # TypeErro r: Z.loadLibrary is not a function 378 deferred_constraints_type_annotation_test/as_operation : RuntimeError # TypeErro r: Z.loadLibrary is not a function
384 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.
385 deferred_constraints_type_annotation_test/is_check : RuntimeError # TypeError: L .loadLibrary is not a function 380 deferred_constraints_type_annotation_test/is_check : RuntimeError # TypeError: L .loadLibrary is not a function
(...skipping 23 matching lines...) Expand all
409 deferred_not_loaded_check_test : RuntimeError # Expect.isTrue(false) fails. 404 deferred_not_loaded_check_test : RuntimeError # Expect.isTrue(false) fails.
410 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function 405 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function
411 deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function 406 deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function
412 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
413 deferred_regression_22995_test : RuntimeError # TypeError: U.loadLibrary is not a function 408 deferred_regression_22995_test : RuntimeError # TypeError: U.loadLibrary is not a function
414 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
415 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
416 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function 411 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
417 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
418 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
419 enum_test: Crash # (switch (e){case Enu... Unhandled node
420 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 414 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
421 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 415 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
422 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 416 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
423 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 417 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
424 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 418 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
425 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 419 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
426 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 420 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
427 execute_finally5_test: Crash # (try {int j;j=func()... try/finally 421 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
428 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally 422 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
429 execute_finally7_test: Crash # (try {var a=new List... try/finally 423 execute_finally7_test: Crash # (try {var a=new List... try/finally
(...skipping 19 matching lines...) Expand all
449 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 443 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
450 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available. 444 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available.
451 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available. 445 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available.
452 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable. 446 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable.
453 generic_field_mixin3_test: RuntimeError # Please triage this failure. 447 generic_field_mixin3_test: RuntimeError # Please triage this failure.
454 implicit_super_constructor_call_test: Crash # Invalid argument(s) 448 implicit_super_constructor_call_test: Crash # Invalid argument(s)
455 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able. 449 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
456 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 450 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
457 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s) 451 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s)
458 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 452 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
459 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
460 instanceof4_test/01: RuntimeError # Please triage this failure. 453 instanceof4_test/01: RuntimeError # Please triage this failure.
461 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 454 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
462 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 455 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
463 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 456 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
464 issue10581_test: Crash # (switch (type){case ... Unhandled node
465 issue12023_test: Crash # (switch (action){cas... Unhandled node
466 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 457 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
467 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 458 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
468 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 459 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
469 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 460 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
470 large_class_declaration_test: Crash # Stack Overflow 461 large_class_declaration_test: Crash # Stack Overflow
471 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 462 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
472 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 463 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
473 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 464 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
474 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally 465 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
475 mixin_bound_test: Crash # Internal Error: No default constructor available. 466 mixin_bound_test: Crash # Internal Error: No default constructor available.
(...skipping 11 matching lines...) Expand all
487 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able. 478 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
488 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 479 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
489 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 480 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
490 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 481 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
491 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 482 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
492 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable. 483 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
493 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 484 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
494 nested_switch_label_test: Crash # (switch (target){out... Unhandled node 485 nested_switch_label_test: Crash # (switch (target){out... Unhandled node
495 no_such_method_test: RuntimeError # Please triage this failure. 486 no_such_method_test: RuntimeError # Please triage this failure.
496 overridden_no_such_method_test: RuntimeError # Please triage this failure. 487 overridden_no_such_method_test: RuntimeError # Please triage this failure.
497 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
498 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 488 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
499 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 489 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
500 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 490 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
501 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 491 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
502 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 492 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
503 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 493 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
504 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 494 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
505 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
506 regress_18435_test: Crash # Invalid argument(s) 495 regress_18435_test: Crash # Invalid argument(s)
507 regress_18535_test: Crash # Internal Error: No default constructor available. 496 regress_18535_test: Crash # Internal Error: No default constructor available.
508 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 497 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
509 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 498 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
510 regress_22443_test: RuntimeError # M.loadLibrary is not a function 499 regress_22443_test: RuntimeError # M.loadLibrary is not a function
511 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 500 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
512 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 501 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
513 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 502 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
514 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 503 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
515 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 504 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
(...skipping 16 matching lines...) Expand all
532 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined 521 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined
533 super_operator_index2_test: RuntimeError # this.get$map is not a function 522 super_operator_index2_test: RuntimeError # this.get$map is not a function
534 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 523 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
535 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 524 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
536 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 525 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
537 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'. 526 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
538 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 527 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
539 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'. 528 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
540 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 529 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
541 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'. 530 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
542 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
543 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
544 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
545 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
546 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
547 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
548 switch_label2_test: Crash # (switch (target){cas... Unhandled node 531 switch_label2_test: Crash # (switch (target){cas... Unhandled node
549 switch_label_test: Crash # (switch (animal){cas... Unhandled node 532 switch_label_test: Crash # (switch (animal){cas... Unhandled node
550 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
551 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node
552 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 533 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
553 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 534 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
554 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions 535 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
555 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 536 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
556 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 537 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
557 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 538 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
558 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 539 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
559 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions 540 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
560 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 541 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
561 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions 542 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
(...skipping 19 matching lines...) Expand all
581 type_parameter_test/03: Crash # Invalid argument(s) 562 type_parameter_test/03: Crash # Invalid argument(s)
582 type_parameter_test/04: Crash # Invalid argument(s) 563 type_parameter_test/04: Crash # Invalid argument(s)
583 type_parameter_test/05: Crash # Invalid argument(s) 564 type_parameter_test/05: Crash # Invalid argument(s)
584 type_parameter_test/06: Crash # Invalid argument(s) 565 type_parameter_test/06: Crash # Invalid argument(s)
585 type_parameter_test/none: Crash # Invalid argument(s) 566 type_parameter_test/none: Crash # Invalid argument(s)
586 type_variable_closure2_test: RuntimeError # Please triage this failure. 567 type_variable_closure2_test: RuntimeError # Please triage this failure.
587 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 568 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
588 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 569 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
589 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 570 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
590 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 571 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
591 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698