| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 6 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 7 getter_setter_in_lib_test: Fail # Issue 23288 | 7 getter_setter_in_lib_test: Fail # Issue 23288 |
| 8 method_name_test: Fail # issue 25574 | 8 method_name_test: Fail # issue 25574 |
| 9 setter4_test: CompileTimeError # issue 13639 | 9 setter4_test: CompileTimeError # issue 13639 |
| 10 | 10 |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 282 regress_21795_test: RuntimeError # Issue 12605 | 282 regress_21795_test: RuntimeError # Issue 12605 |
| 283 | 283 |
| 284 [ $compiler == dart2js && $cps_ir == false ] | 284 [ $compiler == dart2js && $cps_ir == false ] |
| 285 accessor_conflict_export2_test: Crash # Issue 25626 | 285 accessor_conflict_export2_test: Crash # Issue 25626 |
| 286 accessor_conflict_export_test: Crash # Issue 25626 | 286 accessor_conflict_export_test: Crash # Issue 25626 |
| 287 generic_field_mixin4_test: Crash # Issue 18651 | 287 generic_field_mixin4_test: Crash # Issue 18651 |
| 288 generic_field_mixin5_test: Crash # Issue 18651 | 288 generic_field_mixin5_test: Crash # Issue 18651 |
| 289 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 289 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
| 290 method_override5_test: RuntimeError # Issue 12809 | 290 method_override5_test: RuntimeError # Issue 12809 |
| 291 super_no_such_method4_test/01: RuntimeError # Issue 25716 | |
| 292 super_no_such_method5_test/01: RuntimeError # Issue 25716 | |
| 293 | 291 |
| 294 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 292 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
| 295 issue23244_test: RuntimeError # 23244 | 293 issue23244_test: RuntimeError # 23244 |
| 296 | 294 |
| 297 [ $compiler == dart2js && $cps_ir ] | 295 [ $compiler == dart2js && $cps_ir ] |
| 298 accessor_conflict_export_test: CompileTimeError # Issue 25747 | 296 accessor_conflict_export_test: CompileTimeError # Issue 25747 |
| 299 accessor_conflict_export2_test: CompileTimeError # Issue 25747 | 297 accessor_conflict_export2_test: CompileTimeError # Issue 25747 |
| 300 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 298 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
| 301 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 299 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
| 302 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 300 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 try_finally_regress_25333_test: Crash # Issue 24485 | 364 try_finally_regress_25333_test: Crash # Issue 24485 |
| 367 | 365 |
| 368 [ $compiler == dart2js && $cps_ir && $checked ] | 366 [ $compiler == dart2js && $cps_ir && $checked ] |
| 369 *: Skip # `assert` not implemented | 367 *: Skip # `assert` not implemented |
| 370 | 368 |
| 371 [ $compiler == dart2js && $host_checked ] | 369 [ $compiler == dart2js && $host_checked ] |
| 372 regress_26855_test/1: Crash # Issue 26867 | 370 regress_26855_test/1: Crash # Issue 26867 |
| 373 regress_26855_test/2: Crash # Issue 26867 | 371 regress_26855_test/2: Crash # Issue 26867 |
| 374 regress_26855_test/3: Crash # Issue 26867 | 372 regress_26855_test/3: Crash # Issue 26867 |
| 375 regress_26855_test/4: Crash # Issue 26867 | 373 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |