| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 8 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 method_name_test: Fail # issue 25574 | 10 method_name_test: Fail # issue 25574 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 malbounded_instantiation_test/01: Fail # Issue 12702 | 172 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 173 malbounded_type_cast_test: Fail # Issue 14121 | 173 malbounded_type_cast_test: Fail # Issue 14121 |
| 174 malbounded_type_cast2_test: Fail # Issue 14121 | 174 malbounded_type_cast2_test: Fail # Issue 14121 |
| 175 malbounded_type_test_test/03: Fail # Issue 14121 | 175 malbounded_type_test_test/03: Fail # Issue 14121 |
| 176 malbounded_type_test_test/04: Fail # Issue 14121 | 176 malbounded_type_test_test/04: Fail # Issue 14121 |
| 177 malbounded_type_test2_test: Fail # Issue 14121 | 177 malbounded_type_test2_test: Fail # Issue 14121 |
| 178 default_factory2_test/01: Fail # Issue 14121 | 178 default_factory2_test/01: Fail # Issue 14121 |
| 179 | 179 |
| 180 [ $compiler == dart2js && $unchecked ] | 180 [ $compiler == dart2js && $unchecked ] |
| 181 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 181 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 182 assertion_test: RuntimeError # Issue 12748 | |
| 183 generic_test: RuntimeError, OK | 182 generic_test: RuntimeError, OK |
| 184 map_literal4_test: RuntimeError, OK # Checked mode required. | 183 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 185 named_parameters_type_test/01: MissingRuntimeError, OK | 184 named_parameters_type_test/01: MissingRuntimeError, OK |
| 186 named_parameters_type_test/02: MissingRuntimeError, OK | 185 named_parameters_type_test/02: MissingRuntimeError, OK |
| 187 named_parameters_type_test/03: MissingRuntimeError, OK | 186 named_parameters_type_test/03: MissingRuntimeError, OK |
| 188 positional_parameters_type_test/01: MissingRuntimeError, OK | 187 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 189 positional_parameters_type_test/02: MissingRuntimeError, OK | 188 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 190 issue13474_test: RuntimeError, OK | 189 issue13474_test: RuntimeError, OK |
| 191 | 190 |
| 191 [ $compiler == dart2js && $unchecked && $no_enable_asserts ] |
| 192 assertion_test: RuntimeError # Issue 12748 |
| 193 |
| 194 [ $compiler == dart2js && $unchecked && $enable_asserts ] |
| 195 bool_check_test: RuntimeError # Issue 29647 |
| 196 |
| 192 [ $compiler == dart2js && $unchecked && $minified ] | 197 [ $compiler == dart2js && $unchecked && $minified ] |
| 193 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 198 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 194 | 199 |
| 195 [ $compiler == dart2js && $minified ] | 200 [ $compiler == dart2js && $minified ] |
| 196 cyclic_type_test/0*: Fail # Issue 12605 | 201 cyclic_type_test/0*: Fail # Issue 12605 |
| 197 cyclic_type2_test: Fail # Issue 12605 | 202 cyclic_type2_test: Fail # Issue 12605 |
| 198 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 203 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
| 199 generic_closure_test: Fail # Issue 12605 | 204 generic_closure_test: Fail # Issue 12605 |
| 200 mixin_generic_test: Fail # Issue 12605 | 205 mixin_generic_test: Fail # Issue 12605 |
| 201 mixin_mixin2_test: Fail # Issue 12605 | 206 mixin_mixin2_test: Fail # Issue 12605 |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 factory_redirection_test/02: Crash # Issue 27394 | 620 factory_redirection_test/02: Crash # Issue 27394 |
| 616 factory_redirection_test/03: Crash # Issue 27394 | 621 factory_redirection_test/03: Crash # Issue 27394 |
| 617 mixin_cyclic_test/02: Crash # Issue 27394 | 622 mixin_cyclic_test/02: Crash # Issue 27394 |
| 618 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 623 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 619 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 624 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 620 named_parameters_test/01: Crash # Issue 27394 | 625 named_parameters_test/01: Crash # Issue 27394 |
| 621 named_parameters_test/03: Crash # Issue 27394 | 626 named_parameters_test/03: Crash # Issue 27394 |
| 622 named_parameters_test/05: Crash # Issue 27394 | 627 named_parameters_test/05: Crash # Issue 27394 |
| 623 named_parameters_test/07: Crash # Issue 27394 | 628 named_parameters_test/07: Crash # Issue 27394 |
| 624 named_parameters_test/09: Crash # Issue 27394 | 629 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |