| 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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
| 9 | 9 |
| 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 330 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
| 331 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 331 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 332 async_throw_in_catch_test/none: Crash # Issue 24485 | 332 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 333 execute_finally9_test: Crash # Issue 24485 | 333 execute_finally9_test: Crash # Issue 24485 |
| 334 regress_21795_test: Crash # Issue 24485 | 334 regress_21795_test: Crash # Issue 24485 |
| 335 regress_23537_test: Crash # Issue 24485 | 335 regress_23537_test: Crash # Issue 24485 |
| 336 try_finally_regress_25333_test: Crash # Issue 24485 | 336 try_finally_regress_25333_test: Crash # Issue 24485 |
| 337 | 337 |
| 338 [ $compiler == dart2js && $cps_ir && $checked ] | 338 [ $compiler == dart2js && $cps_ir && $checked ] |
| 339 *: Skip # `assert` not implemented | 339 *: Skip # `assert` not implemented |
| 340 |
| 341 [ $compiler == dart2js && $host_checked ] |
| 342 regress_26855_test/1: Crash # Issue 26867 |
| 343 regress_26855_test/2: Crash # Issue 26867 |
| 344 regress_26855_test/3: Crash # Issue 26867 |
| 345 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |