| 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 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 regress_29349_test: CompileTimeError # Issue 29745 | 8 regress_29349_test: CompileTimeError # Issue 29745 |
| 9 regress_29481_test: Crash # Issue 29754 | 9 regress_29481_test: Crash # Issue 29754 |
| 10 deferred_not_loaded_check_test: Fail # Issue 27577 | 10 deferred_not_loaded_check_test: Fail # Issue 27577 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 172 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 173 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 173 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 174 malbounded_instantiation_test/01: Fail # Issue 12702 | 174 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 175 malbounded_type_cast_test: Fail # Issue 14121 | 175 malbounded_type_cast_test: Fail # Issue 14121 |
| 176 malbounded_type_cast2_test: Fail # Issue 14121 | 176 malbounded_type_cast2_test: Fail # Issue 14121 |
| 177 malbounded_type_test_test/03: Fail # Issue 14121 | 177 malbounded_type_test_test/03: Fail # Issue 14121 |
| 178 malbounded_type_test_test/04: Fail # Issue 14121 | 178 malbounded_type_test_test/04: Fail # Issue 14121 |
| 179 malbounded_type_test2_test: Fail # Issue 14121 | 179 malbounded_type_test2_test: Fail # Issue 14121 |
| 180 default_factory2_test/01: Fail # Issue 14121 | 180 default_factory2_test/01: Fail # Issue 14121 |
| 181 | 181 |
| 182 [ $compiler == dart2js && $unchecked ] | 182 [ $compiler == dart2js && ! $checked ] |
| 183 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 183 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 184 assertion_test: RuntimeError # Issue 12748 | 184 assertion_test: RuntimeError # Issue 12748 |
| 185 generic_test: RuntimeError, OK | 185 generic_test: RuntimeError, OK |
| 186 map_literal4_test: RuntimeError, OK # Checked mode required. | 186 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 187 named_parameters_type_test/01: MissingRuntimeError, OK | 187 named_parameters_type_test/01: MissingRuntimeError, OK |
| 188 named_parameters_type_test/02: MissingRuntimeError, OK | 188 named_parameters_type_test/02: MissingRuntimeError, OK |
| 189 named_parameters_type_test/03: MissingRuntimeError, OK | 189 named_parameters_type_test/03: MissingRuntimeError, OK |
| 190 positional_parameters_type_test/01: MissingRuntimeError, OK | 190 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 191 positional_parameters_type_test/02: MissingRuntimeError, OK | 191 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 192 issue13474_test: RuntimeError, OK | 192 issue13474_test: RuntimeError, OK |
| 193 | 193 |
| 194 [ $compiler == dart2js && $unchecked && $minified ] | 194 [ $compiler == dart2js && ! $checked && $minified ] |
| 195 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 195 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 196 | 196 |
| 197 [ $compiler == dart2js && $minified ] | 197 [ $compiler == dart2js && $minified ] |
| 198 cyclic_type_test/0*: Fail # Issue 12605 | 198 cyclic_type_test/0*: Fail # Issue 12605 |
| 199 cyclic_type2_test: Fail # Issue 12605 | 199 cyclic_type2_test: Fail # Issue 12605 |
| 200 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 200 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
| 201 generic_closure_test: Fail # Issue 12605 | 201 generic_closure_test: Fail # Issue 12605 |
| 202 mixin_generic_test: Fail # Issue 12605 | 202 mixin_generic_test: Fail # Issue 12605 |
| 203 mixin_mixin2_test: Fail # Issue 12605 | 203 mixin_mixin2_test: Fail # Issue 12605 |
| 204 mixin_mixin3_test: Fail # Issue 12605 | 204 mixin_mixin3_test: Fail # Issue 12605 |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 factory_redirection_test/02: Crash # Issue 27394 | 599 factory_redirection_test/02: Crash # Issue 27394 |
| 600 factory_redirection_test/03: Crash # Issue 27394 | 600 factory_redirection_test/03: Crash # Issue 27394 |
| 601 mixin_cyclic_test/02: Crash # Issue 27394 | 601 mixin_cyclic_test/02: Crash # Issue 27394 |
| 602 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 602 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 603 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 603 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 604 named_parameters_test/01: Crash # Issue 27394 | 604 named_parameters_test/01: Crash # Issue 27394 |
| 605 named_parameters_test/03: Crash # Issue 27394 | 605 named_parameters_test/03: Crash # Issue 27394 |
| 606 named_parameters_test/05: Crash # Issue 27394 | 606 named_parameters_test/05: Crash # Issue 27394 |
| 607 named_parameters_test/07: Crash # Issue 27394 | 607 named_parameters_test/07: Crash # Issue 27394 |
| 608 named_parameters_test/09: Crash # Issue 27394 | 608 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |