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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 malbounded_instantiation_test/01: Fail # Issue 12702 | 183 malbounded_instantiation_test/01: Fail # Issue 12702 |
184 malbounded_type_cast_test: Fail # Issue 14121 | 184 malbounded_type_cast_test: Fail # Issue 14121 |
185 malbounded_type_cast2_test: Fail # Issue 14121 | 185 malbounded_type_cast2_test: Fail # Issue 14121 |
186 malbounded_type_test_test/03: Fail # Issue 14121 | 186 malbounded_type_test_test/03: Fail # Issue 14121 |
187 malbounded_type_test_test/04: Fail # Issue 14121 | 187 malbounded_type_test_test/04: Fail # Issue 14121 |
188 malbounded_type_test2_test: Fail # Issue 14121 | 188 malbounded_type_test2_test: Fail # Issue 14121 |
189 default_factory2_test/01: Fail # Issue 14121 | 189 default_factory2_test/01: Fail # Issue 14121 |
190 | 190 |
191 [ $compiler == dart2js && $unchecked ] | 191 [ $compiler == dart2js && $unchecked ] |
192 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 192 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
193 assertion_test: RuntimeError # Issue 12748 | |
194 generic_test: RuntimeError, OK | 193 generic_test: RuntimeError, OK |
195 map_literal4_test: RuntimeError, OK # Checked mode required. | 194 map_literal4_test: RuntimeError, OK # Checked mode required. |
196 named_parameters_type_test/01: MissingRuntimeError, OK | 195 named_parameters_type_test/01: MissingRuntimeError, OK |
197 named_parameters_type_test/02: MissingRuntimeError, OK | 196 named_parameters_type_test/02: MissingRuntimeError, OK |
198 named_parameters_type_test/03: MissingRuntimeError, OK | 197 named_parameters_type_test/03: MissingRuntimeError, OK |
199 positional_parameters_type_test/01: MissingRuntimeError, OK | 198 positional_parameters_type_test/01: MissingRuntimeError, OK |
200 positional_parameters_type_test/02: MissingRuntimeError, OK | 199 positional_parameters_type_test/02: MissingRuntimeError, OK |
201 issue13474_test: RuntimeError, OK | 200 issue13474_test: RuntimeError, OK |
202 | 201 |
| 202 [ $compiler == dart2js && $unchecked && $no_enable_asserts ] |
| 203 assertion_test: RuntimeError # Issue 12748 |
| 204 |
| 205 [ $compiler == dart2js && $unchecked && $enable_asserts ] |
| 206 bool_check_test: RuntimeError # Issue 29647 |
| 207 |
203 [ $compiler == dart2js && $unchecked && $minified ] | 208 [ $compiler == dart2js && $unchecked && $minified ] |
204 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 209 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
205 | 210 |
206 [ $compiler == dart2js && $minified ] | 211 [ $compiler == dart2js && $minified ] |
207 cyclic_type_test/0*: Fail # Issue 12605 | 212 cyclic_type_test/0*: Fail # Issue 12605 |
208 cyclic_type2_test: Fail # Issue 12605 | 213 cyclic_type2_test: Fail # Issue 12605 |
209 f_bounded_quantification4_test: Fail, Pass # Issue 12605 | 214 f_bounded_quantification4_test: Fail, Pass # Issue 12605 |
210 generic_closure_test: Fail # Issue 12605 | 215 generic_closure_test: Fail # Issue 12605 |
211 mixin_generic_test: Fail # Issue 12605 | 216 mixin_generic_test: Fail # Issue 12605 |
212 mixin_mixin2_test: Fail # Issue 12605 | 217 mixin_mixin2_test: Fail # Issue 12605 |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 factory_redirection_test/02: Crash # Issue 27394 | 643 factory_redirection_test/02: Crash # Issue 27394 |
639 factory_redirection_test/03: Crash # Issue 27394 | 644 factory_redirection_test/03: Crash # Issue 27394 |
640 mixin_cyclic_test/02: Crash # Issue 27394 | 645 mixin_cyclic_test/02: Crash # Issue 27394 |
641 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 646 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
642 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 647 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
643 named_parameters_test/01: Crash # Issue 27394 | 648 named_parameters_test/01: Crash # Issue 27394 |
644 named_parameters_test/03: Crash # Issue 27394 | 649 named_parameters_test/03: Crash # Issue 27394 |
645 named_parameters_test/05: Crash # Issue 27394 | 650 named_parameters_test/05: Crash # Issue 27394 |
646 named_parameters_test/07: Crash # Issue 27394 | 651 named_parameters_test/07: Crash # Issue 27394 |
647 named_parameters_test/09: Crash # Issue 27394 | 652 named_parameters_test/09: Crash # Issue 27394 |
OLD | NEW |