| 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 7 enum_test: Fail # Issue 28340 | 7 enum_test: Fail # Issue 28340 |
| 8 regress_28341_test: Fail # Issue 28340 | 8 regress_28341_test: Fail # Issue 28340 |
| 9 regress_29349_test: CompileTimeError # Issue 29745 | 9 regress_29349_test: CompileTimeError # Issue 29745 |
| 10 regress_29481_test: Crash # Issue 29754 | 10 regress_29481_test: Crash # Issue 29754 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 && ! $checked ] | 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 | |
| 185 generic_test: RuntimeError, OK | 184 generic_test: RuntimeError, OK |
| 186 map_literal4_test: RuntimeError, OK # Checked mode required. | 185 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 187 named_parameters_type_test/01: MissingRuntimeError, OK | 186 named_parameters_type_test/01: MissingRuntimeError, OK |
| 188 named_parameters_type_test/02: MissingRuntimeError, OK | 187 named_parameters_type_test/02: MissingRuntimeError, OK |
| 189 named_parameters_type_test/03: MissingRuntimeError, OK | 188 named_parameters_type_test/03: MissingRuntimeError, OK |
| 190 positional_parameters_type_test/01: MissingRuntimeError, OK | 189 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 191 positional_parameters_type_test/02: MissingRuntimeError, OK | 190 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 192 issue13474_test: RuntimeError, OK | 191 issue13474_test: RuntimeError, OK |
| 193 | 192 |
| 193 [ $compiler == dart2js && ! $checked && ! $enable_asserts ] |
| 194 assertion_test: RuntimeError # Issue 12748 |
| 195 |
| 196 [ $compiler == dart2js && ! $checked && $enable_asserts ] |
| 197 bool_check_test: RuntimeError # Issue 29647 |
| 198 |
| 194 [ $compiler == dart2js && ! $checked && $minified ] | 199 [ $compiler == dart2js && ! $checked && $minified ] |
| 195 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 200 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 196 | 201 |
| 197 [ $compiler == dart2js && $minified ] | 202 [ $compiler == dart2js && $minified ] |
| 198 cyclic_type_test/0*: Fail # Issue 12605 | 203 cyclic_type_test/0*: Fail # Issue 12605 |
| 199 cyclic_type2_test: Fail # Issue 12605 | 204 cyclic_type2_test: Fail # Issue 12605 |
| 200 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 205 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
| 201 generic_closure_test: Fail # Issue 12605 | 206 generic_closure_test: Fail # Issue 12605 |
| 202 mixin_generic_test: Fail # Issue 12605 | 207 mixin_generic_test: Fail # Issue 12605 |
| 203 mixin_mixin2_test: Fail # Issue 12605 | 208 mixin_mixin2_test: Fail # Issue 12605 |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 deferred_global_test: Crash # Issue 27394 | 569 deferred_global_test: Crash # Issue 27394 |
| 565 factory6_test/00: Crash # Issue 27394 | 570 factory6_test/00: Crash # Issue 27394 |
| 566 factory_redirection_test/01: Crash # Issue 27394 | 571 factory_redirection_test/01: Crash # Issue 27394 |
| 567 factory_redirection_test/02: Crash # Issue 27394 | 572 factory_redirection_test/02: Crash # Issue 27394 |
| 568 factory_redirection_test/03: Crash # Issue 27394 | 573 factory_redirection_test/03: Crash # Issue 27394 |
| 569 named_parameters_test/01: Crash # Issue 27394 | 574 named_parameters_test/01: Crash # Issue 27394 |
| 570 named_parameters_test/03: Crash # Issue 27394 | 575 named_parameters_test/03: Crash # Issue 27394 |
| 571 named_parameters_test/05: Crash # Issue 27394 | 576 named_parameters_test/05: Crash # Issue 27394 |
| 572 named_parameters_test/07: Crash # Issue 27394 | 577 named_parameters_test/07: Crash # Issue 27394 |
| 573 named_parameters_test/09: Crash # Issue 27394 | 578 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |