| 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 | 7 |
| 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 296 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 297 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 297 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
| 298 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 298 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
| 299 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 299 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
| 300 type_variable_closure2_test: RuntimeError # Please triage this failure. | 300 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 301 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 301 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 302 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 302 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 303 type_variable_nested_test: RuntimeError # Please triage this failure. | 303 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 304 | 304 |
| 305 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 305 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 306 regress_21795_test: RuntimeError # Due to inlining? | 306 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 307 | 307 |
| 308 [ $compiler == dart2js && $cps_ir && $host_checked ] | 308 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 309 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 309 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 310 async_throw_in_catch_test/none: Crash # Issue 24485 | 310 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 311 execute_finally9_test: Crash # Issue 24485 | 311 execute_finally9_test: Crash # Issue 24485 |
| 312 regress_21795_test: Crash # Issue 24485 | 312 regress_21795_test: Crash # Issue 24485 |
| 313 regress_23537_test: Crash # Issue 24485 | 313 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |