| OLD | NEW |
| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 | 298 |
| 299 [ $compiler == dart2js && $cps_ir == false ] | 299 [ $compiler == dart2js && $cps_ir == false ] |
| 300 generic_field_mixin4_test: Crash # Issue 18651 | 300 generic_field_mixin4_test: Crash # Issue 18651 |
| 301 generic_field_mixin5_test: Crash # Issue 18651 | 301 generic_field_mixin5_test: Crash # Issue 18651 |
| 302 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 302 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
| 303 | 303 |
| 304 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] | 304 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] |
| 305 issue23244_test: RuntimeError # 23244 | 305 issue23244_test: RuntimeError # 23244 |
| 306 | 306 |
| 307 [ $compiler == dart2js && $cps_ir ] | 307 [ $compiler == dart2js && $cps_ir ] |
| 308 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h
andle async/sync*/async* functions | 308 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
| 309 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl
e async/sync*/async* functions | 309 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
| 310 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/
sync*/async* functions | 310 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle sync*/async
* functions |
| 311 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync*
/async* functions | 311 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle sync*/async
* functions |
| 312 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync
*/async* functions | 312 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
| 313 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync
*/async* functions | 313 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle syn
c*/async* functions |
| 314 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync*
/async* functions | 314 async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle
sync*/async* functions |
| 315 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync*
/async* functions | 315 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| 316 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy
nc/sync*/async* functions | 316 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
| 317 async_await_syntax_test/a05b: Crash # (a05b()async{await (a){};await (0);}): can
not handle async/sync*/async* functions | 317 async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle sync*/as
ync* functions |
| 318 async_await_syntax_test/a05h: Crash # (a05h()async{yield*st;}): cannot handle as
ync/sync*/async* functions | 318 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions |
| 319 async_await_syntax_test/a06a: Crash # (a06a()async{await for(var o in st){}}): c
annot handle async/sync*/async* functions | 319 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn
c* functions |
| 320 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle asy
nc/sync*/async* functions | 320 async_await_syntax_test/b04a: Crash # (b04a()sync*{}): cannot handle sync*/async
* functions |
| 321 async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle
async/sync*/async* functions | 321 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for |
| 322 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle as
ync/sync*/async* functions | 322 async_await_syntax_test/b07a: Crash # (b07a()sync*{yield 0;}): cannot handle syn
c*/async* functions |
| 323 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
async/sync*/async* functions | 323 async_await_syntax_test/b08a: Crash # (b08a()sync*{yield* [] ;}): cannot handle
sync*/async* functions |
| 324 async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle async/sy
nc*/async* functions | 324 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| 325 async_await_syntax_test/a11c: Crash # (get async async{}): cannot handle async/s
ync*/async* functions | 325 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
| 326 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle async/
sync*/async* functions | 326 async_await_syntax_test/b11b: Crash # (get sync sync*{}): cannot handle sync*/as
ync* functions |
| 327 async_await_syntax_test/a12g: Crash # (get a12g async=>null;): cannot handle asy
nc/sync*/async* functions | 327 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/
async* functions |
| 328 async_await_syntax_test/b01a: Crash # (b01a()async=>null;): cannot handle async/
sync*/async* functions | 328 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn
c* functions |
| 329 async_await_syntax_test/b02a: Crash # (b02a()async{}): cannot handle async/sync*
/async* functions | 329 async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle sync*/async
* functions |
| 330 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle async/sync
*/async* functions | 330 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for |
| 331 async_await_syntax_test/b04a: Crash # (b04a()sync*{}): cannot handle async/sync*
/async* functions | 331 async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle syn
c*/async* functions |
| 332 async_await_syntax_test/b05a: Crash # (b05a()async{await 0;}): cannot handle asy
nc/sync*/async* functions | 332 async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle
sync*/async* functions |
| 333 async_await_syntax_test/b06a: Crash # (b06a()async{await for(var o in st){}}): c
annot handle async/sync*/async* functions | 333 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| 334 async_await_syntax_test/b07a: Crash # (b07a()sync*{yield 0;}): cannot handle asy
nc/sync*/async* functions | 334 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
| 335 async_await_syntax_test/b08a: Crash # (b08a()sync*{yield* [] ;}): cannot handle
async/sync*/async* functions | 335 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f
unctions |
| 336 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle as
ync/sync*/async* functions | 336 async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle sync*/async* fu
nctions |
| 337 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
async/sync*/async* functions | 337 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for |
| 338 async_await_syntax_test/b11b: Crash # (get sync sync*{}): cannot handle async/sy
nc*/async* functions | 338 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle sync*/a
sync* functions |
| 339 async_await_syntax_test/b11c: Crash # (get async async{}): cannot handle async/s
ync*/async* functions | 339 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle sync
*/async* functions |
| 340 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle async/
sync*/async* functions | 340 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle sync
*/async* functions |
| 341 async_await_syntax_test/b12g: Crash # (get b12g async=>null;): cannot handle asy
nc/sync*/async* functions | 341 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/
async* functions |
| 342 async_await_syntax_test/c01a: Crash # (c01a()async=>null;): cannot handle async/
sync*/async* functions | 342 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn
c*/async* functions |
| 343 async_await_syntax_test/c02a: Crash # (c02a()async{}): cannot handle async/sync*
/async* functions | 343 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit
ch case |
| 344 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle async/sync
*/async* functions | 344 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit
ch case |
| 345 async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle async/sync*
/async* functions | 345 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw
itch case |
| 346 async_await_syntax_test/c05a: Crash # (c05a()async{await 0;}): cannot handle asy
nc/sync*/async* functions | 346 async_continue_label_test/await_in_init: RuntimeError # Please triage this failu
re. |
| 347 async_await_syntax_test/c06a: Crash # (c06a()async{await for(var o in st){}}): c
annot handle async/sync*/async* functions | 347 async_continue_label_test/await_in_update: RuntimeError # Please triage this fai
lure. |
| 348 async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle asy
nc/sync*/async* functions | 348 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs
yncStar()async*{}): cannot handle sync*/async* functions |
| 349 async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle
async/sync*/async* functions | 349 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy
ncStar()sync*{}): cannot handle sync*/async* functions |
| 350 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle as
ync/sync*/async* functions | 350 async_star_await_pauses_test: Crash # (await for(var i in ... await for |
| 351 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle
async/sync*/async* functions | 351 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca
nnot handle sync*/async* functions |
| 352 async_await_syntax_test/c11a: Crash # (c11a()async{yield-5;}): cannot handle asy
nc/sync*/async* functions | 352 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han
dle sync*/async* functions |
| 353 async_await_syntax_test/c11b: Crash # (c11b()async{yield*st;}): cannot handle as
ync/sync*/async* functions | 353 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca
nnot handle sync*/async* functions |
| 354 async_await_syntax_test/d01a: Crash # (()async=>null): cannot handle async/sync*
/async* functions | 354 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle
sync*/async* functions |
| 355 async_await_syntax_test/d02a: Crash # (()async{}): cannot handle async/sync*/asy
nc* functions | 355 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle
sync*/async* functions |
| 356 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle async/sync*/as
ync* functions | 356 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai
t for |
| 357 async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle async/sync*/asy
nc* functions | 357 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions |
| 358 async_await_syntax_test/d05a: Crash # (()async{await 0;}): cannot handle async/s
ync*/async* functions | 358 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions |
| 359 async_await_syntax_test/d06a: Crash # (()async{await for(var o in st){}}): canno
t handle async/sync*/async* functions | 359 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h
andle sync*/async* functions |
| 360 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle async/s
ync*/async* functions | 360 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy
nc*/async* functions |
| 361 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle asyn
c/sync*/async* functions | 361 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async
* functions |
| 362 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle asyn
c/sync*/async* functions | 362 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions |
| 363 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle async/
sync*/async* functions | 363 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
0;j<10;j++ ){if(j==5)continue outer;}}): await for |
| 364 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle asy
nc/sync*/async* functions | 364 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for |
| 365 async_await_test/02: Crash # (f()async{return id(42);}): cannot handle async/syn
c*/async* functions | 365 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 366 async_await_test/03: Crash # (f()async{return id(42);}): cannot handle async/syn
c*/async* functions | 366 await_future_test: RuntimeError # Please triage this failure. |
| 367 async_await_test/none: Crash # (f()async{return id(42);}): cannot handle async/s
ync*/async* functions | 367 await_regression_test: RuntimeError # Please triage this failure. |
| 368 async_break_in_finally_test: Crash # (test()async{Expect.... cannot handle asyn
c/sync*/async* functions | 368 await_test: RuntimeError # $async$temp1.S is not a function |
| 369 async_continue_label_test/await_in_body: Crash # (test()async{await t... cannot
handle async/sync*/async* functions | |
| 370 async_continue_label_test/await_in_condition: Crash # (test()async{await t... c
annot handle async/sync*/async* functions | |
| 371 async_continue_label_test/await_in_init: Crash # (test()async{await t... cannot
handle async/sync*/async* functions | |
| 372 async_continue_label_test/await_in_update: Crash # (test()async{await t... cann
ot handle async/sync*/async* functions | |
| 373 async_continue_label_test/none: Crash # (test()async{await t... cannot handle a
sync/sync*/async* functions | |
| 374 async_control_structures_test: Crash # (asyncImplicitReturn... cannot handle as
ync/sync*/async* functions | |
| 375 async_finally_rethrow_test: Crash # (main()async{var err... cannot handle async
/sync*/async* functions | |
| 376 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs
ync()async{}): cannot handle async/sync*/async* functions | |
| 377 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs
yncStar()async*{}): cannot handle async/sync*/async* functions | |
| 378 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy
ncStar()sync*{}): cannot handle async/sync*/async* functions | |
| 379 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca
nnot handle async/sync*/async* functions | |
| 380 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a
sync* functions | |
| 381 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha
ndle async/sync*/async* functions | |
| 382 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy
nc/sync*/async* functions | |
| 383 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect....
cannot handle async/sync*/async* functions | |
| 384 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot
handle async/sync*/async* functions | |
| 385 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can
not handle async/sync*/async* functions | |
| 386 async_star_await_pauses_test: Crash # (f(s)async{var r=0;a... cannot handle asy
nc/sync*/async* functions | |
| 387 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca
nnot handle async/sync*/async* functions | |
| 388 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han
dle async/sync*/async* functions | |
| 389 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca
nnot handle async/sync*/async* functions | |
| 390 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle
async/sync*/async* functions | |
| 391 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle
async/sync*/async* functions | |
| 392 async_star_stream_take_test: Crash # (f(Stream s)async{va... cannot handle asyn
c/sync*/async* functions | |
| 393 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle asy
nc/sync*/async* functions | |
| 394 async_star_test: Crash # (f()async*{}): cannot handle async/sync*/async* functio
ns | |
| 395 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn
c*/async* functions | |
| 396 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as
ync/sync*/async* functions | |
| 397 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot
handle async/sync*/async* functions | |
| 398 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;
}): cannot handle async/sync*/async* functions | |
| 399 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;
}): cannot handle async/sync*/async* functions | |
| 400 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;
}): cannot handle async/sync*/async* functions | |
| 401 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;
}): cannot handle async/sync*/async* functions | |
| 402 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann
ot handle async/sync*/async* functions | |
| 403 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha
ndle async/sync*/async* functions | |
| 404 async_throw_in_catch_test/none: Crash # (test()async{await r... cannot handle a
sync/sync*/async* functions | |
| 405 asyncstar_concat_test: Crash # (test()async{Expect.... cannot handle async/sync
*/async* functions | |
| 406 asyncstar_throw_in_catch_test: Crash # (test()async{await r... cannot handle as
ync/sync*/async* functions | |
| 407 asyncstar_yield_test: Crash # (test()async{Expect.... cannot handle async/sync*
/async* functions | |
| 408 asyncstar_yieldstar_test: Crash # (test()async{Expect.... cannot handle async/s
ync*/async* functions | |
| 409 await_backwards_compatibility_test/none: Crash # (test1()async{var x=await 9;Exp
ect.equals(9,x);}): cannot handle async/sync*/async* functions | |
| 410 await_exceptions_test: Crash # (awaitFoo()async{await foo();}): cannot handle as
ync/sync*/async* functions | |
| 411 await_for_cancel_test: Crash # (test()async{await test1();await test2();}): cann
ot handle async/sync*/async* functions | |
| 412 await_for_test: Crash # (consumeSomeOfInfini... cannot handle async/sync*/async
* functions | |
| 413 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s
ync*/async* functions | |
| 414 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as
ync* functions | |
| 415 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}):
cannot handle async/sync*/async* functions | |
| 416 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca
nnot handle async/sync*/async* functions | |
| 417 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy
nc*/async* functions | |
| 418 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync
*/async* functions | |
| 419 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu
nctions | |
| 420 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented | 369 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented |
| 421 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented | 370 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented |
| 422 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented | 371 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented |
| 423 closure_in_constructor_test: Crash # Invalid argument(s) | 372 closure_in_constructor_test: Crash # Invalid argument(s) |
| 424 closure_type_variables_test: Crash # Invalid argument(s) | 373 closure_type_variables_test: Crash # Invalid argument(s) |
| 425 closures_initializer_test: RuntimeError # Please triage this failure. | 374 closures_initializer_test: RuntimeError # Please triage this failure. |
| 426 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s
ync*/async* functions | 375 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a
sync* functions |
| 427 constructor12_test: RuntimeError # Please triage this failure. | 376 constructor12_test: RuntimeError # Please triage this failure. |
| 428 crash_6725_test/01: Crash # unsupported operation on erroneous element | 377 crash_6725_test/01: Crash # unsupported operation on erroneous element |
| 429 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as
ync/sync*/async* functions | |
| 430 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo
sure is not a function | 378 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo
sure is not a function |
| 431 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented | 379 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented |
| 432 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is
not implemented | 380 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is
not implemented |
| 433 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no
t implemented | 381 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no
t implemented |
| 434 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr
ed access is not implemented | 382 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr
ed access is not implemented |
| 435 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI
nstance): deferred access is not implemented | 383 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI
nstance): deferred access is not implemented |
| 436 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns
tance): deferred access is not implemented | 384 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns
tance): deferred access is not implemented |
| 437 deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInst
ance): deferred access is not implemented | 385 deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInst
ance): deferred access is not implemented |
| 438 deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstanc
e): deferred access is not implemented | 386 deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstanc
e): deferred access is not implemented |
| 439 deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): d
eferred access is not implemented | 387 deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): d
eferred access is not implemented |
| (...skipping 15 matching lines...) Expand all Loading... |
| 455 deferred_global_test: Crash # (lib.finalConstGlobal): deferred access is not imp
lemented | 403 deferred_global_test: Crash # (lib.finalConstGlobal): deferred access is not imp
lemented |
| 456 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented | 404 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented |
| 457 deferred_load_constants_test/none: Crash # (foo.c): deferred access is not imple
mented | 405 deferred_load_constants_test/none: Crash # (foo.c): deferred access is not imple
mented |
| 458 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme
nted | 406 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme
nted |
| 459 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not
a function | 407 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not
a function |
| 460 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function | 408 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function |
| 461 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function | 409 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function |
| 462 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac
cess is not implemented | 410 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac
cess is not implemented |
| 463 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl
emented | 411 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl
emented |
| 464 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented | 412 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented |
| 465 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl
e async/sync*/async* functions | 413 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is
not implemented |
| 466 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i
mplemented | 414 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i
mplemented |
| 467 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not
implemented | 415 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not
implemented |
| 468 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access
is not implemented | 416 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access
is not implemented |
| 469 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen
ted | 417 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen
ted |
| 470 deferred_type_dependency_test/as: Crash # (main()async{await l... cannot handle
async/sync*/async* functions | 418 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented |
| 471 deferred_type_dependency_test/is: Crash # (main()async{await l... cannot handle
async/sync*/async* functions | 419 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented |
| 472 deferred_type_dependency_test/none: Crash # (main()async{await l... cannot hand
le async/sync*/async* functions | 420 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented |
| 473 deferred_type_dependency_test/type_annotation: Crash # (main()async{await l...
cannot handle async/sync*/async* functions | 421 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented |
| 474 enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/asy
nc* functions | 422 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu
nctions |
| 475 first_class_types_test: RuntimeError # Please triage this failure. | 423 first_class_types_test: RuntimeError # Please triage this failure. |
| 476 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot
handle async/sync*/async* functions | |
| 477 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}
): cannot handle async/sync*/async* functions | |
| 478 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 479 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 480 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn
c* functions | |
| 481 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 482 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 483 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 484 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn
c* functions | |
| 485 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 486 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 487 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn
c* functions | |
| 488 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun
ctions | |
| 489 for2_test: Crash # The null object does not have a getter 'field'. | 424 for2_test: Crash # The null object does not have a getter 'field'. |
| 490 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der | 425 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der |
| 491 generic2_test: RuntimeError # Please triage this failure. | 426 generic2_test: RuntimeError # Please triage this failure. |
| 492 generic_field_mixin3_test: RuntimeError # Please triage this failure. | 427 generic_field_mixin3_test: RuntimeError # Please triage this failure. |
| 493 generic_instanceof_test: RuntimeError # Please triage this failure. | 428 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 494 generic_native_test: RuntimeError # Please triage this failure. | 429 generic_native_test: RuntimeError # Please triage this failure. |
| 495 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure. | 430 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure. |
| 496 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. | 431 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. |
| 497 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function | 432 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function |
| 498 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function | 433 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function |
| 499 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function | 434 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function |
| 500 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function | 435 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function |
| 501 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function | 436 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function |
| 502 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function | 437 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function |
| 503 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function | 438 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function |
| 504 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function | 439 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function |
| 505 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function | 440 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function |
| 506 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function | 441 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function |
| 507 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function | 442 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function |
| 508 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function | 443 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function |
| 509 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 444 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 510 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str...
cannot handle async/sync*/async* functions | 445 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str...
cannot handle sync*/async* functions |
| 511 instanceof2_test: RuntimeError # Please triage this failure. | 446 instanceof2_test: RuntimeError # Please triage this failure. |
| 512 instanceof4_test/01: RuntimeError # Please triage this failure. | 447 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 513 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. | 448 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. |
| 514 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 449 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 515 issue21079_test: Crash # (static Iterable<Str... cannot handle async/sync*/asyn
c* functions | 450 issue21079_test: Crash # (static Iterable<Str... cannot handle sync*/async* fun
ctions |
| 516 issue23244_test: Crash # (main()async{var por... cannot handle async/sync*/asyn
c* functions | |
| 517 issue_1751477_test: RuntimeError # O.loadLibrary is not a function | 451 issue_1751477_test: RuntimeError # O.loadLibrary is not a function |
| 518 list_is_test: RuntimeError # Please triage this failure. | 452 list_is_test: RuntimeError # Please triage this failure. |
| 519 list_test: RuntimeError # Please triage this failure. | 453 list_test: RuntimeError # Please triage this failure. |
| 520 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 454 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
| 521 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. | 455 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. |
| 522 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 456 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case |
| 523 no_such_method_test: RuntimeError # Please triage this failure. | 457 no_such_method_test: RuntimeError # Please triage this failure. |
| 524 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async
* functions | 458 null_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* func
tions |
| 525 overridden_no_such_method_test: RuntimeError # Please triage this failure. | 459 overridden_no_such_method_test: RuntimeError # Please triage this failure. |
| 526 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han
dle async/sync*/async* functions | 460 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han
dle sync*/async* functions |
| 527 regress_18535_test: Crash # (static Iterable<Str... cannot handle async/sync*/a
sync* functions | 461 regress_18535_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
| 528 regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions | |
| 529 regress_22443_test: RuntimeError # M.loadLibrary is not a function | 462 regress_22443_test: RuntimeError # M.loadLibrary is not a function |
| 530 regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions | |
| 531 regress_22579_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions | |
| 532 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a
sync* functions | |
| 533 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a
sync* functions | |
| 534 regress_23408_test: RuntimeError # G.loadLibrary is not a function | 463 regress_23408_test: RuntimeError # G.loadLibrary is not a function |
| 535 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions | 464 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for |
| 536 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | |
| 537 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | |
| 538 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy
nc*/async* functions | |
| 539 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined | 465 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined |
| 540 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und
efined | 466 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und
efined |
| 541 super_call4_test: RuntimeError # Please triage this failure. | 467 super_call4_test: RuntimeError # Please triage this failure. |
| 542 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 468 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
| 543 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef
ined | 469 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef
ined |
| 544 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 470 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 545 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 471 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 546 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 472 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
| 547 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 473 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 548 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 474 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 549 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 475 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
| 550 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 476 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
| 551 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 477 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
| 552 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle asy
nc/sync*/async* functions | 478 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle syn
c*/async* functions |
| 553 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle async/
sync*/async* functions | 479 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle sync*/
async* functions |
| 554 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 480 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 555 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 481 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 556 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async
/sync*/async* functions | 482 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 557 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle asy
nc/sync*/async* functions | 483 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle syn
c*/async* functions |
| 558 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async
/sync*/async* functions | 484 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions |
| 559 sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async
/sync*/async* functions | 485 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions |
| 560 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle async/sy
nc*/async* functions | 486 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions |
| 561 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot hand
le async/sync*/async* functions | 487 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions |
| 562 syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/s
ync*/async* functions | 488 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions |
| 563 syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sy
nc*/async* functions | 489 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions |
| 564 type_parameter_test/01: Crash # Invalid argument(s) | 490 type_parameter_test/01: Crash # Invalid argument(s) |
| 565 type_parameter_test/02: Crash # Invalid argument(s) | 491 type_parameter_test/02: Crash # Invalid argument(s) |
| 566 type_parameter_test/03: Crash # Invalid argument(s) | 492 type_parameter_test/03: Crash # Invalid argument(s) |
| 567 type_parameter_test/04: Crash # Invalid argument(s) | 493 type_parameter_test/04: Crash # Invalid argument(s) |
| 568 type_parameter_test/05: Crash # Invalid argument(s) | 494 type_parameter_test/05: Crash # Invalid argument(s) |
| 569 type_parameter_test/06: Crash # Invalid argument(s) | 495 type_parameter_test/06: Crash # Invalid argument(s) |
| 570 type_parameter_test/none: Crash # Invalid argument(s) | 496 type_parameter_test/none: Crash # Invalid argument(s) |
| 571 type_variable_closure2_test: RuntimeError # Please triage this failure. | 497 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 572 type_variable_closure_test: Crash # Invalid argument(s) | 498 type_variable_closure_test: Crash # Invalid argument(s) |
| 573 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 499 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 574 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 500 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 575 type_variable_nested_test: RuntimeError # Please triage this failure. | 501 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |