| 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 | 8 |
| 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 125 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 126 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 126 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 127 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 127 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 128 malbounded_instantiation_test/01: Fail # Issue 12702 | 128 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 129 malbounded_type_cast_test: Fail # Issue 14121 | 129 malbounded_type_cast_test: Fail # Issue 14121 |
| 130 malbounded_type_cast2_test: Fail # Issue 14121 | 130 malbounded_type_cast2_test: Fail # Issue 14121 |
| 131 malbounded_type_test_test/03: Fail # Issue 14121 | 131 malbounded_type_test_test/03: Fail # Issue 14121 |
| 132 malbounded_type_test_test/04: Fail # Issue 14121 | 132 malbounded_type_test_test/04: Fail # Issue 14121 |
| 133 malbounded_type_test2_test: Fail # Issue 14121 | 133 malbounded_type_test2_test: Fail # Issue 14121 |
| 134 default_factory2_test/01: Fail # Issue 14121 | 134 default_factory2_test/01: Fail # Issue 14121 |
| 135 generic_functions_test: Crash # Issue 26436 |
| 136 generic_local_functions_test: Crash # Issue 26436 |
| 137 generic_methods_test: Crash # Issue 26436 |
| 135 | 138 |
| 136 [ $compiler == dart2js && $unchecked ] | 139 [ $compiler == dart2js && $unchecked ] |
| 137 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 140 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 138 assertion_test: RuntimeError # Issue 12748 | 141 assertion_test: RuntimeError # Issue 12748 |
| 139 generic_test: RuntimeError, OK | 142 generic_test: RuntimeError, OK |
| 140 map_literal4_test: RuntimeError, OK # Checked mode required. | 143 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 141 named_parameters_type_test/01: MissingRuntimeError, OK | 144 named_parameters_type_test/01: MissingRuntimeError, OK |
| 142 named_parameters_type_test/02: MissingRuntimeError, OK | 145 named_parameters_type_test/02: MissingRuntimeError, OK |
| 143 named_parameters_type_test/03: MissingRuntimeError, OK | 146 named_parameters_type_test/03: MissingRuntimeError, OK |
| 144 positional_parameters_type_test/01: MissingRuntimeError, OK | 147 positional_parameters_type_test/01: MissingRuntimeError, OK |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 319 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
| 317 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 320 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 318 async_throw_in_catch_test/none: Crash # Issue 24485 | 321 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 319 execute_finally9_test: Crash # Issue 24485 | 322 execute_finally9_test: Crash # Issue 24485 |
| 320 regress_21795_test: Crash # Issue 24485 | 323 regress_21795_test: Crash # Issue 24485 |
| 321 regress_23537_test: Crash # Issue 24485 | 324 regress_23537_test: Crash # Issue 24485 |
| 322 try_finally_regress_25333_test: Crash # Issue 24485 | 325 try_finally_regress_25333_test: Crash # Issue 24485 |
| 323 | 326 |
| 324 [ $compiler == dart2js && $cps_ir && $checked ] | 327 [ $compiler == dart2js && $cps_ir && $checked ] |
| 325 *: Skip # `assert` not implemented | 328 *: Skip # `assert` not implemented |
| OLD | NEW |