| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 compile_time_constant_c_test/none: Fail # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
| 8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
| 9 | 9 |
| 10 black_listed_test/none: Fail # Issue 12446. | 10 black_listed_test/none: Fail # Issue 12446. |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 getter_override_test/02: Fail # Issue 11496 | 102 getter_override_test/02: Fail # Issue 11496 |
| 103 method_override7_test/00: Fail # Issue 11496 | 103 method_override7_test/00: Fail # Issue 11496 |
| 104 method_override7_test/01: Fail # Issue 11496 | 104 method_override7_test/01: Fail # Issue 11496 |
| 105 method_override7_test/02: Fail # Issue 11496 | 105 method_override7_test/02: Fail # Issue 11496 |
| 106 method_override8_test/03: Fail # Issue 11496 | 106 method_override8_test/03: Fail # Issue 11496 |
| 107 setter_override_test/00: Fail # Issue 11496 | 107 setter_override_test/00: Fail # Issue 11496 |
| 108 setter_override_test/03: Fail # Issue 11496 | 108 setter_override_test/03: Fail # Issue 11496 |
| 109 setter_override2_test/02: Fail # Issue 11496 | 109 setter_override2_test/02: Fail # Issue 11496 |
| 110 constructor_named_arguments_test/01: Fail # Issue 5519 | 110 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 111 getter_no_setter_test/01: Fail # Issue 5519 | 111 getter_no_setter_test/01: Fail # Issue 5519 |
| 112 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 112 not_enough_positional_arguments_test/01: Fail # Issue 12838 |
| 113 not_enough_positional_arguments_test/02: Fail # Issue 12838 |
| 114 not_enough_positional_arguments_test/04: Fail # Issue 12838 |
| 115 not_enough_positional_arguments_test/05: Fail # Issue 12838 |
| 113 dynamic_test: Fail # Issue 12398 | 116 dynamic_test: Fail # Issue 12398 |
| 114 dynamic_prefix_core_test: Fail # Issue 12398 | 117 dynamic_prefix_core_test: Fail # Issue 12398 |
| 115 metadata_test: Fail # Issue 5841 | 118 metadata_test: Fail # Issue 5841 |
| 116 infinity_test: Fail # Issue 4984 | 119 infinity_test: Fail # Issue 4984 |
| 117 positive_bit_operations_test: Fail # Issue 12795 | 120 positive_bit_operations_test: Fail # Issue 12795 |
| 118 named_parameters_type_test: Fail | 121 named_parameters_type_test: Fail |
| 119 positional_parameters_type_test: Fail | 122 positional_parameters_type_test: Fail |
| 120 | 123 |
| 121 # Compilation errors. | 124 # Compilation errors. |
| 122 const_var_test: Fail # Issue 12793 | 125 const_var_test: Fail # Issue 12793 |
| 123 map_literal3_test: Fail # Issue 12793 | 126 map_literal3_test: Fail # Issue 12793 |
| 124 function_type_alias5_test/00: Fail # Issue 12754 | 127 function_type_alias5_test/00: Fail # Issue 12754 |
| 125 function_type_alias5_test/01: Fail # Issue 12754 | 128 function_type_alias5_test/01: Fail # Issue 12754 |
| 126 function_type_alias5_test/02: Fail # Issue 12754 | 129 function_type_alias5_test/02: Fail # Issue 12754 |
| 127 function_type_alias7_test/00: Fail # Issue 12801 | 130 function_type_alias7_test/00: Fail # Issue 12801 |
| 128 get_set_syntax_test/00: Fail # Issue 12805 | 131 get_set_syntax_test/00: Fail # Issue 12805 |
| 129 get_set_syntax_test/01: Fail # Issue 12805 | 132 get_set_syntax_test/01: Fail # Issue 12805 |
| 130 get_set_syntax_test/02: Fail # Issue 12805 | 133 get_set_syntax_test/02: Fail # Issue 12805 |
| 131 get_set_syntax_test/03: Fail # Issue 12805 | 134 get_set_syntax_test/03: Fail # Issue 12805 |
| 132 get_set_syntax_test/04: Fail # Issue 12805 | 135 get_set_syntax_test/04: Fail # Issue 12805 |
| 133 method_binding_test: Fail # Issue 12807 | 136 method_binding_test: Fail # Issue 12807 |
| 134 method_override_test: Fail # Issue 12808 | 137 method_override_test: Fail # Issue 12808 |
| 135 method_override5_test: Fail # Issue 12809 | 138 method_override5_test: Fail # Issue 12809 |
| 136 parameter_initializer6_negative_test: Fail # Issue 3502 | 139 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 137 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 140 named_parameters_aggregated_test/01: Fail # Issue 12801 |
| 138 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 141 named_parameters_aggregated_test/03: Fail # Issue 12812 |
| 139 pseudo_kw_test: Fail # Unexpected token '(' | 142 pseudo_kw_test: Fail # Unexpected token '(' |
| 140 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 143 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 141 | 144 |
| 142 # Missing compilation error for wrong number of type arguments. | 145 # Missing compilation error for wrong number of type arguments. |
| 143 mixin_type_parameters_errors_test/01: Fail | 146 mixin_type_parameters_errors_test/01: Fail |
| 144 mixin_type_parameters_errors_test/02: Fail | 147 mixin_type_parameters_errors_test/02: Fail |
| 145 mixin_type_parameters_errors_test/05: Fail | 148 mixin_type_parameters_errors_test/05: Fail |
| 146 | 149 |
| 147 # External tests. | 150 # External tests. |
| 148 external_test/01: Fail | 151 external_test/01: Fail |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 const_syntax_test/06: Fail # Issue 5519 | 334 const_syntax_test/06: Fail # Issue 5519 |
| 332 const_syntax_test/07: Fail # Issue 5519 | 335 const_syntax_test/07: Fail # Issue 5519 |
| 333 const_syntax_test/08: Fail # Issue 5519 | 336 const_syntax_test/08: Fail # Issue 5519 |
| 334 const_syntax_test/10: Fail # Issue 5519 | 337 const_syntax_test/10: Fail # Issue 5519 |
| 335 constructor_named_arguments_test/01: Fail # Issue 5519 | 338 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 336 final_syntax_test/01: Fail # Issue 5519 | 339 final_syntax_test/01: Fail # Issue 5519 |
| 337 final_syntax_test/02: Fail # Issue 5519 | 340 final_syntax_test/02: Fail # Issue 5519 |
| 338 final_syntax_test/03: Fail # Issue 5519 | 341 final_syntax_test/03: Fail # Issue 5519 |
| 339 final_syntax_test/04: Fail # Issue 5519 | 342 final_syntax_test/04: Fail # Issue 5519 |
| 340 getter_no_setter_test/01: Fail # Issue 5519 | 343 getter_no_setter_test/01: Fail # Issue 5519 |
| 341 named_parameters_aggregated_test/01: Fail # Issue 5519 | 344 named_parameters_aggregated_test/01: Fail # Issue 12802 |
| 342 named_parameters_aggregated_test/03: Fail # Issue 5519 | 345 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 343 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 346 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 347 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 348 not_enough_positional_arguments_test/04: Fail # Issue 12839 |
| 349 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 344 | 350 |
| 345 metadata_test: Fail # Issue 12762 | 351 metadata_test: Fail # Issue 12762 |
| 346 const_var_test: Pass, Fail # Issue 12794 | 352 const_var_test: Pass, Fail # Issue 12794 |
| 347 map_literal3_test: Fail # Issue 12794 | 353 map_literal3_test: Fail # Issue 12794 |
| 348 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 354 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 349 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 355 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 350 # Common problems with dart2js. In illegal family, invalid | 356 # Common problems with dart2js. In illegal family, invalid |
| 351 # declarations are simply not parsed. In pseudo kw dart2js | 357 # declarations are simply not parsed. In pseudo kw dart2js |
| 352 # chokes on things like typedef(x) => "typedef $x" and alike. | 358 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 353 abstract_syntax_test/01: Fail | 359 abstract_syntax_test/01: Fail |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 f_bounded_quantification4_test: Fail # Issue 12605. | 434 f_bounded_quantification4_test: Fail # Issue 12605. |
| 429 f_bounded_quantification5_test: Fail # Issue 12605. | 435 f_bounded_quantification5_test: Fail # Issue 12605. |
| 430 | 436 |
| 431 # TODO(tball): Assign proper bug numbers. | 437 # TODO(tball): Assign proper bug numbers. |
| 432 class_literal_test: Fail | 438 class_literal_test: Fail |
| 433 | 439 |
| 434 import_core_prefix_test: Pass | 440 import_core_prefix_test: Pass |
| 435 prefix22_test: Pass | 441 prefix22_test: Pass |
| 436 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 442 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 437 super_call4_test: Fail, OK # hardcoded names. | 443 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |