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

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

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Status file updates. 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 cha_deopt*: Pass,RuntimeError # Issue 17458 235 cha_deopt*: Pass,RuntimeError # Issue 17458
236 regress_22443_test: Pass,RuntimeError # Issue 17458 236 regress_22443_test: Pass,RuntimeError # Issue 17458
237 237
238 [ $compiler == dart2js && $cps_ir == false ] 238 [ $compiler == dart2js && $cps_ir == false ]
239 generic_field_mixin4_test: Crash # Issue 18651 239 generic_field_mixin4_test: Crash # Issue 18651
240 generic_field_mixin5_test: Crash # Issue 18651 240 generic_field_mixin5_test: Crash # Issue 18651
241 241
242 [ $compiler == dart2js && $cps_ir ] 242 [ $compiler == dart2js && $cps_ir ]
243 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node 243 aborting_switch_case_test: Crash # (switch (42){case 42:foo();foo();break;}): Un handled node
244 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 244 abstract_getter_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
245 abstract_object_method_test: RuntimeError # Please triage this failure.
245 abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 246 abstract_runtime_error_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
246 abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 247 abstract_runtime_error_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
248 arithmetic2_test: RuntimeError # undefined is not a function
247 arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 249 arithmetic_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
250 assert_assignable_type_test: RuntimeError # Please triage this failure.
251 assign_op_test: RuntimeError # Please triage this failure.
248 assign_to_type_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 252 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. 253 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. 254 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. 255 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. 256 assign_top_method_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
257 assignable_expression_test/none: RuntimeError # Please triage this failure.
253 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 258 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
254 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 259 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 260 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 261 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 262 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 263 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 264 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 265 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 266 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 267 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can not handle async/sync*/async* functions
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot handle async/sync*/async* functions 318 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 # (test()async{await t... cann ot handle async/sync*/async* functions 319 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 # (test()async{await t... cannot handle a sync/sync*/async* functions 320 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a sync/sync*/async* functions
316 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions 321 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as ync/sync*/async* functions
317 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async /sync*/async* functions 322 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 323 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 324 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 325 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 326 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 # (rethrowString()asyn... cannot handle async/sync*/a sync* functions 327 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions
323 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions 328 async_return_types_test/nestedFuture: Crash # (=ReceivePortImpl;): Unhandled nod e
324 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions 329 async_return_types_test/none: Crash # (=ReceivePortImpl;): Unhandled node
325 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 330 async_return_types_test/tooManyTypeParameters: Crash # (=ReceivePortImpl;): Unha ndled node
326 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 331 async_return_types_test/wrongReturnType: Crash # (=ReceivePortImpl;): Unhandled node
327 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions 332 async_return_types_test/wrongTypeParameter: Crash # (=ReceivePortImpl;): Unhandl ed node
328 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions 333 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 # (test()async{Complet... cannot handle async/sync*/async* functions 334 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 335 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 336 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 337 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 338 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 339 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 340 async_star_test/none: Crash # (f()async*{}): cannot handle async/sync*/async* fu nctions
336 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions 341 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions
337 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions 342 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 343 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 344 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 345 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 346 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 347 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 348 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 # (test()async{await r... cannot ha ndle async/sync*/async* functions 349 async_throw_in_catch_test/forceAwait: Crash # (=ReceivePortImpl;): Unhandled nod e
345 async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle a sync/sync*/async* functions 350 async_throw_in_catch_test/none: Crash # (=ReceivePortImpl;): Unhandled node
346 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions 351 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync */async* functions
347 asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle as ync/sync*/async* functions 352 asyncstar_throw_in_catch_test: Crash # (=ReceivePortImpl;): Unhandled node
348 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions 353 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync* /async* functions
349 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s ync*/async* functions 354 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 355 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 356 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 357 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann ot handle async/sync*/async* functions
353 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async * functions 358 await_for_test: Crash # (try {return f();}finally {Zone._leave(old);}): try/fina lly
354 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 359 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
355 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 360 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 361 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 362 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
358 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 363 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
359 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 364 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
360 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 365 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
366 bad_named_parameters2_test/01: RuntimeError # undefined is not a function
367 bad_named_parameters_test/01: RuntimeError # undefined is not a function
368 bad_named_parameters_test/02: RuntimeError # undefined is not a function
369 bad_named_parameters_test/03: RuntimeError # undefined is not a function
370 bad_named_parameters_test/04: RuntimeError # undefined is not a function
371 bad_named_parameters_test/05: RuntimeError # undefined is not a function
372 bailout3_test: RuntimeError # undefined is not a function
373 bailout5_test: RuntimeError # undefined is not a function
374 bailout6_test: RuntimeError # undefined is not a function
375 bailout7_test: RuntimeError # undefined is not a function
376 bind_test: RuntimeError # Cannot read property 'prototype' of undefined
361 bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 377 bool_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
378 bound_closure_equality_test: RuntimeError # undefined is not a function
379 bound_closure_primitives_test: RuntimeError # Please triage this failure.
362 call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 380 call_closurization_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
381 call_constructor_on_unresolvable_class_test/07: RuntimeError # undefined is not a function
382 call_nonexistent_constructor_test/02: RuntimeError # undefined is not a function
363 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 383 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. 384 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. 385 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. 386 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. 387 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. 388 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. 389 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. 390 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
371 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 391 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
372 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 392 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
373 call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 393 call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
374 call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. 394 call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F.
375 call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary. 395 call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
396 call_through_getter_test: RuntimeError # undefined is not a function
376 call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 397 call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
377 call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 398 call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
399 call_with_no_such_method_test: RuntimeError # Please triage this failure.
400 canonical_const3_test: RuntimeError # Cannot read property 'prototype' of undefi ned
378 cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 401 cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
379 cha_deopt1_test: RuntimeError # Please triage this failure. 402 cascade_2_test: RuntimeError # Please triage this failure.
380 cha_deopt2_test: RuntimeError # Please triage this failure. 403 cascade_in_expression_function_test: RuntimeError # undefined is not a function
381 cha_deopt3_test: RuntimeError # Please triage this failure. 404 cascade_test/none: RuntimeError # Cannot read property 'prototype' of undefined
405 cast_test/04: RuntimeError # Please triage this failure.
406 cast_test/05: RuntimeError # Please triage this failure.
407 cast_test/none: RuntimeError # Please triage this failure.
408 cha_deopt1_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _MainFunctionArgs.
409 cha_deopt2_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _MainFunctionArgs.
410 cha_deopt3_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _MainFunctionArgs.
411 char_escape_test: RuntimeError # Please triage this failure.
382 checked_null_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 412 checked_null_test/01: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
383 checked_setter2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 413 checked_setter2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
384 checked_setter3_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 414 checked_setter3_test/01: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
385 checked_setter3_test/02: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 415 checked_setter3_test/02: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
386 checked_setter3_test/none: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 416 checked_setter3_test/none: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
387 checked_setter_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 417 checked_setter_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
388 class_literal_test/01: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 418 class_literal_test/01: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
389 class_literal_test/02: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 419 class_literal_test/02: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
390 class_literal_test/03: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 420 class_literal_test/03: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
391 class_literal_test/04: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 421 class_literal_test/04: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
(...skipping 14 matching lines...) Expand all
406 class_literal_test/19: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 436 class_literal_test/19: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
407 class_literal_test/20: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 437 class_literal_test/20: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
408 class_literal_test/21: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 438 class_literal_test/21: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
409 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 439 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
410 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 440 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
411 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 441 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
412 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 442 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
413 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 443 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 444 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 445 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
416 closure_in_constructor_test: Crash # Please triage this failure. 446 closure7_test: RuntimeError # Cannot read property 'prototype' of undefined
447 closure8_test: RuntimeError # Cannot read property 'prototype' of undefined
448 closure_cycles_test: Crash # (try {return f();}finally {Zone._leave(old);}): try /finally
449 closure_in_constructor_test: Crash # Invalid argument(s)
450 closure_in_field_initializer_test: RuntimeError # undefined is not a function
417 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 451 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 452 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. 453 closure_shared_state_test: RuntimeError # Cannot read property 'prototype' of un defined
454 closure_type_variable_test: RuntimeError # Cannot read property 'prototype' of u ndefined
455 closure_type_variables_test: Crash # Invalid argument(s)
456 closures_initializer2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
457 closures_initializer_test: RuntimeError # Please triage this failure.
420 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 458 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. 459 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
460 compound_assignment_operator_test: RuntimeError # Please triage this failure.
422 conditional_method_invocation_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 461 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. 462 conditional_method_invocation_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
424 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 463 conditional_property_access_test/07: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
425 conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 464 conditional_property_access_test/08: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
426 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 465 conditional_property_assignment_test/14: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
427 conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 466 conditional_property_assignment_test/15: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
428 conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 467 conditional_property_assignment_test/16: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
429 conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 468 conditional_property_assignment_test/17: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
430 conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 469 conditional_property_assignment_test/18: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
431 conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 470 conditional_property_assignment_test/19: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
432 const_evaluation_test/01: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 471 const_evaluation_test/01: Crash # Internal Error: No default constructor availab le.
433 const_nested_test: Crash # Please triage this failure. 472 const_list_test: RuntimeError # Please triage this failure.
473 const_map2_test/none: RuntimeError # undefined is not a function
474 const_map3_test/none: RuntimeError # undefined is not a function
475 const_map4_test: RuntimeError # undefined is not a function
476 const_map_test: RuntimeError # undefined is not a function
477 const_nested_test: Crash # Invalid argument(s)
434 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 478 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
435 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 479 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
436 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 480 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
437 const_switch_test/01: Crash # (switch (c){case con... Unhandled node 481 const_switch_test/01: Crash # (switch (c){case con... Unhandled node
438 const_switch_test/02: Crash # (switch (c){case con... Unhandled node 482 const_switch_test/02: Crash # (switch (c){case con... Unhandled node
439 const_switch_test/03: Crash # (switch (c){case con... Unhandled node 483 const_switch_test/03: Crash # (switch (c){case con... Unhandled node
440 const_switch_test/04: Crash # (switch (c){case con... Unhandled node 484 const_switch_test/04: Crash # (switch (c){case con... Unhandled node
441 constructor11_test: Crash # Please triage this failure. 485 constructor11_test: Crash # Invalid argument(s)
442 constructor12_test: RuntimeError # Please triage this failure. 486 constructor12_test: RuntimeError # undefined is not a function
443 constructor5_test: Crash # Please triage this failure. 487 constructor5_test: Crash # The null object does not have a getter 'namedArgument s'.
444 constructor_with_mixin_test: Crash # Please triage this failure. 488 constructor_with_mixin_test: Crash # Internal Error: No default constructor avai lable.
445 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 489 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
446 crash_12118_test: Crash # Please triage this failure. 490 core_type_check_test: RuntimeError # undefined is not a function
447 crash_6725_test/01: Crash # Please triage this failure. 491 crash_12118_test: Crash # Invalid argument(s)
492 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
493 ct_const_test: RuntimeError # undefined is not a function
448 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 494 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
495 cyclic_type2_test: RuntimeError # undefined is not a function
496 cyclic_type_test/00: RuntimeError # Cannot read property 'prototype' of undefine d
497 cyclic_type_test/01: RuntimeError # Cannot read property 'prototype' of undefine d
498 cyclic_type_test/02: RuntimeError # Cannot read property 'prototype' of undefine d
499 cyclic_type_test/03: RuntimeError # Cannot read property 'prototype' of undefine d
500 cyclic_type_test/04: RuntimeError # Cannot read property 'prototype' of undefine d
449 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 501 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
450 deferred_closurize_load_library_test: RuntimeError # Please triage this failure. 502 deferred_closurize_load_library_test: Crash # (=ReceivePortImpl;): Unhandled nod e
451 deferred_constant_list_test: RuntimeError # Please triage this failure. 503 deferred_constant_list_test: Crash # (=ReceivePortImpl;): Unhandled node
452 deferred_constraints_constants_test/none: Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary. 504 deferred_constraints_constants_test/none: Crash # Internal Error: No default con structor available.
453 deferred_constraints_constants_test/reference_after_load: Crash # Instance of 'T ypeOperator': type check unimplemented for _Nullary. 505 deferred_constraints_constants_test/reference_after_load: Crash # Internal Error : No default constructor available.
454 deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary. 506 deferred_constraints_type_annotation_test/as_operation: Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary.
455 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary. 507 deferred_constraints_type_annotation_test/catch_check: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary.
456 deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOpe rator': type check unimplemented for _Nullary. 508 deferred_constraints_type_annotation_test/is_check: Crash # Instance of 'TypeOpe rator': type check unimplemented for _Nullary.
457 deferred_constraints_type_annotation_test/new: RuntimeError # Please triage this failure. 509 deferred_constraints_type_annotation_test/new: Crash # (=ReceivePortImpl;): Unha ndled node
458 deferred_constraints_type_annotation_test/new_before_load: Crash # Instance of ' TypeOperator': type check unimplemented for _Nullary. 510 deferred_constraints_type_annotation_test/new_before_load: Crash # (=ReceivePort Impl;): Unhandled node
459 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # Please tr iage this failure. 511 deferred_constraints_type_annotation_test/new_generic1: Crash # (=ReceivePortImp l;): Unhandled node
460 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # Please tr iage this failure. 512 deferred_constraints_type_annotation_test/new_generic2: Crash # (=ReceivePortImp l;): Unhandled node
461 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # Please tr iage this failure. 513 deferred_constraints_type_annotation_test/new_generic3: Crash # (=ReceivePortImp l;): Unhandled node
462 deferred_constraints_type_annotation_test/none: RuntimeError # Please triage thi s failure. 514 deferred_constraints_type_annotation_test/none: Crash # (=ReceivePortImpl;): Unh andled node
463 deferred_constraints_type_annotation_test/static_method: RuntimeError # Please t riage this failure. 515 deferred_constraints_type_annotation_test/static_method: Crash # (=ReceivePortIm pl;): Unhandled node
464 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # Pleas e triage this failure. 516 deferred_constraints_type_annotation_test/type_annotation1: Crash # (=ReceivePor tImpl;): Unhandled node
465 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # Please triage this failure. 517 deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (=Re ceivePortImpl;): Unhandled node
466 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Please triage this failure. 518 deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (=Re ceivePortImpl;): Unhandled node
467 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Please triage this failure. 519 deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (=Re ceivePortImpl;): Unhandled node
468 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Please triage this failure. 520 deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (=Re ceivePortImpl;): Unhandled node
469 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # Please triage this failure. 521 deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (=ReceivePortImpl;): Unhandled node
470 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # P lease triage this failure. 522 deferred_constraints_type_annotation_test/type_annotation_null: Crash # (=Receiv ePortImpl;): Unhandled node
471 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # Please triage this failure. 523 deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (=R eceivePortImpl;): Unhandled node
472 deferred_function_type_test: Crash # Instance of 'TypeOperator': type check unim plemented for F. 524 deferred_function_type_test: Crash # Instance of 'TypeOperator': type check unim plemented for F.
473 deferred_global_test: RuntimeError # Please triage this failure. 525 deferred_global_test: Crash # (=ReceivePortImpl;): Unhandled node
474 deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 526 deferred_inheritance_constraints_test/redirecting_constructor: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
475 deferred_inlined_test: RuntimeError # Please triage this failure. 527 deferred_inlined_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _MainFunctionArgs.
476 deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 528 deferred_load_constants_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
477 deferred_load_inval_code_test: RuntimeError # Please triage this failure. 529 deferred_load_inval_code_test: Crash # Instance of 'TypeOperator': type check un implemented for _MainFunctionArgs.
478 deferred_load_library_wrong_args_test/none: RuntimeError # Please triage this fa ilure. 530 deferred_load_library_wrong_args_test/01: Crash # Instance of 'TypeOperator': ty pe check unimplemented for _MainFunctionArgs.
479 deferred_mixin_test: RuntimeError # Please triage this failure. 531 deferred_load_library_wrong_args_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs.
480 deferred_no_such_method_test: RuntimeError # Please triage this failure. 532 deferred_mixin_test: Crash # (=ReceivePortImpl;): Unhandled node
533 deferred_no_such_method_test: Crash # (=ReceivePortImpl;): Unhandled node
481 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 534 deferred_not_loaded_check_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
482 deferred_only_constant_test: RuntimeError # Please triage this failure. 535 deferred_only_constant_test: Crash # Instance of 'TypeOperator': type check unim plemented for _MainFunctionArgs.
483 deferred_optimized_test: RuntimeError # Please triage this failure. 536 deferred_optimized_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _MainFunctionArgs.
484 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 537 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
485 deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Ti. 538 deferred_regression_22995_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Ti.
486 deferred_shadow_load_library_test: RuntimeError # Please triage this failure. 539 deferred_shadow_load_library_test: Crash # (=ReceivePortImpl;): Unhandled node
487 deferred_shared_and_unshared_classes_test: RuntimeError # Please triage this fai lure. 540 deferred_shared_and_unshared_classes_test: Crash # (try {return f();}finally {Zo ne._leave(old);}): try/finally
488 deferred_static_seperate_test: RuntimeError # Please triage this failure. 541 deferred_static_seperate_test: Crash # (=ReceivePortImpl;): Unhandled node
489 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 542 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
543 deopt_no_feedback_test: RuntimeError # Please triage this failure.
490 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 544 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
491 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 545 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
492 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 546 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
493 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 547 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
494 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 548 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
495 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>. 549 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>.
550 dynamic_type_literal_test: RuntimeError # undefined is not a function
496 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 551 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
497 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 552 enum_duplicate_test/01: RuntimeError # undefined is not a function
553 enum_duplicate_test/02: RuntimeError # undefined is not a function
554 enum_duplicate_test/none: RuntimeError # undefined is not a function
555 enum_mirror_test: Crash # (switch (type){case ... Unhandled node
556 enum_private_test/01: RuntimeError # undefined is not a function
498 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 557 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
558 enum_private_test/none: RuntimeError # undefined is not a function
499 enum_test: Crash # (switch (e){case Enu... Unhandled node 559 enum_test: Crash # (switch (e){case Enu... Unhandled node
500 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 560 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
561 error_stacktrace_test: RuntimeError # undefined is not a function
562 exception_test: RuntimeError # undefined is not a function
501 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 563 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
502 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 564 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
503 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 565 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
504 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 566 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
505 execute_finally2_test: Crash # (try {int j;j=func()... try/finally 567 execute_finally2_test: Crash # (try {int j;j=func()... try/finally
506 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally 568 execute_finally3_test: Crash # (try {try {int j;j=f... try/finally
507 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 569 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
508 execute_finally5_test: Crash # (try {int j;j=func()... try/finally 570 execute_finally5_test: Crash # (try {int j;j=func()... try/finally
509 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally 571 execute_finally6_test: Crash # (try {try {int j;j=f... try/finally
510 execute_finally7_test: Crash # (try {var a=new List... try/finally 572 execute_finally7_test: Crash # (try {var a=new List... try/finally
511 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 573 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
512 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally 574 execute_finally9_test: Crash # (try {sum+= 1;return... try/finally
575 f_bounded_equality_test: RuntimeError # undefined is not a function
576 f_bounded_quantification4_test: RuntimeError # Cannot read property 'prototype' of undefined
577 f_bounded_quantification5_test: RuntimeError # undefined is not a function
578 factory3_test: RuntimeError # undefined is not a function
579 factory_redirection_test/08: RuntimeError # undefined is not a function
580 factory_redirection_test/09: RuntimeError # undefined is not a function
581 factory_redirection_test/10: RuntimeError # undefined is not a function
582 factory_redirection_test/11: RuntimeError # undefined is not a function
583 factory_redirection_test/12: RuntimeError # undefined is not a function
584 factory_redirection_test/13: RuntimeError # undefined is not a function
585 factory_redirection_test/14: RuntimeError # undefined is not a function
586 factory_redirection_test/none: RuntimeError # undefined is not a function
513 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 587 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
588 factory_type_parameter2_test: RuntimeError # undefined is not a function
589 factory_type_parameter_test: RuntimeError # undefined is not a function
590 fannkuch_test: RuntimeError # Please triage this failure.
591 fast_method_extraction_test: RuntimeError # undefined is not a function
592 field_increment_bailout_test: RuntimeError # Please triage this failure.
593 field_override_test/01: RuntimeError # undefined is not a function
594 field_override_test/02: RuntimeError # undefined is not a function
595 field_override_test/none: RuntimeError # undefined is not a function
514 final_super_field_set_test/01: RuntimeError # Please triage this failure. 596 final_super_field_set_test/01: RuntimeError # Please triage this failure.
597 final_syntax_test/none: RuntimeError # undefined is not a function
515 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 598 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
599 first_class_types_constants_test: RuntimeError # undefined is not a function
600 first_class_types_libraries_test: RuntimeError # undefined is not a function
601 first_class_types_literals_test/01: RuntimeError # undefined is not a function
602 first_class_types_literals_test/02: RuntimeError # undefined is not a function
516 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 603 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
517 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 604 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
518 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 605 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
519 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 606 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
520 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 607 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
521 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 608 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
522 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 609 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
523 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 610 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
524 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 611 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
525 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 612 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
613 first_class_types_literals_test/none: RuntimeError # undefined is not a function
614 first_class_types_test: RuntimeError # undefined is not a function
615 fixed_length_test: RuntimeError # Please triage this failure.
616 fixed_type_variable2_test/01: RuntimeError # undefined is not a function
617 fixed_type_variable2_test/02: RuntimeError # undefined is not a function
618 fixed_type_variable2_test/03: RuntimeError # undefined is not a function
619 fixed_type_variable2_test/04: RuntimeError # undefined is not a function
620 fixed_type_variable2_test/05: RuntimeError # undefined is not a function
621 fixed_type_variable2_test/06: RuntimeError # undefined is not a function
622 fixed_type_variable_test/01: RuntimeError # Cannot read property 'prototype' of undefined
623 fixed_type_variable_test/02: RuntimeError # Cannot read property 'prototype' of undefined
624 fixed_type_variable_test/03: RuntimeError # Cannot read property 'prototype' of undefined
625 fixed_type_variable_test/04: RuntimeError # Cannot read property 'prototype' of undefined
626 fixed_type_variable_test/05: RuntimeError # Cannot read property 'prototype' of undefined
627 fixed_type_variable_test/06: RuntimeError # Cannot read property 'prototype' of undefined
526 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 628 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
527 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 629 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
528 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 630 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
529 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 631 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
530 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 632 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
531 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 633 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
532 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 634 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
533 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 635 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
534 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions 636 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
535 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 637 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
536 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 638 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
537 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 639 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
538 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 640 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
539 for2_test: Crash # Please triage this failure. 641 for2_test: Crash # The null object does not have a getter 'field'.
642 for_in2_test: RuntimeError # undefined is not a function
540 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 643 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
644 function_getter_test: RuntimeError # Cannot read property 'prototype' of undefin ed
645 function_literals_test: RuntimeError # Cannot read property 'prototype' of undef ined
541 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 646 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
542 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__. 647 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
543 function_subtype1_test: Crash # type expression int_ (typedef) 648 function_subtype1_test: Crash # type expression int_ (typedef)
544 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1. 649 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
545 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 650 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
546 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>. 651 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
547 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 652 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
548 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 653 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
549 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 654 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
550 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 655 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
551 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 656 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
552 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 657 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
553 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 658 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
554 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 659 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
555 function_subtype_call1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 660 function_subtype_call1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
556 function_subtype_call2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 661 function_subtype_call2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
557 function_subtype_cast0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 662 function_subtype_cast0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
558 function_subtype_cast1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 663 function_subtype_cast1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
559 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>. 664 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>.
560 function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>. 665 function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo<T>.
561 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 666 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
562 function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 667 function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
563 function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 668 function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
564 function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Foo<T>. 669 function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Foo<T>.
670 function_subtype_factory1_test: RuntimeError # Cannot read property 'prototype' of undefined
565 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo. 671 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo.
566 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 672 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
567 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>. 673 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>.
568 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 674 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
569 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 675 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
570 function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 676 function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
571 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 677 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
572 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_. 678 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_.
573 function_subtype_named2_test: Crash # type expression void___a_int (typedef) 679 function_subtype_named2_test: Crash # type expression void___a_int (typedef)
574 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo. 680 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
575 function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo. 681 function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
576 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>. 682 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
577 function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>. 683 function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
578 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_. 684 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
579 function_subtype_optional2_test: Crash # type expression void___int (typedef) 685 function_subtype_optional2_test: Crash # type expression void___int (typedef)
580 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 686 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
581 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 687 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
582 function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 688 function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
583 function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 689 function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
584 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo. 690 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
585 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 691 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
586 function_subtype_typearg0_test: Crash # type expression Foo (typedef) 692 function_subtype_typearg0_test: Crash # type expression Foo (typedef)
587 function_subtype_typearg1_test: Crash # type expression f2 (typedef) 693 function_subtype_typearg1_test: Crash # type expression f2 (typedef)
588 function_subtype_typearg2_test: Crash # type expression f1 (typedef) 694 function_subtype_typearg2_test: Crash # type expression f1 (typedef)
589 function_subtype_typearg3_test: Crash # type expression f1 (typedef) 695 function_subtype_typearg3_test: Crash # type expression f1 (typedef)
590 function_subtype_typearg4_test: Crash # type expression f1 (typedef) 696 function_subtype_typearg4_test: Crash # type expression f1 (typedef)
697 function_syntax_test/none: RuntimeError # Please triage this failure.
698 function_test: RuntimeError # Please triage this failure.
591 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F. 699 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
592 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1. 700 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
593 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 701 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
594 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 702 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
595 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 703 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
596 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 704 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
597 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 705 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
706 gc_test: RuntimeError # Please triage this failure.
707 generic2_test: RuntimeError # undefined is not a function
598 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 708 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
599 generic_constructor_mixin2_test: Crash # Please triage this failure. 709 generic_constructor_mixin2_test: Crash # Internal Error: No default constructor available.
600 generic_constructor_mixin3_test: Crash # Please triage this failure. 710 generic_constructor_mixin3_test: Crash # Internal Error: No default constructor available.
601 generic_constructor_mixin_test: Crash # Please triage this failure. 711 generic_constructor_mixin_test: Crash # Internal Error: No default constructor a vailable.
602 generic_field_mixin3_test: RuntimeError # Please triage this failure. 712 generic_creation_test: RuntimeError # Cannot read property 'prototype' of undefi ned
713 generic_deep_test: RuntimeError # undefined is not a function
714 generic_field_mixin2_test: RuntimeError # undefined is not a function
715 generic_field_mixin3_test: RuntimeError # undefined is not a function
716 generic_field_mixin4_test: RuntimeError # undefined is not a function
717 generic_field_mixin5_test: RuntimeError # undefined is not a function
718 generic_field_mixin_test: RuntimeError # undefined is not a function
719 generic_inheritance_test: RuntimeError # undefined is not a function
720 generic_instanceof2_test: RuntimeError # undefined is not a function
721 generic_instanceof3_test: RuntimeError # undefined is not a function
722 generic_instanceof4_test: RuntimeError # undefined is not a function
723 generic_instanceof5_test: RuntimeError # undefined is not a function
724 generic_instanceof_test: RuntimeError # undefined is not a function
725 generic_is_check_test: RuntimeError # undefined is not a function
603 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 726 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
727 generic_native_test: RuntimeError # undefined is not a function
728 generic_object_type_test: RuntimeError # undefined is not a function
729 generic_parameterized_extends_test: RuntimeError # undefined is not a function
730 generics_test: RuntimeError # undefined is not a function
731 getter_setter_interceptor_test: RuntimeError # Please triage this failure.
732 getter_setter_order_test: RuntimeError # Please triage this failure.
733 gvn_interceptor_test: RuntimeError # Please triage this failure.
734 identical_closure_test: RuntimeError # Cannot read property 'prototype' of undef ined
735 if_null_assignment_behavior_test/01: RuntimeError # Please triage this failure.
736 if_null_assignment_behavior_test/02: RuntimeError # Please triage this failure.
604 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 737 if_null_assignment_behavior_test/04: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
605 if_null_assignment_static_test/01: RuntimeError # Please triage this failure. 738 if_null_assignment_behavior_test/05: RuntimeError # Please triage this failure.
739 if_null_assignment_behavior_test/06: RuntimeError # Please triage this failure.
740 if_null_assignment_behavior_test/07: RuntimeError # Please triage this failure.
741 if_null_assignment_behavior_test/08: RuntimeError # Please triage this failure.
742 if_null_assignment_behavior_test/09: RuntimeError # Please triage this failure.
743 if_null_assignment_behavior_test/10: RuntimeError # Please triage this failure.
744 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure.
745 if_null_assignment_behavior_test/15: RuntimeError # undefined is not a function
746 if_null_assignment_behavior_test/16: RuntimeError # Please triage this failure.
747 if_null_assignment_behavior_test/17: RuntimeError # Please triage this failure.
748 if_null_assignment_behavior_test/18: RuntimeError # Please triage this failure.
749 if_null_assignment_behavior_test/19: RuntimeError # Please triage this failure.
750 if_null_assignment_behavior_test/20: RuntimeError # Please triage this failure.
751 if_null_assignment_behavior_test/21: RuntimeError # Please triage this failure.
752 if_null_assignment_behavior_test/22: RuntimeError # Please triage this failure.
753 if_null_assignment_behavior_test/23: RuntimeError # Please triage this failure.
754 if_null_assignment_behavior_test/24: RuntimeError # Please triage this failure.
755 if_null_assignment_behavior_test/25: RuntimeError # Please triage this failure.
756 if_null_assignment_behavior_test/26: RuntimeError # Please triage this failure.
757 if_null_assignment_behavior_test/27: RuntimeError # Please triage this failure.
758 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
759 if_null_assignment_static_test/01: RuntimeError # undefined is not a function
606 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 760 if_null_assignment_static_test/02: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
607 if_null_assignment_static_test/03: RuntimeError # Please triage this failure. 761 if_null_assignment_static_test/03: RuntimeError # undefined is not a function
608 if_null_assignment_static_test/04: RuntimeError # Please triage this failure. 762 if_null_assignment_static_test/04: RuntimeError # undefined is not a function
609 if_null_assignment_static_test/05: RuntimeError # Please triage this failure. 763 if_null_assignment_static_test/05: RuntimeError # undefined is not a function
610 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 764 if_null_assignment_static_test/06: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
611 if_null_assignment_static_test/08: RuntimeError # Please triage this failure. 765 if_null_assignment_static_test/08: RuntimeError # undefined is not a function
612 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 766 if_null_assignment_static_test/09: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
613 if_null_assignment_static_test/10: RuntimeError # Please triage this failure. 767 if_null_assignment_static_test/10: RuntimeError # undefined is not a function
614 if_null_assignment_static_test/11: RuntimeError # Please triage this failure. 768 if_null_assignment_static_test/11: RuntimeError # undefined is not a function
615 if_null_assignment_static_test/12: RuntimeError # Please triage this failure. 769 if_null_assignment_static_test/12: RuntimeError # undefined is not a function
616 if_null_assignment_static_test/13: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 770 if_null_assignment_static_test/13: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
617 if_null_assignment_static_test/15: RuntimeError # Please triage this failure. 771 if_null_assignment_static_test/15: RuntimeError # undefined is not a function
618 if_null_assignment_static_test/16: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 772 if_null_assignment_static_test/16: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
619 if_null_assignment_static_test/17: RuntimeError # Please triage this failure. 773 if_null_assignment_static_test/17: RuntimeError # undefined is not a function
620 if_null_assignment_static_test/18: RuntimeError # Please triage this failure. 774 if_null_assignment_static_test/18: RuntimeError # undefined is not a function
621 if_null_assignment_static_test/19: RuntimeError # Please triage this failure. 775 if_null_assignment_static_test/19: RuntimeError # undefined is not a function
622 if_null_assignment_static_test/20: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 776 if_null_assignment_static_test/20: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
623 if_null_assignment_static_test/22: RuntimeError # Please triage this failure. 777 if_null_assignment_static_test/22: RuntimeError # undefined is not a function
624 if_null_assignment_static_test/23: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 778 if_null_assignment_static_test/23: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
625 if_null_assignment_static_test/24: RuntimeError # Please triage this failure. 779 if_null_assignment_static_test/24: RuntimeError # undefined is not a function
626 if_null_assignment_static_test/25: RuntimeError # Please triage this failure. 780 if_null_assignment_static_test/25: RuntimeError # undefined is not a function
627 if_null_assignment_static_test/26: RuntimeError # Please triage this failure. 781 if_null_assignment_static_test/26: RuntimeError # undefined is not a function
628 if_null_assignment_static_test/27: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 782 if_null_assignment_static_test/27: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
629 if_null_assignment_static_test/29: RuntimeError # Please triage this failure. 783 if_null_assignment_static_test/29: RuntimeError # Please triage this failure.
630 if_null_assignment_static_test/30: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 784 if_null_assignment_static_test/30: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
631 if_null_assignment_static_test/31: RuntimeError # Please triage this failure. 785 if_null_assignment_static_test/31: RuntimeError # Please triage this failure.
632 if_null_assignment_static_test/32: RuntimeError # Please triage this failure. 786 if_null_assignment_static_test/32: RuntimeError # Please triage this failure.
633 if_null_assignment_static_test/33: RuntimeError # Please triage this failure. 787 if_null_assignment_static_test/33: RuntimeError # Please triage this failure.
634 if_null_assignment_static_test/34: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 788 if_null_assignment_static_test/34: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
635 if_null_assignment_static_test/36: RuntimeError # Please triage this failure. 789 if_null_assignment_static_test/35: RuntimeError # Please triage this failure.
790 if_null_assignment_static_test/36: RuntimeError # undefined is not a function
636 if_null_assignment_static_test/37: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 791 if_null_assignment_static_test/37: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
637 if_null_assignment_static_test/38: RuntimeError # Please triage this failure. 792 if_null_assignment_static_test/38: RuntimeError # undefined is not a function
638 if_null_assignment_static_test/39: RuntimeError # Please triage this failure. 793 if_null_assignment_static_test/39: RuntimeError # undefined is not a function
639 if_null_assignment_static_test/40: RuntimeError # Please triage this failure. 794 if_null_assignment_static_test/40: RuntimeError # undefined is not a function
640 if_null_assignment_static_test/41: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 795 if_null_assignment_static_test/41: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
641 if_null_behavior_test/07: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 796 if_null_behavior_test/07: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
642 if_null_behavior_test/10: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 797 if_null_behavior_test/10: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
643 if_null_behavior_test/12: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 798 if_null_behavior_test/12: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
644 if_null_behavior_test/14: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 799 if_null_behavior_test/14: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
645 if_null_behavior_test/15: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 800 if_null_behavior_test/15: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
646 if_null_behavior_test/16: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 801 if_null_behavior_test/16: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
647 if_null_precedence_test/07: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 802 if_null_precedence_test/07: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
648 if_null_precedence_test/08: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 803 if_null_precedence_test/08: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
649 implicit_super_constructor_call_test: Crash # Please triage this failure. 804 implicit_closure1_test: RuntimeError # Cannot read property 'prototype' of undef ined
805 implicit_closure2_test: RuntimeError # Cannot read property 'prototype' of undef ined
806 implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefi ned
807 implicit_super_constructor_call_test: Crash # Invalid argument(s)
808 implied_interface_test: RuntimeError # undefined is not a function
650 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 809 import_self_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
810 incr_op_test: RuntimeError # Please triage this failure.
811 index_test: RuntimeError # Please triage this failure.
651 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 812 inference_captured_variable2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
652 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 813 inference_captured_variable_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
653 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 814 inference_list_or_null_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
654 inference_mixin_field_test: Crash # Please triage this failure. 815 inference_mixin_field_test: Crash # Internal Error: No default constructor avail able.
655 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 816 inference_super_constructor_call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
656 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 817 inferrer_constructor2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
657 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 818 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
658 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 819 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
659 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 820 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
660 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 821 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
661 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 822 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
662 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. 823 inferrer_synthesized_super_constructor_test: Crash # Invalid argument(s)
663 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 824 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
664 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 825 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
826 inlined_conditional_test: RuntimeError # Cannot read property 'prototype' of und efined
665 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 827 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
666 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 828 instance_creation_in_function_annotation_test: Crash # (switch (name){case ... Unhandled node
667 instanceof4_test/01: RuntimeError # Please triage this failure. 829 instanceof2_test: RuntimeError # Please triage this failure.
830 instanceof3_test: RuntimeError # undefined is not a function
831 instanceof4_test/01: RuntimeError # undefined is not a function
832 instanceof4_test/none: RuntimeError # undefined is not a function
668 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 833 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
669 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 834 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
835 interceptor7_test: RuntimeError # Please triage this failure.
836 interceptor9_test: RuntimeError # undefined is not a function
670 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 837 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
671 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 838 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
672 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 839 invocation_mirror_invoke_on_test: RuntimeError # undefined is not a function
673 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 840 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
841 is_function_test: RuntimeError # Cannot read property 'prototype' of undefined
842 is_interfaces2_test: RuntimeError # undefined is not a function
843 is_interfaces_test: RuntimeError # undefined is not a function
844 is_malformed_type_test/94: RuntimeError # undefined is not a function
845 is_malformed_type_test/95: RuntimeError # undefined is not a function
846 is_malformed_type_test/96: RuntimeError # undefined is not a function
847 is_malformed_type_test/97: RuntimeError # undefined is not a function
848 is_malformed_type_test/98: RuntimeError # undefined is not a function
849 is_malformed_type_test/99: RuntimeError # undefined is not a function
674 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 850 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
675 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 851 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
852 is_operator_clash_test: RuntimeError # undefined is not a function
676 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 853 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
854 issue10204_test: RuntimeError # undefined is not a function
677 issue10581_test: Crash # (switch (type){case ... Unhandled node 855 issue10581_test: Crash # (switch (type){case ... Unhandled node
678 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 856 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
679 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 857 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
680 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 858 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
681 issue12023_test: Crash # (switch (action){cas... Unhandled node 859 issue12023_test: Crash # (switch (action){cas... Unhandled node
682 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 860 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
861 issue12288_test: RuntimeError # Please triage this failure.
862 issue13179_test: RuntimeError # Cannot read property 'prototype' of undefined
683 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 863 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
684 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>. 864 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>.
865 issue15720_test: RuntimeError # undefined is not a function
685 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 866 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
686 issue_1751477_test: RuntimeError # Please triage this failure. 867 issue21159_test: RuntimeError # undefined is not a function
868 issue7513_test: RuntimeError # Please triage this failure.
869 issue_1751477_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs.
687 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 870 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
688 large_class_declaration_test: Crash # Please triage this failure. 871 large_class_declaration_test: Crash # Stack Overflow
872 lazy_map_test: RuntimeError # undefined is not a function
689 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 873 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
690 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 874 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
691 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 875 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
692 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 876 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
693 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 877 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
878 list_is_test: RuntimeError # Please triage this failure.
694 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 879 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
695 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 880 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
696 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary. 881 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
882 list_tracer_closure_test: RuntimeError # Please triage this failure.
883 list_tracer_in_list_test: RuntimeError # Please triage this failure.
884 list_tracer_in_map_test: RuntimeError # undefined is not a function
885 list_tracer_return_from_tearoff_closure_test: RuntimeError # Please triage this failure.
886 local_function3_test: RuntimeError # undefined is not a function
887 local_function_test: RuntimeError # Please triage this failure.
888 logical_expression_test: RuntimeError # Please triage this failure.
889 main_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
890 main_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
891 main_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
892 main_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
893 main_test/20: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
894 main_test/21: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
895 main_test/22: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
896 main_test/41: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
897 main_test/42: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
898 main_test/43: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
899 main_test/44: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
900 main_test/45: Crash # Instance of 'TypeOperator': type check unimplemented for _ MainFunctionArgs.
697 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 901 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
698 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 902 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
699 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 903 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
904 malbounded_type_test_test/01: RuntimeError # undefined is not a function
905 malbounded_type_test_test/04: RuntimeError # undefined is not a function
906 malformed2_test/00: RuntimeError # undefined is not a function
907 malformed_inheritance_test/02: RuntimeError # undefined is not a function
908 malformed_inheritance_test/04: RuntimeError # undefined is not a function
909 malformed_inheritance_test/06: RuntimeError # undefined is not a function
700 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 910 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
701 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 911 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
702 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 912 many_calls_test: RuntimeError # Please triage this failure.
913 many_generic_instanceof_test: RuntimeError # undefined is not a function
914 many_named_arguments_test: RuntimeError # undefined is not a function
915 many_overridden_no_such_method_test: RuntimeError # undefined is not a function
916 map_literal10_test: RuntimeError # undefined is not a function
917 map_literal2_test: RuntimeError # undefined is not a function
918 map_literal3_test: RuntimeError # undefined is not a function
919 map_literal5_test: RuntimeError # undefined is not a function
920 map_literal6_test: RuntimeError # undefined is not a function
921 map_literal_test: RuntimeError # undefined is not a function
922 map_test: RuntimeError # undefined is not a function
923 mega_load_test: RuntimeError # Please triage this failure.
703 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 924 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
925 method_binding_test: RuntimeError # Cannot read property 'prototype' of undefine d
926 method_invocation_test: RuntimeError # undefined is not a function
704 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 927 method_override4_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. 928 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
706 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 929 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
930 methods_as_constants2_test: RuntimeError # Cannot read property 'prototype' of u ndefined
931 minify_closure_variable_collision_test: RuntimeError # Please triage this failur e.
707 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally 932 mint_arithmetic_test: Crash # (try {f(a,b){var s=b... try/finally
708 mixin_bound_test: Crash # Please triage this failure. 933 mint_compares_test: RuntimeError # Cannot read property 'prototype' of undefined
934 mixin_bound_test: Crash # Internal Error: No default constructor available.
709 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 935 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
710 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 936 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
711 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 937 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
712 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 938 mixin_forwarding_constructor1_test: Crash # Internal Error: No default construct or available.
713 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 939 mixin_forwarding_constructor3_test: Crash # Internal Error: No default construct or available.
940 mixin_generic_test: RuntimeError # undefined is not a function
714 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 941 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
942 mixin_issue10216_2_test: RuntimeError # undefined is not a function
943 mixin_issue10216_test: RuntimeError # undefined is not a function
715 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 944 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
716 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 945 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
717 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 946 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
718 mixin_super_constructor2_test: Crash # Please triage this failure. 947 mixin_mixin4_test: RuntimeError # undefined is not a function
719 mixin_super_constructor_default_test: Crash # Please triage this failure. 948 mixin_mixin5_test: RuntimeError # undefined is not a function
720 mixin_super_constructor_multiple_test: Crash # Please triage this failure. 949 mixin_mixin6_test: RuntimeError # undefined is not a function
721 mixin_super_constructor_named_test/01: Crash # Please triage this failure. 950 mixin_mixin_bound2_test: RuntimeError # undefined is not a function
722 mixin_super_constructor_named_test/none: Crash # Please triage this failure. 951 mixin_mixin_bound_test: RuntimeError # undefined is not a function
723 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure. 952 mixin_only_for_rti_test: RuntimeError # undefined is not a function
724 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e. 953 mixin_prefix_test: Crash # Internal Error: No default constructor available.
725 mixin_super_constructor_test: Crash # Please triage this failure. 954 mixin_super_constructor2_test: Crash # Internal Error: No default constructor av ailable.
726 mixin_type_parameter2_test: Crash # Please triage this failure. 955 mixin_super_constructor_default_test: Crash # Internal Error: No default constru ctor available.
727 mixin_type_parameter3_test: Crash # Please triage this failure. 956 mixin_super_constructor_multiple_test: Crash # Internal Error: No default constr uctor available.
728 mixin_type_parameters_mixin_extends_test: Crash # Please triage this failure. 957 mixin_super_constructor_named_test/01: Crash # Internal Error: No default constr uctor available.
729 mixin_type_parameters_mixin_test: Crash # Please triage this failure. 958 mixin_super_constructor_named_test/none: Crash # Internal Error: No default cons tructor available.
730 mixin_type_parameters_super_extends_test: Crash # Please triage this failure. 959 mixin_super_constructor_positionals_test/01: Crash # Internal Error: No default constructor available.
731 mixin_type_parameters_super_test: Crash # Please triage this failure. 960 mixin_super_constructor_positionals_test/none: Crash # Internal Error: No defaul t constructor available.
732 mixin_typedef_constructor_test: Crash # Please triage this failure. 961 mixin_super_constructor_test: Crash # Internal Error: No default constructor ava ilable.
962 mixin_type_parameter1_test: RuntimeError # undefined is not a function
963 mixin_type_parameter2_test: Crash # Internal Error: No default constructor avail able.
964 mixin_type_parameter3_test: Crash # Internal Error: No default constructor avail able.
965 mixin_type_parameter4_test: RuntimeError # undefined is not a function
966 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
967 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
968 mixin_type_parameters_simple_test: RuntimeError # Cannot read property 'prototyp e' of undefined
969 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
970 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
971 mixin_typedef_constructor_test: Crash # Internal Error: No default constructor a vailable.
733 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary. 972 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
734 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 973 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
735 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 974 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
736 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 975 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
976 named_parameters2_test: RuntimeError # undefined is not a function
977 named_parameters3_test: RuntimeError # undefined is not a function
978 named_parameters4_test: RuntimeError # undefined is not a function
737 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 979 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
980 named_parameters_with_conversions_test: RuntimeError # Cannot read property 'pro totype' of undefined
981 named_parameters_with_dollars_test: RuntimeError # Please triage this failure.
982 namer2_test: RuntimeError # undefined is not a function
738 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 983 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
984 nested_if_test: RuntimeError # Please triage this failure.
739 nested_switch_label_test: Crash # (switch (target){out... Unhandled node 985 nested_switch_label_test: Crash # (switch (target){out... Unhandled node
740 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 986 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
987 no_such_method2_test: RuntimeError # undefined is not a function
741 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 988 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
742 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 989 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
743 no_such_method_test: RuntimeError # Please triage this failure. 990 no_such_method_test: RuntimeError # undefined is not a function
991 null_access_error_test: RuntimeError # undefined is not a function
744 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 992 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
993 null_is2_test: RuntimeError # undefined is not a function
745 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 994 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
746 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 995 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
996 null_to_string2_test: RuntimeError # Cannot read property 'prototype' of undefin ed
997 null_to_string_test: RuntimeError # Cannot read property 'prototype' of undefine d
747 number_identifier_test/05: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 998 number_identifier_test/05: 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. 999 number_identifier_test/08: 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. 1000 number_identifier_test/09: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
750 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 1001 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
751 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 1002 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
1003 operator_index_evaluation_order_test: RuntimeError # Please triage this failure.
1004 optimize_redundant_array_load_test: RuntimeError # Please triage this failure.
752 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1005 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1006 optimized_lists_test: RuntimeError # Please triage this failure.
753 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 1007 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
754 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1008 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
755 overridden_no_such_method_test: RuntimeError # Please triage this failure. 1009 ordered_maps_test: RuntimeError # Please triage this failure.
1010 osr_test: RuntimeError # Please triage this failure.
1011 overridden_no_such_method_test: RuntimeError # undefined is not a function
1012 override_method_with_field_test/02: RuntimeError # Cannot read property 'prototy pe' of undefined
1013 override_method_with_field_test/none: RuntimeError # Cannot read property 'proto type' of undefined
1014 param2_test: RuntimeError # Please triage this failure.
1015 parse_closures_in_initializers_test: RuntimeError # undefined is not a function
756 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node 1016 phi_merge_test: Crash # (switch (value){case 42:break;case 43:break;}): Unhandle d node
1017 prefix14_test: RuntimeError # Cannot read property 'prototype' of undefined
1018 prefix15_test: RuntimeError # Cannot read property 'prototype' of undefined
757 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc. 1019 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
1020 prefix21_test: RuntimeError # Cannot read property 'prototype' of undefined
758 prefix_unqualified_invocation_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1021 prefix_unqualified_invocation_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1022 private3_test: RuntimeError # undefined is not a function
759 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1023 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
760 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1024 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
761 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1025 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
762 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1026 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
763 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1027 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
764 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1028 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
765 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1029 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
766 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 1030 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
1031 private_mixin_exception_throw_test: RuntimeError # undefined is not a function
1032 pure_function2_test: RuntimeError # Please triage this failure.
1033 pure_function_test: RuntimeError # Please triage this failure.
767 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 1034 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
1035 range_analysis_test: RuntimeError # Cannot read property 'prototype' of undefine d
1036 recursive_calls_test: RuntimeError # Cannot read property 'prototype' of undefin ed
768 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary. 1037 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
1038 redirecting_factory_long_test: RuntimeError # undefined is not a function
769 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 1039 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
770 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 1040 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
771 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 1041 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
772 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 1042 ref_before_declaration_test/03: 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 1043 ref_before_declaration_test/04: 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 1044 ref_before_declaration_test/05: 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 1045 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
776 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 1046 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
777 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 1047 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
1048 reg_ex2_test: RuntimeError # Cannot read property 'prototype' of undefined
1049 reg_exp2_test: RuntimeError # Cannot read property 'prototype' of undefined
1050 reg_exp3_test: RuntimeError # undefined is not a function
778 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 1051 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
1052 regress_11800_test: RuntimeError # Please triage this failure.
779 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1053 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
780 regress_18435_test: Crash # Please triage this failure. 1054 regress_14105_test: RuntimeError # undefined is not a function
781 regress_18535_test: Crash # Please triage this failure. 1055 regress_18435_test: Crash # Invalid argument(s)
1056 regress_18535_test: Crash # Internal Error: No default constructor available.
1057 regress_21016_test: RuntimeError # Please triage this failure.
782 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 1058 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
783 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 1059 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
784 regress_22443_test: RuntimeError # Please triage this failure. 1060 regress_22443_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs.
785 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 1061 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
786 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 1062 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
1063 regress_22700_test: RuntimeError # Cannot read property 'prototype' of undefined
787 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions 1064 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a sync* functions
788 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions 1065 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a sync* functions
789 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 1066 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
790 regress_22936_test/01: Crash # Please triage this failure. 1067 regress_22936_test/01: Crash # The null object does not have a getter '_element' .
791 regress_22936_test/none: Crash # Please triage this failure. 1068 regress_22936_test/none: Crash # The null object does not have a getter '_elemen t'.
792 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions 1069 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a sync* functions
793 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions 1070 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync */async* functions
794 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions 1071 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync */async* functions
795 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions 1072 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy nc*/async* functions
796 regress_23537_test: Crash # (try {var b;try {for... try/finally 1073 regress_23537_test: Crash # (try {var b;try {for... try/finally
1074 regress_r24720_test: RuntimeError # undefined is not a function
1075 reify_typevar_test: RuntimeError # Cannot read property 'prototype' of undefined
1076 return_this_type_test: RuntimeError # undefined is not a function
797 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1077 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1078 savannah_test: RuntimeError # undefined is not a function
798 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1079 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
1080 skip_expression_test: RuntimeError # Cannot read property 'prototype' of undefin ed
1081 smaller_4_Interface_Types_A11_t02_test: RuntimeError # undefined is not a functi on
1082 smi_type_test: RuntimeError # undefined is not a function
1083 stack_overflow_stacktrace_test: RuntimeError # undefined is not a function
1084 stack_overflow_test: RuntimeError # undefined is not a function
799 stack_trace_test: Crash # (try {int j;i=func2(... try/finally 1085 stack_trace_test: Crash # (try {int j;i=func2(... try/finally
800 statement_test: Crash # (try {throw "foo";}c... try/finally 1086 statement_test: Crash # (try {throw "foo";}c... try/finally
1087 static_closure_identical_test: RuntimeError # Cannot read property 'prototype' o f undefined
1088 static_field_test/none: RuntimeError # Cannot read property 'prototype' of undef ined
1089 static_getter_no_setter1_test/01: RuntimeError # undefined is not a function
1090 static_getter_no_setter2_test/01: RuntimeError # undefined is not a function
1091 static_getter_no_setter3_test/01: RuntimeError # undefined is not a function
1092 static_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
801 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 1093 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
802 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 1094 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
803 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 1095 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
1096 string_interpolate2_test: RuntimeError # undefined is not a function
1097 string_interpolate_null_test: RuntimeError # undefined is not a function
1098 string_interpolation_test/01: RuntimeError # Cannot read property 'prototype' of undefined
1099 string_interpolation_test/none: RuntimeError # Cannot read property 'prototype' of undefined
1100 string_join_test: RuntimeError # Please triage this failure.
804 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 1101 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
805 super_all_named_constructor_test: Crash # Please triage this failure. 1102 string_test: RuntimeError # undefined is not a function
806 super_bound_closure_test/01: RuntimeError # Please triage this failure. 1103 substring_test/01: RuntimeError # undefined is not a function
807 super_bound_closure_test/none: RuntimeError # Please triage this failure. 1104 super_all_named_constructor_test: Crash # Invalid argument(s)
1105 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
1106 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
808 super_call4_test: RuntimeError # Please triage this failure. 1107 super_call4_test: RuntimeError # Please triage this failure.
809 super_getter_setter_test: Crash # Please triage this failure. 1108 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
810 super_implicit_closure_test: RuntimeError # Please triage this failure. 1109 super_implicit_closure_test: RuntimeError # Cannot read property 'prototype' of undefined
811 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 1110 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
812 super_operator_index2_test: RuntimeError # Please triage this failure. 1111 super_operator_index2_test: RuntimeError # undefined is not a function
1112 super_operator_index3_test: RuntimeError # Please triage this failure.
1113 super_operator_index4_test: RuntimeError # Please triage this failure.
813 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 1114 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
1115 super_operator_index6_test: RuntimeError # Please triage this failure.
814 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 1116 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
815 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 1117 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
816 super_operator_index_test/01: Crash # Please triage this failure. 1118 super_operator_index_test/01: Crash # The null object does not have a getter 'is Parameter'.
817 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 1119 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
818 super_operator_index_test/04: Crash # Please triage this failure. 1120 super_operator_index_test/04: Crash # The null object does not have a getter 'is Parameter'.
819 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 1121 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
820 super_operator_index_test/06: Crash # Please triage this failure. 1122 super_operator_index_test/06: Crash # The null object does not have a getter 'is Parameter'.
821 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 1123 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
822 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 1124 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
823 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 1125 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
824 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node 1126 switch_bad_case_test/none: Crash # (switch (n){case 1:return "I";case 4:return " IV";}): Unhandled node
825 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node 1127 switch_case_static_const_test: Crash # (switch (p){case S:break;case A.S:break;c ase 'abc':break;}): Unhandled node
826 switch_case_test/none: Crash # (switch (new B()){}): Unhandled node 1128 switch_case_test/none: Crash # (switch (new B()){}): 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 1129 switch_fallthru_test: Crash # (switch (n){case 0:result="zero";break;case 1:resu lt="one";case 9:result="nine";}): Unhandled node
828 switch_label2_test: Crash # (switch (target){cas... Unhandled node 1130 switch_label2_test: Crash # (switch (target){cas... Unhandled node
829 switch_label_test: Crash # (switch (animal){cas... Unhandled node 1131 switch_label_test: Crash # (switch (animal){cas... Unhandled node
830 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node 1132 switch_scope_test: Crash # (switch (1){case 1:f... Unhandled node
(...skipping 12 matching lines...) Expand all
843 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions 1145 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy nc*/async* functions
844 throw1_test: Crash # (try {int j;j=func()... try/finally 1146 throw1_test: Crash # (try {int j;j=func()... try/finally
845 throw2_test: Crash # (try {int j;j=func()... try/finally 1147 throw2_test: Crash # (try {int j;j=func()... try/finally
846 throw3_test: Crash # (try {int j;i=100;i=... try/finally 1148 throw3_test: Crash # (try {int j;i=100;i=... try/finally
847 throw4_test: Crash # (try {j=func();}on M... try/finally 1149 throw4_test: Crash # (try {j=func();}on M... try/finally
848 throw5_test: Crash # (try {int j;j=func()... try/finally 1150 throw5_test: Crash # (try {int j;j=func()... try/finally
849 throw6_test: Crash # (try {j=func();}catc... try/finally 1151 throw6_test: Crash # (try {j=func();}catc... try/finally
850 throw8_test: Crash # (try {try {return 49... try/finally 1152 throw8_test: Crash # (try {try {return 49... try/finally
851 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 1153 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
852 throw_test: Crash # (try {int j;j=func()... try/finally 1154 throw_test: Crash # (try {int j;j=func()... try/finally
1155 top_level_getter_no_setter1_test/01: RuntimeError # undefined is not a function
1156 top_level_getter_no_setter2_test/01: RuntimeError # undefined is not a function
1157 top_level_in_initializer_test: RuntimeError # Cannot read property 'prototype' o f undefined
853 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1158 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
854 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally 1159 try_catch3_test: Crash # (try {int j;j=f2();j... try/finally
855 try_catch4_test: Crash # (try {doThrow();}cat... try/finally 1160 try_catch4_test: Crash # (try {doThrow();}cat... try/finally
856 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 1161 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
1162 try_catch_on_syntax_test/07: RuntimeError # undefined is not a function
1163 try_catch_on_syntax_test/10: Pass # undefined is not a function
1164 try_catch_on_syntax_test/11: Pass # undefined is not a function
1165 try_catch_on_syntax_test/none: RuntimeError # undefined is not a function
1166 try_catch_optimized1_test: Crash # (switch (codeUnit){c... Unhandled node
857 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 1167 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
1168 try_catch_optimized4_test: RuntimeError # undefined is not a function
858 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 1169 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
859 try_catch_test/none: Crash # Please triage this failure. 1170 try_catch_test/none: Crash # The null object does not have a getter '_element'.
860 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1171 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1172 type_argument_substitution_test: RuntimeError # undefined is not a function
1173 type_check_const_function_typedef2_test/00: RuntimeError # Cannot read property 'prototype' of undefined
1174 type_check_const_function_typedef2_test/none: RuntimeError # Cannot read propert y 'prototype' of undefined
1175 type_check_const_function_typedef_test: RuntimeError # Cannot read property 'pro totype' of undefined
861 type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 1176 type_check_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
1177 type_conversion_ssa_test: RuntimeError # undefined is not a function
1178 type_error_test: RuntimeError # undefined is not a function
862 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1179 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
863 type_parameter_test/01: Crash # Please triage this failure. 1180 type_parameter_literal_test: RuntimeError # Cannot read property 'prototype' of undefined
864 type_parameter_test/02: Crash # Please triage this failure. 1181 type_parameter_test/01: Crash # Invalid argument(s)
865 type_parameter_test/03: Crash # Please triage this failure. 1182 type_parameter_test/02: Crash # Invalid argument(s)
866 type_parameter_test/04: Crash # Please triage this failure. 1183 type_parameter_test/03: Crash # Invalid argument(s)
867 type_parameter_test/05: Crash # Please triage this failure. 1184 type_parameter_test/04: Crash # Invalid argument(s)
868 type_parameter_test/06: Crash # Please triage this failure. 1185 type_parameter_test/05: Crash # Invalid argument(s)
869 type_parameter_test/none: Crash # Please triage this failure. 1186 type_parameter_test/06: Crash # Invalid argument(s)
1187 type_parameter_test/none: Crash # Invalid argument(s)
870 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1188 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
871 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1189 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
872 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1190 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
873 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1191 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
874 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1192 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
875 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1193 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
876 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1194 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
877 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1195 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
878 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1196 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
879 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1197 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
880 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1198 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
881 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1199 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
882 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1200 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
883 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1201 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
884 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn. 1202 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
1203 type_promotion_more_specific_test/01: RuntimeError # undefined is not a function
1204 type_promotion_more_specific_test/02: RuntimeError # undefined is not a function
1205 type_promotion_more_specific_test/03: RuntimeError # undefined is not a function
1206 type_promotion_more_specific_test/04: RuntimeError # undefined is not a function
1207 type_promotion_more_specific_test/05: RuntimeError # undefined is not a function
1208 type_promotion_more_specific_test/06: RuntimeError # undefined is not a function
1209 type_promotion_more_specific_test/07: RuntimeError # undefined is not a function
1210 type_promotion_more_specific_test/08: RuntimeError # undefined is not a function
1211 type_promotion_more_specific_test/09: RuntimeError # undefined is not a function
1212 type_promotion_more_specific_test/10: RuntimeError # undefined is not a function
1213 type_promotion_more_specific_test/11: RuntimeError # undefined is not a function
1214 type_promotion_more_specific_test/12: RuntimeError # undefined is not a function
1215 type_promotion_more_specific_test/13: RuntimeError # undefined is not a function
1216 type_promotion_more_specific_test/none: RuntimeError # undefined is not a functi on
885 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 1217 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
886 type_variable_closure2_test: RuntimeError # Please triage this failure. 1218 type_propagation_test: RuntimeError # undefined is not a function
1219 type_variable_bounds3_test/00: RuntimeError # undefined is not a function
1220 type_variable_closure2_test: RuntimeError # undefined is not a function
887 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 1221 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
888 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1222 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
889 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1223 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
890 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1224 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
891 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1225 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
892 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1226 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1227 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
1228 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
893 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 1229 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
1230 type_variable_identifier_expression_test: RuntimeError # undefined is not a func tion
1231 type_variable_nested_test: RuntimeError # Please triage this failure.
894 type_variable_typedef_test: Crash # type expression Foo<T> (typedef) 1232 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
895 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1233 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
896 typevariable_substitution2_test/01: Crash # Please triage this failure. 1234 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
897 typevariable_substitution2_test/02: Crash # Please triage this failure. 1235 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
898 typevariable_substitution2_test/none: Crash # Please triage this failure. 1236 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
899 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1237 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
900 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1238 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
901 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1239 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
902 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1240 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
903 void_type_test: Crash # (switch (n){case 0:x... Unhandled node 1241 void_type_test: Crash # (switch (n){case 0:x... Unhandled node
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698