| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] | 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] |
| 9 licm2_test: Skip # Issue: 12298 | 9 licm2_test: Skip # Issue: 12298 |
| 10 | 10 |
| 11 [ $compiler == dart2dart ] | 11 [ $compiler == dart2dart ] |
| 12 mixin_super_constructor_named_test: Fail | 12 mixin_super_constructor_named_test: Fail |
| 13 mixin_super_constructor_positionals_test: Fail | 13 mixin_super_constructor_positionals_test: Fail |
| 14 function_type_alias6_test/00: Fail # Issue 11986 | 14 function_type_alias6_test/00: Fail # Issue 11986 |
| 15 function_type_alias9_test/00: Crash # Issue 11986 | 15 function_type_alias9_test/00: Crash # Issue 11986 |
| 16 | 16 |
| 17 [ $compiler == none ] | 17 [ $compiler == none ] |
| 18 mixin_super_constructor_named_test: Fail | 18 mixin_super_constructor_named_test: Fail |
| 19 mixin_super_constructor_positionals_test: Fail | 19 mixin_super_constructor_positionals_test: Fail |
| 20 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 | 20 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 |
| 21 library_juxtaposition_test: Fail # Issue 6877 | 21 library_juxtaposition_test: Fail # Issue 6877 |
| 22 pseudo_kw_illegal_test/14: Fail # Issue 356 | |
| 23 switch_int_double_test/01: Fail # Issue 7307 | 22 switch_int_double_test/01: Fail # Issue 7307 |
| 24 switch_int_double_test/02: Fail # Issue 7307 | 23 switch_int_double_test/02: Fail # Issue 7307 |
| 25 | 24 |
| 26 # These bugs refer currently ongoing language discussions. | 25 # These bugs refer currently ongoing language discussions. |
| 27 constructor5_test: Fail # (Discussion ongoing) | 26 constructor5_test: Fail # (Discussion ongoing) |
| 28 | 27 |
| 29 constructor_initializer_test: Fail # Side effects in constructor parameters | 28 constructor_initializer_test: Fail # Side effects in constructor parameters |
| 30 | 29 |
| 31 constructor6_test: Fail # Issue 6422 | 30 constructor6_test: Fail # Issue 6422 |
| 32 closure_in_initializer_test: Fail # Issue 6422 | 31 closure_in_initializer_test: Fail # Issue 6422 |
| 33 | 32 |
| 34 # Regular bugs which should be fixed. | 33 # Regular bugs which should be fixed. |
| 35 const_init6_negative_test: Fail # Issue 811 | 34 const_init6_negative_test: Fail # Issue 811 |
| 36 super_first_constructor_test: Fail # Issue 1372. | 35 super_first_constructor_test: Fail # Issue 1372. |
| 37 | 36 |
| 38 parameter_initializer6_negative_test: Fail # Issue 3502 | 37 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 39 | 38 |
| 40 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 39 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 41 | 40 |
| 42 lazy_static3_test: Fail # Issue 3558 | 41 lazy_static3_test: Fail # Issue 12593 |
| 43 | 42 |
| 44 compile_time_constant10_test/none: Fail # issue 5214 | 43 compile_time_constant10_test/none: Fail # issue 5214 |
| 45 | 44 |
| 46 export_cyclic_test: Fail, Crash # issue 6060 | 45 export_cyclic_test: Fail, Crash # issue 6060 |
| 47 duplicate_export_negative_test: Fail # issue 6134 | 46 duplicate_export_negative_test: Fail # issue 6134 |
| 48 type_annotation_test/04: Fail # Issue 6970 | 47 type_annotation_test/04: Fail # Issue 6970 |
| 49 type_annotation_test/06: Fail # Issue 6973 | 48 type_annotation_test/06: Fail # Issue 6973 |
| 50 type_annotation_test/09: Fail # Issue 6973 | 49 type_annotation_test/09: Fail # Issue 6973 |
| 51 | 50 |
| 52 on_catch_malformed_type_test: Fail # Issue 8601 | 51 on_catch_malformed_type_test: Fail # Issue 8601 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 argument_definition_test/*: Skip # Not implemented. | 191 argument_definition_test/*: Skip # Not implemented. |
| 193 const_var_test: Pass, Fail # Map literals take 2 type arguments. | 192 const_var_test: Pass, Fail # Map literals take 2 type arguments. |
| 194 map_literal3_test: Fail # Map literals take 2 type arguments. | 193 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 195 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 194 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 196 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 195 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 197 # Common problems with dart2js. In illegal family, invalid | 196 # Common problems with dart2js. In illegal family, invalid |
| 198 # declarations are simply not parsed. In pseudo kw dart2js | 197 # declarations are simply not parsed. In pseudo kw dart2js |
| 199 # chokes on things like typedef(x) => "typedef $x" and alike. | 198 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 200 abstract_syntax_test/01: Fail | 199 abstract_syntax_test/01: Fail |
| 201 abstract_syntax_test/02: Fail | 200 abstract_syntax_test/02: Fail |
| 202 pseudo_kw_illegal_test/14: Fail | |
| 203 pseudo_kw_test: Fail | 201 pseudo_kw_test: Fail |
| 204 # external keyword is not yet supported by dart2js/dart2dart. | 202 # external keyword is not yet supported by dart2js/dart2dart. |
| 205 external_test/*: Skip | 203 external_test/*: Skip |
| 206 lazy_static3_test: Fail, OK # Issue 3558 | 204 lazy_static3_test: Fail # Issue 12593 |
| 207 # dart2js frontend doesn't even analyse problematic classes. | 205 # dart2js frontend doesn't even analyse problematic classes. |
| 208 duplicate_implements_test/01: Fail | 206 duplicate_implements_test/01: Fail |
| 209 duplicate_implements_test/02: Fail | 207 duplicate_implements_test/02: Fail |
| 210 duplicate_implements_test/03: Fail | 208 duplicate_implements_test/03: Fail |
| 211 duplicate_implements_test/04: Fail | 209 duplicate_implements_test/04: Fail |
| 212 interface_factory_constructor_negative_test: Fail | 210 interface_factory_constructor_negative_test: Fail |
| 213 method_override4_test: Fail | 211 method_override4_test: Fail |
| 214 method_override5_test: Fail | 212 method_override5_test: Fail |
| 215 operator1_negative_test: Fail | 213 operator1_negative_test: Fail |
| 216 static_final_field_negative_test: Fail | 214 static_final_field_negative_test: Fail |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 super_call4_test: Fail, OK # hardcoded names. | 293 super_call4_test: Fail, OK # hardcoded names. |
| 296 | 294 |
| 297 [ $compiler == dart2js || $compiler == dart2dart] | 295 [ $compiler == dart2js || $compiler == dart2dart] |
| 298 null_test/03: Fail # Issue 12445. | 296 null_test/03: Fail # Issue 12445. |
| 299 | 297 |
| 300 [ $compiler == dart2js ] | 298 [ $compiler == dart2js ] |
| 301 null_test/none: Fail # Issue 12482 | 299 null_test/none: Fail # Issue 12482 |
| 302 | 300 |
| 303 [ $compiler == dartanalyzer ] | 301 [ $compiler == dartanalyzer ] |
| 304 null_test/03: Fail # Issue 12484 | 302 null_test/03: Fail # Issue 12484 |
| OLD | NEW |