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

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

Issue 1181613003: Update dart2js-cps_ir test expectations with better annotations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 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. 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. 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. 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. 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. 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. 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. 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. 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 253 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 # cannot handle async/sync*/async* fun ctions 254 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 255 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 256 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 257 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 258 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 259 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 260 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 261 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 262 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
263 async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions 263 async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): c annot handle async/sync*/async* functions
264 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions 264 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle asy nc/sync*/async* functions
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/s ync*/async* functions 300 async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/s ync*/async* functions
301 async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): canno t handle async/sync*/async* functions 301 async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): canno t handle async/sync*/async* functions
302 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/s ync*/async* functions 302 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/s ync*/async* functions
303 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle asyn c/sync*/async* functions 303 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle asyn c/sync*/async* functions
304 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle asyn c/sync*/async* functions 304 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle asyn c/sync*/async* functions
305 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/ sync*/async* functions 305 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/ sync*/async* functions
306 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle asy nc/sync*/async* functions 306 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle asy nc/sync*/async* functions
307 async_await_test/02: Crash # (f()async{return id(42);}): cannot handle async/syn c*/async* functions 307 async_await_test/02: Crash # (f()async{return id(42);}): cannot handle async/syn c*/async* functions
308 async_await_test/03: Crash # (f()async{return id(42);}): cannot handle async/syn c*/async* functions 308 async_await_test/03: Crash # (f()async{return id(42);}): cannot handle async/syn c*/async* functions
309 async_await_test/none: Crash # (f()async{return id(42);}): cannot handle async/s ync*/async* functions 309 async_await_test/none: Crash # (f()async{return id(42);}): cannot handle async/s ync*/async* functions
310 async_break_in_finally_test: Crash # cannot handle async/sync*/async* functions 310 async_break_in_finally_test: Crash # (test()async{Expect.... cannot handle asyn c/sync*/async* functions
311 async_continue_label_test/await_in_body: Crash # cannot handle async/sync*/asyn c* functions 311 async_continue_label_test/await_in_body: Crash # (test()async{await t... cannot handle async/sync*/async* functions
312 async_continue_label_test/await_in_condition: Crash # cannot handle async/sync* /async* functions 312 async_continue_label_test/await_in_condition: Crash # (test()async{await t... c annot handle async/sync*/async* functions
313 async_continue_label_test/await_in_init: Crash # cannot handle async/sync*/asyn c* functions 313 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions
314 async_continue_label_test/await_in_update: Crash # cannot handle async/sync*/as ync* functions 314 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann ot handle async/sync*/async* functions
315 async_continue_label_test/none: Crash # cannot handle async/sync*/async* functi ons 315 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions
316 async_control_structures_test: Crash # cannot handle async/sync*/async* functio ns 316 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions
317 async_finally_rethrow_test: Crash # cannot handle async/sync*/async* functions 317 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions
318 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions 318 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions
319 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions 319 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions
320 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions 320 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions
321 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions 321 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions
322 async_rethrow_test: Crash # cannot handle async/sync*/async* functions 322 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions
323 async_return_types_test/nestedFuture: Crash # cannot handle async/sync*/async* functions 323 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions
324 async_return_types_test/none: Crash # cannot handle async/sync*/async* function s 324 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions
325 async_return_types_test/tooManyTypeParameters: Crash # cannot handle async/sync */async* functions 325 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
326 async_return_types_test/wrongReturnType: Crash # cannot handle async/sync*/asyn c* functions 326 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
327 async_return_types_test/wrongTypeParameter: Crash # cannot handle async/sync*/a sync* functions 327 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions
328 async_star_cancel_and_throw_in_finally_test: Crash # cannot handle async/sync*/ async* functions 328 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions
329 async_star_regression_23116_test: Crash # cannot handle async/sync*/async* func tions 329 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions
330 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 330 async_star_test/01: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
331 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 331 async_star_test/02: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
332 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 332 async_star_test/03: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
333 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 333 async_star_test/04: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
334 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions 334 async_star_test/05: Crash # (f()async*{}): cannot handle async/sync*/async* func tions
335 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions 335 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions
336 async_switch_test/none: Crash # cannot handle async/sync*/async* functions 336 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions
337 async_switch_test/withDefault: Crash # cannot handle async/sync*/async* functio ns 337 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions
338 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions 338 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
339 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 339 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
340 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 340 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
341 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 341 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
342 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 342 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
343 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions 343 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions
344 async_throw_in_catch_test/forceAwait: Crash # cannot handle async/sync*/async* functions 344 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha ndle async/sync*/async* functions
345 async_throw_in_catch_test/none: Crash # cannot handle async/sync*/async* functi ons 345 async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle a sync/sync*/async* functions
346 asyncstar_concat_test: Crash # cannot handle async/sync*/async* functions 346 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions
347 asyncstar_throw_in_catch_test: Crash # cannot handle async/sync*/async* functio ns 347 asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle as ync/sync*/async* functions
348 asyncstar_yield_test: Crash # cannot handle async/sync*/async* functions 348 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions
349 asyncstar_yieldstar_test: Crash # cannot handle async/sync*/async* functions 349 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions
350 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions 350 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp ect.equals(9,x);}): cannot handle async/sync*/async* functions
351 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as ync/sync*/async* functions 351 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 352 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
353 await_for_test: Crash # cannot handle async/sync*/async* functions 353 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions
354 await_for_use_local_test: Crash # cannot handle async/sync*/async* functions 354 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
355 await_future_test: Crash # cannot handle async/sync*/async* functions 355 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 356 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 357 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 # cannot handle async/sync*/async* functions 358 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
359 await_regression_test: Crash # cannot handle async/sync*/async* functions 359 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
360 await_test: Crash # cannot handle async/sync*/async* functions 360 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 370 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
416 closure_in_constructor_test: Crash # Please triage this failure. 416 closure_in_constructor_test: Crash # Please triage this failure.
417 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 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 418 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
419 closure_type_variables_test: Crash # Please triage this failure. 419 closure_type_variables_test: Crash # Please triage this failure.
420 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 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. 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. 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. 423 conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
424 conditional_method_invocation_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
425 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 424 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
426 conditional_property_access_test/08: 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.
427 conditional_property_access_test/09: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
428 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 426 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
429 conditional_property_assignment_test/15: 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.
430 conditional_property_assignment_test/16: 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.
431 conditional_property_assignment_test/17: 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.
432 conditional_property_assignment_test/18: 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.
433 conditional_property_assignment_test/19: 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.
434 conditional_property_assignment_test/20: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
435 conditional_property_assignment_test/21: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
436 conditional_property_assignment_test/22: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
437 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 432 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
438 const_nested_test: Crash # Please triage this failure. 433 const_nested_test: Crash # Please triage this failure.
439 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 434 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
440 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 435 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
441 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 436 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
442 const_switch_test/01: Crash # Unhandled node 437 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
443 const_switch_test/02: Crash # Unhandled node 438 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
444 const_switch_test/03: Crash # Unhandled node 439 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
445 const_switch_test/04: Crash # Unhandled node 440 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
446 constructor11_test: Crash # Please triage this failure. 441 constructor11_test: Crash # Please triage this failure.
447 constructor12_test: RuntimeError # Please triage this failure. 442 constructor12_test: RuntimeError # Please triage this failure.
448 constructor5_test: Crash # Please triage this failure. 443 constructor5_test: Crash # Please triage this failure.
449 constructor_with_mixin_test: Crash # Please triage this failure. 444 constructor_with_mixin_test: Crash # Please triage this failure.
450 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 445 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
451 crash_12118_test: Crash # Please triage this failure. 446 crash_12118_test: Crash # Please triage this failure.
452 crash_6725_test/01: Crash # Please triage this failure. 447 crash_6725_test/01: Crash # Please triage this failure.
453 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns 448 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
454 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 449 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
455 deferred_closurize_load_library_test: RuntimeError # Please triage this failure. 450 deferred_closurize_load_library_test: RuntimeError # Please triage this failure.
456 deferred_constant_list_test: RuntimeError # Please triage this failure. 451 deferred_constant_list_test: RuntimeError # Please triage this failure.
457 deferred_constraints_constants_test/none: Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary. 452 deferred_constraints_constants_test/none: Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary.
458 deferred_constraints_constants_test/reference_after_load: Crash # Instance of 'T ypeOperator': type check unimplemented for _Nullary. 453 deferred_constraints_constants_test/reference_after_load: Crash # Instance of 'T ypeOperator': type check unimplemented for _Nullary.
459 deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary. 454 deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary.
460 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary. 455 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary.
461 deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOpe rator': type check unimplemented for _Nullary. 456 deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOpe rator': type check unimplemented for _Nullary.
462 deferred_constraints_type_annotation_test/new: RuntimeError # Please triage this failure. 457 deferred_constraints_type_annotation_test/new: RuntimeError # Please triage this failure.
463 deferred_constraints_type_annotation_test/new_before_load: Crash # Instance of ' TypeOperator': type check unimplemented for _Nullary. 458 deferred_constraints_type_annotation_test/new_before_load: Crash # Instance of ' TypeOperator': type check unimplemented for _Nullary.
(...skipping 15 matching lines...) Expand all
479 deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 474 deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
480 deferred_inlined_test: RuntimeError # Please triage this failure. 475 deferred_inlined_test: RuntimeError # Please triage this failure.
481 deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 476 deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
482 deferred_load_inval_code_test: RuntimeError # Please triage this failure. 477 deferred_load_inval_code_test: RuntimeError # Please triage this failure.
483 deferred_load_library_wrong_args_test/none: RuntimeError # Please triage this fa ilure. 478 deferred_load_library_wrong_args_test/none: RuntimeError # Please triage this fa ilure.
484 deferred_mixin_test: RuntimeError # Please triage this failure. 479 deferred_mixin_test: RuntimeError # Please triage this failure.
485 deferred_no_such_method_test: RuntimeError # Please triage this failure. 480 deferred_no_such_method_test: RuntimeError # Please triage this failure.
486 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 481 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
487 deferred_only_constant_test: RuntimeError # Please triage this failure. 482 deferred_only_constant_test: RuntimeError # Please triage this failure.
488 deferred_optimized_test: RuntimeError # Please triage this failure. 483 deferred_optimized_test: RuntimeError # Please triage this failure.
489 deferred_redirecting_factory_test: Crash # cannot handle async/sync*/async* fun ctions 484 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
490 deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Ti. 485 deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Ti.
491 deferred_shadow_load_library_test: RuntimeError # Please triage this failure. 486 deferred_shadow_load_library_test: RuntimeError # Please triage this failure.
492 deferred_shared_and_unshared_classes_test: RuntimeError # Please triage this fai lure. 487 deferred_shared_and_unshared_classes_test: RuntimeError # Please triage this fai lure.
493 deferred_static_seperate_test: RuntimeError # Please triage this failure. 488 deferred_static_seperate_test: RuntimeError # Please triage this failure.
494 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 489 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
495 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 490 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
496 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 491 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
497 double_to_string_as_fixed2_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.
498 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 493 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
499 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 494 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
500 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>. 495 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>.
501 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 496 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
502 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 497 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
503 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 498 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
504 enum_test: Crash # Unhandled node 499 enum_test: Crash # (switch (e){case Enu... Unhandled node
505 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 500 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
506 execute_finally10_test: Crash # try/finally 501 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
507 execute_finally11_test: Crash # try/finally 502 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
508 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 503 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
509 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 504 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
510 execute_finally2_test: Crash # try/finally 505 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
511 execute_finally3_test: Crash # try/finally 506 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
512 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 507 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
513 execute_finally5_test: Crash # try/finally 508 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
514 execute_finally6_test: Crash # try/finally 509 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
515 execute_finally7_test: Crash # try/finally 510 execute_finally7_test: Crash # (try {var a=new List... try/finally
516 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 511 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
517 execute_finally9_test: Crash # try/finally 512 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
518 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 513 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
519 final_super_field_set_test/01: RuntimeError # Please triage this failure. 514 final_super_field_set_test/01: RuntimeError # Please triage this failure.
520 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 515 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
521 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 516 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
522 first_class_types_literals_test/04: 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.
523 first_class_types_literals_test/05: 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.
524 first_class_types_literals_test/06: 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.
525 first_class_types_literals_test/07: 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.
526 first_class_types_literals_test/08: 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.
527 first_class_types_literals_test/09: 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.
528 first_class_types_literals_test/10: 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.
529 first_class_types_literals_test/11: 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.
530 first_class_types_literals_test/12: 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.
531 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 526 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
532 flatten_test/02: Crash # (test()async{Future<int> f()async=>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
533 flatten_test/03: Crash # cannot handle async/sync*/async* functions 528 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
534 flatten_test/04: Crash # cannot handle async/sync*/async* functions 529 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
535 flatten_test/05: Crash # cannot handle async/sync*/async* functions 530 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
536 flatten_test/06: Crash # cannot handle async/sync*/async* functions 531 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
537 flatten_test/07: Crash # cannot handle async/sync*/async* functions 532 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
538 flatten_test/08: Crash # cannot handle async/sync*/async* functions 533 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
539 flatten_test/09: Crash # cannot handle async/sync*/async* functions 534 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
540 flatten_test/10: Crash # cannot handle async/sync*/async* functions 535 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
541 flatten_test/11: Crash # cannot handle async/sync*/async* functions 536 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
542 flatten_test/12: Crash # cannot handle async/sync*/async* functions 537 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
543 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 538 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
544 for2_test: Crash # Please triage this failure. 539 for2_test: Crash # Please triage this failure.
545 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 540 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
546 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 541 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
547 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__. 542 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
548 function_subtype1_test: Crash # Please triage this failure. 543 function_subtype1_test: Crash # type expression int_ (typedef)
549 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1. 544 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
550 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 545 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
551 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>. 546 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
552 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 547 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
553 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 548 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
554 function_subtype_bound_closure4_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.
555 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 550 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
556 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 551 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
557 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 552 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
558 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 553 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
559 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 554 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
560 function_subtype_call1_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.
561 function_subtype_call2_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.
562 function_subtype_cast0_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.
563 function_subtype_cast1_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.
564 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>. 559 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>.
565 function_subtype_cast3_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>.
566 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 561 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
567 function_subtype_closure0_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.
568 function_subtype_closure1_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.
569 function_subtype_factory0_test: Crash # Please triage this failure. 564 function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Foo<T>.
570 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo. 565 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo.
571 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 566 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
572 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>. 567 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>.
573 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 568 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
574 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 569 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
575 function_subtype_local4_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.
576 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 571 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
577 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_. 572 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_.
578 function_subtype_named2_test: Crash # Please triage this failure. 573 function_subtype_named2_test: Crash # type expression void___a_int (typedef)
579 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo. 574 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
580 function_subtype_not1_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.
581 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>. 576 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
582 function_subtype_not3_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>.
583 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_. 578 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
584 function_subtype_optional2_test: Crash # Please triage this failure. 579 function_subtype_optional2_test: Crash # type expression void___int (typedef)
585 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 580 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
586 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 581 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
587 function_subtype_simple1_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.
588 function_subtype_simple2_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.
589 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo. 584 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
590 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 585 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
591 function_subtype_typearg0_test: Crash # Please triage this failure. 586 function_subtype_typearg0_test: Crash # type expression Foo (typedef)
592 function_subtype_typearg1_test: Crash # Please triage this failure. 587 function_subtype_typearg1_test: Crash # type expression f2 (typedef)
593 function_subtype_typearg2_test: Crash # Please triage this failure. 588 function_subtype_typearg2_test: Crash # type expression f1 (typedef)
594 function_subtype_typearg3_test: Crash # Please triage this failure. 589 function_subtype_typearg3_test: Crash # type expression f1 (typedef)
595 function_subtype_typearg4_test: Crash # Please triage this failure. 590 function_subtype_typearg4_test: Crash # type expression f1 (typedef)
596 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F. 591 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
597 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1. 592 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
598 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 593 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
599 function_type_alias4_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.
600 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 595 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
601 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 596 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
602 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 597 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
603 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 598 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
604 generic_constructor_mixin2_test: Crash # Please triage this failure. 599 generic_constructor_mixin2_test: Crash # Please triage this failure.
605 generic_constructor_mixin3_test: Crash # Please triage this failure. 600 generic_constructor_mixin3_test: Crash # Please triage this failure.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 instanceof4_test/01: RuntimeError # Please triage this failure. 667 instanceof4_test/01: RuntimeError # Please triage this failure.
673 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 668 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
674 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 669 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
675 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 670 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
676 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 671 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
677 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 672 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
678 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 673 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
679 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 674 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
680 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 675 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
681 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 676 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
682 issue10581_test: Crash # Unhandled node 677 issue10581_test: Crash # (switch (type){case ... Unhandled node
683 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 678 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
684 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 679 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
685 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 680 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
686 issue12023_test: Crash # Unhandled node 681 issue12023_test: Crash # (switch (action){cas... Unhandled node
687 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 682 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
688 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 683 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
689 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>. 684 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>.
690 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 685 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
691 issue_1751477_test: RuntimeError # Please triage this failure. 686 issue_1751477_test: RuntimeError # Please triage this failure.
692 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 687 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
693 large_class_declaration_test: Crash # Please triage this failure. 688 large_class_declaration_test: Crash # Please triage this failure.
694 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 689 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
695 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 690 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
696 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 691 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
697 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 692 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
698 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 693 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
699 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 694 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
700 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 695 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
701 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary. 696 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
702 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 697 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
703 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 698 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
704 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 699 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
705 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 700 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
706 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 701 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
707 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 702 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
708 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 703 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
709 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 704 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
710 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 705 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
711 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 706 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
712 mint_arithmetic_test: Crash # try/finally 707 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
713 mixin_bound_test: Crash # Please triage this failure. 708 mixin_bound_test: Crash # Please triage this failure.
714 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 709 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
715 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 710 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
716 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 711 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
717 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 712 mixin_forwarding_constructor1_test: Crash # Please triage this failure.
718 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 713 mixin_forwarding_constructor3_test: Crash # Please triage this failure.
719 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 714 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
720 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 715 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
721 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 716 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
722 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 717 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 11 matching lines...) Expand all
734 mixin_type_parameters_mixin_test: Crash # Please triage this failure. 729 mixin_type_parameters_mixin_test: Crash # Please triage this failure.
735 mixin_type_parameters_super_extends_test: Crash # Please triage this failure. 730 mixin_type_parameters_super_extends_test: Crash # Please triage this failure.
736 mixin_type_parameters_super_test: Crash # Please triage this failure. 731 mixin_type_parameters_super_test: Crash # Please triage this failure.
737 mixin_typedef_constructor_test: Crash # Please triage this failure. 732 mixin_typedef_constructor_test: Crash # Please triage this failure.
738 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary. 733 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
739 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 734 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
740 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 735 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
741 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 736 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
742 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 737 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
743 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 738 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
744 nested_switch_label_test: Crash # Unhandled node 739 nested_switch_label_test: Crash # (switch (target){out... Unhandled node
745 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 740 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
746 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 741 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
747 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 742 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
748 no_such_method_test: RuntimeError # Please triage this failure. 743 no_such_method_test: RuntimeError # Please triage this failure.
749 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 744 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
750 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 745 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
751 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 746 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
752 number_identifier_test/05: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 747 number_identifier_test/05: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
753 number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 748 number_identifier_test/08: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
754 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 749 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
(...skipping 23 matching lines...) Expand all
778 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 773 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
779 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 774 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
780 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 775 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
781 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 776 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
782 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 777 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
783 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 778 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
784 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 779 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
785 regress_18435_test: Crash # Please triage this failure. 780 regress_18435_test: Crash # Please triage this failure.
786 regress_18535_test: Crash # Please triage this failure. 781 regress_18535_test: Crash # Please triage this failure.
787 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 782 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
788 regress_22438_test: Crash # cannot handle async/sync*/async* functions 783 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
789 regress_22443_test: RuntimeError # Please triage this failure. 784 regress_22443_test: RuntimeError # Please triage this failure.
790 regress_22445_test: Crash # cannot handle async/sync*/async* functions 785 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
791 regress_22579_test: Crash # cannot handle async/sync*/async* functions 786 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
792 regress_22728_test: Crash # cannot handle async/sync*/async* functions 787 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
793 regress_22777_test: Crash # cannot handle async/sync*/async* functions 788 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
794 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 789 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
795 regress_22936_test/01: Crash # Please triage this failure. 790 regress_22936_test/01: Crash # Please triage this failure.
796 regress_22936_test/none: Crash # Please triage this failure. 791 regress_22936_test/none: Crash # Please triage this failure.
797 regress_23498_test: Crash # cannot handle async/sync*/async* functions 792 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
798 regress_23500_test/01: Crash # cannot handle async/sync*/async* functions 793 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
799 regress_23500_test/02: Crash # cannot handle async/sync*/async* functions 794 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
800 regress_23500_test/none: Crash # cannot handle async/sync*/async* functions 795 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
801 regress_23537_test: Crash # try/finally 796 regress_23537_test: Crash # (try {var b;try {for... try/finally
802 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 797 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
803 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 798 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
804 stack_trace_test: Crash # try/finally 799 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
805 statement_test: Crash # try/finally 800 statement_test: Crash # (try {throw "foo";}c... try/finally
806 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 801 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
807 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 802 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
808 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 803 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
809 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 804 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
810 super_all_named_constructor_test: Crash # Please triage this failure. 805 super_all_named_constructor_test: Crash # Please triage this failure.
811 super_bound_closure_test/01: RuntimeError # Please triage this failure. 806 super_bound_closure_test/01: RuntimeError # Please triage this failure.
812 super_bound_closure_test/none: RuntimeError # Please triage this failure. 807 super_bound_closure_test/none: RuntimeError # Please triage this failure.
813 super_call4_test: RuntimeError # Please triage this failure. 808 super_call4_test: RuntimeError # Please triage this failure.
814 super_getter_setter_test: Crash # Please triage this failure. 809 super_getter_setter_test: Crash # Please triage this failure.
815 super_implicit_closure_test: RuntimeError # Please triage this failure. 810 super_implicit_closure_test: RuntimeError # Please triage this failure.
816 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 811 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
817 super_operator_index2_test: RuntimeError # Please triage this failure. 812 super_operator_index2_test: RuntimeError # Please triage this failure.
818 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 813 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
819 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 814 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
820 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 815 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
821 super_operator_index_test/01: Crash # Please triage this failure. 816 super_operator_index_test/01: Crash # Please triage this failure.
822 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 817 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
823 super_operator_index_test/04: Crash # Please triage this failure. 818 super_operator_index_test/04: Crash # Please triage this failure.
824 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 819 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
825 super_operator_index_test/06: Crash # Please triage this failure. 820 super_operator_index_test/06: Crash # Please triage this failure.
826 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 821 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
827 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 822 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
828 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 823 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
829 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 824 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
830 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node 825 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
831 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node 826 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node
832 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node 827 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
833 switch_label2_test: Crash # Unhandled node 828 switch_label2_test: Crash # (switch (target){cas... Unhandled node
834 switch_label_test: Crash # Unhandled node 829 switch_label_test: Crash # (switch (animal){cas... Unhandled node
835 switch_scope_test: Crash # Unhandled node 830 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
836 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node 831 switch_test: Crash # (switch (input){case true:result=12;break;case false:result =22;}): Unhandled node
837 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 832 switch_try_catch_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
838 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 833 sync_generator1_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
839 sync_generator1_test/none: Crash # cannot handle async/sync*/async* functions 834 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/ sync*/async* functions
840 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 835 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
841 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 836 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
842 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions 837 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async /sync*/async* functions
843 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions 838 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy nc/sync*/async* functions
844 sync_generator3_test/test1: Crash # cannot handle async/sync*/async* functions 839 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async /sync*/async* functions
845 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 840 sync_generator3_test/test2: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
846 syncstar_yield_test/copyParameters: Crash # cannot handle async/sync*/async* fu nctions 841 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand le async/sync*/async* functions
847 syncstar_yield_test/none: Crash # cannot handle async/sync*/async* functions 842 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s ync*/async* functions
848 syncstar_yieldstar_test: Crash # cannot handle async/sync*/async* functions 843 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
849 throw1_test: Crash # try/finally 844 throw1_test: Crash # (try {int j;j=func()... try/finally
850 throw2_test: Crash # try/finally 845 throw2_test: Crash # (try {int j;j=func()... try/finally
851 throw3_test: Crash # try/finally 846 throw3_test: Crash # (try {int j;i=100;i=... try/finally
852 throw4_test: Crash # try/finally 847 throw4_test: Crash # (try {j=func();}on M... try/finally
853 throw5_test: Crash # try/finally 848 throw5_test: Crash # (try {int j;j=func()... try/finally
854 throw6_test: Crash # try/finally 849 throw6_test: Crash # (try {j=func();}catc... try/finally
855 throw8_test: Crash # try/finally 850 throw8_test: Crash # (try {try {return 49... try/finally
856 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 851 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
857 throw_test: Crash # try/finally 852 throw_test: Crash # (try {int j;j=func()... try/finally
858 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 853 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
859 try_catch3_test: Crash # try/finally 854 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally
860 try_catch4_test: Crash # try/finally 855 try_catch4_test: Crash # (try {doThrow();}cat... try/finally
861 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 856 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
862 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 857 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
863 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 858 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
864 try_catch_test/none: Crash # Please triage this failure. 859 try_catch_test/none: Crash # Please triage this failure.
865 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 860 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
866 type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 861 type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
867 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 862 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
868 type_parameter_test/01: Crash # Please triage this failure. 863 type_parameter_test/01: Crash # Please triage this failure.
869 type_parameter_test/02: Crash # Please triage this failure. 864 type_parameter_test/02: Crash # Please triage this failure.
870 type_parameter_test/03: Crash # Please triage this failure. 865 type_parameter_test/03: Crash # Please triage this failure.
(...skipping 18 matching lines...) Expand all
889 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn. 884 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
890 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 885 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
891 type_variable_closure2_test: RuntimeError # Please triage this failure. 886 type_variable_closure2_test: RuntimeError # Please triage this failure.
892 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 887 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
893 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 888 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
894 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 889 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
895 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 890 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
896 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 891 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
897 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 892 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
898 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 893 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
899 type_variable_typedef_test: Crash # Please triage this failure. 894 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
900 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 895 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
901 typevariable_substitution2_test/01: Crash # Please triage this failure. 896 typevariable_substitution2_test/01: Crash # Please triage this failure.
902 typevariable_substitution2_test/02: Crash # Please triage this failure. 897 typevariable_substitution2_test/02: Crash # Please triage this failure.
903 typevariable_substitution2_test/none: Crash # Please triage this failure. 898 typevariable_substitution2_test/none: Crash # Please triage this failure.
904 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 899 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
905 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 900 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
906 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 901 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
907 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 902 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
908 void_type_test: Crash # Unhandled node 903 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | tests/lib/lib.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698