| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync
*/async* functions | 266 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync
*/async* functions |
| 267 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions | 267 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions |
| 268 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions | 268 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions |
| 269 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h
andle sync*/async* functions | 269 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h
andle sync*/async* functions |
| 270 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy
nc*/async* functions | 270 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy
nc*/async* functions |
| 271 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async
* functions | 271 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async
* functions |
| 272 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions | 272 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions |
| 273 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 | 273 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 |
| 274 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for | 274 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for |
| 275 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for | 275 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 276 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. |
| 276 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented | 277 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented |
| 277 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented | 278 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented |
| 278 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented | 279 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented |
| 279 closure_in_constructor_test: RuntimeError # Please triage this failure. | 280 closure_in_constructor_test: RuntimeError # Please triage this failure. |
| 280 closures_initializer_test: RuntimeError # Please triage this failure. | 281 closures_initializer_test: RuntimeError # Please triage this failure. |
| 281 constructor12_test: RuntimeError # Please triage this failure. | 282 constructor12_test: RuntimeError # Please triage this failure. |
| 282 crash_6725_test/01: Crash # unsupported operation on erroneous element | 283 crash_6725_test/01: Crash # unsupported operation on erroneous element |
| 283 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented | 284 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented |
| 284 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func
tion | 285 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func
tion |
| 285 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function | 286 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 357 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 358 type_variable_nested_test: RuntimeError # Please triage this failure. | 359 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 359 | 360 |
| 360 [ $compiler == dart2js && $cps_ir && $host_checked ] | 361 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 361 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 362 async_throw_in_catch_test/none: Crash # Issue 24485 | 363 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 363 execute_finally9_test: Crash # Issue 24485 | 364 execute_finally9_test: Crash # Issue 24485 |
| 364 regress_21795_test: Crash # Issue 24485 | 365 regress_21795_test: Crash # Issue 24485 |
| 365 regress_23537_test: Crash # Issue 24485 | 366 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |