| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions | 346 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions |
| 347 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 | 347 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 |
| 348 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for | 348 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for |
| 349 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for | 349 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 350 await_future_test: RuntimeError # Please triage this failure. | 350 await_future_test: RuntimeError # Please triage this failure. |
| 351 await_regression_test: RuntimeError # Please triage this failure. | 351 await_regression_test: RuntimeError # Please triage this failure. |
| 352 await_test: RuntimeError # $async$temp1.S is not a function | 352 await_test: RuntimeError # $async$temp1.S is not a function |
| 353 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented | 353 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented |
| 354 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented | 354 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented |
| 355 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented | 355 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented |
| 356 closure_in_constructor_test: Crash # Invalid argument(s) | 356 closure_in_constructor_test: RuntimeError # Typed lists. |
| 357 closure_type_variables_test: Crash # Invalid argument(s) | |
| 358 closures_initializer_test: RuntimeError # Please triage this failure. | 357 closures_initializer_test: RuntimeError # Please triage this failure. |
| 359 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a
sync* functions | 358 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a
sync* functions |
| 360 constructor12_test: RuntimeError # Please triage this failure. | 359 constructor12_test: RuntimeError # Please triage this failure. |
| 361 crash_6725_test/01: Crash # unsupported operation on erroneous element | 360 crash_6725_test/01: Crash # unsupported operation on erroneous element |
| 362 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo
sure is not a function | 361 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo
sure is not a function |
| 363 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented | 362 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented |
| 364 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is
not implemented | 363 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is
not implemented |
| 365 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no
t implemented | 364 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no
t implemented |
| 366 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr
ed access is not implemented | 365 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr
ed access is not implemented |
| 367 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI
nstance): deferred access is not implemented | 366 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI
nstance): deferred access is not implemented |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions | 462 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 464 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions | 463 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 465 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions | 464 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle sync*
/async* functions |
| 466 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle syn
c*/async* functions | 465 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle syn
c*/async* functions |
| 467 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions | 466 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions |
| 468 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions | 467 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions |
| 469 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions | 468 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions |
| 470 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions | 469 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions |
| 471 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions | 470 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions |
| 472 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions | 471 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions |
| 473 type_parameter_test/01: Crash # Invalid argument(s) | |
| 474 type_parameter_test/02: Crash # Invalid argument(s) | |
| 475 type_parameter_test/03: Crash # Invalid argument(s) | |
| 476 type_parameter_test/04: Crash # Invalid argument(s) | |
| 477 type_parameter_test/05: Crash # Invalid argument(s) | |
| 478 type_parameter_test/06: Crash # Invalid argument(s) | |
| 479 type_parameter_test/none: Crash # Invalid argument(s) | |
| 480 type_variable_closure2_test: RuntimeError # Please triage this failure. | 472 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 481 type_variable_closure_test: Crash # Invalid argument(s) | |
| 482 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 473 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 483 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 474 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 484 type_variable_nested_test: RuntimeError # Please triage this failure. | 475 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |