| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 method_override7_test/00: Fail # Issue 11496 | 101 method_override7_test/00: Fail # Issue 11496 |
| 102 method_override7_test/01: Fail # Issue 11496 | 102 method_override7_test/01: Fail # Issue 11496 |
| 103 method_override7_test/02: Fail # Issue 11496 | 103 method_override7_test/02: Fail # Issue 11496 |
| 104 method_override8_test/03: Fail # Issue 11496 | 104 method_override8_test/03: Fail # Issue 11496 |
| 105 setter_override_test/00: Fail # Issue 11496 | 105 setter_override_test/00: Fail # Issue 11496 |
| 106 setter_override_test/03: Fail # Issue 11496 | 106 setter_override_test/03: Fail # Issue 11496 |
| 107 setter_override2_test/02: Fail # Issue 11496 | 107 setter_override2_test/02: Fail # Issue 11496 |
| 108 call_nonexistent_constructor_test: Fail # Issue 12758 | 108 call_nonexistent_constructor_test: Fail # Issue 12758 |
| 109 constructor_named_arguments_test/01: Fail # Issue 5519 | 109 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 110 getter_no_setter_test/01: Fail # Issue 5519 | 110 getter_no_setter_test/01: Fail # Issue 5519 |
| 111 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 111 not_enough_positional_arguments_test/01: Fail # Issue XXX |
| 112 not_enough_positional_arguments_test/02: Fail # Issue XXX |
| 113 not_enough_positional_arguments_test/04: Fail # Issue XXX |
| 114 not_enough_positional_arguments_test/05: Fail # Issue XXX |
| 112 dynamic_test: Fail # Issue 12398 | 115 dynamic_test: Fail # Issue 12398 |
| 113 dynamic_prefix_core_test: Fail # Issue 12398 | 116 dynamic_prefix_core_test: Fail # Issue 12398 |
| 114 metadata_test: Fail # Issue 5841 | 117 metadata_test: Fail # Issue 5841 |
| 115 infinity_test: Fail # Issue 4984 | 118 infinity_test: Fail # Issue 4984 |
| 116 positive_bit_operations_test: Fail # Issue 12795 | 119 positive_bit_operations_test: Fail # Issue 12795 |
| 117 named_parameters_type_test: Fail | 120 named_parameters_type_test: Fail |
| 118 positional_parameters_type_test: Fail | 121 positional_parameters_type_test: Fail |
| 119 | 122 |
| 120 # Compilation errors. | 123 # Compilation errors. |
| 121 const_var_test: Fail # Issue 12793 | 124 const_var_test: Fail # Issue 12793 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 133 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 136 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 134 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 137 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 135 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 138 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 136 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 139 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 137 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 140 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 138 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 141 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 139 method_binding_test: Fail # internal error: super property read not implemented. | 142 method_binding_test: Fail # internal error: super property read not implemented. |
| 140 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 143 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 141 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) | 144 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined) |
| 142 parameter_initializer6_negative_test: Fail # Issue 3502 | 145 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 143 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 146 named_parameters_aggregated_test/01: Fail # Issue 12801 |
| 144 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 147 named_parameters_aggregated_test/03: Fail # Issue 12812 |
| 145 pseudo_kw_test: Fail # Unexpected token '(' | 148 pseudo_kw_test: Fail # Unexpected token '(' |
| 146 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 149 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 147 | 150 |
| 148 # Missing compilation error for wrong number of type arguments. | 151 # Missing compilation error for wrong number of type arguments. |
| 149 mixin_type_parameters_errors_test/01: Fail | 152 mixin_type_parameters_errors_test/01: Fail |
| 150 mixin_type_parameters_errors_test/02: Fail | 153 mixin_type_parameters_errors_test/02: Fail |
| 151 mixin_type_parameters_errors_test/05: Fail | 154 mixin_type_parameters_errors_test/05: Fail |
| 152 | 155 |
| 153 # External tests. | 156 # External tests. |
| 154 external_test/01: Fail | 157 external_test/01: Fail |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 const_syntax_test/06: Fail # Issue 5519 | 346 const_syntax_test/06: Fail # Issue 5519 |
| 344 const_syntax_test/07: Fail # Issue 5519 | 347 const_syntax_test/07: Fail # Issue 5519 |
| 345 const_syntax_test/08: Fail # Issue 5519 | 348 const_syntax_test/08: Fail # Issue 5519 |
| 346 const_syntax_test/10: Fail # Issue 5519 | 349 const_syntax_test/10: Fail # Issue 5519 |
| 347 constructor_named_arguments_test/01: Fail # Issue 5519 | 350 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 348 final_syntax_test/01: Fail # Issue 5519 | 351 final_syntax_test/01: Fail # Issue 5519 |
| 349 final_syntax_test/02: Fail # Issue 5519 | 352 final_syntax_test/02: Fail # Issue 5519 |
| 350 final_syntax_test/03: Fail # Issue 5519 | 353 final_syntax_test/03: Fail # Issue 5519 |
| 351 final_syntax_test/04: Fail # Issue 5519 | 354 final_syntax_test/04: Fail # Issue 5519 |
| 352 getter_no_setter_test/01: Fail # Issue 5519 | 355 getter_no_setter_test/01: Fail # Issue 5519 |
| 353 named_parameters_aggregated_test/01: Fail # Issue 5519 | 356 named_parameters_aggregated_test/01: Fail # Issue 12802 |
| 354 named_parameters_aggregated_test/03: Fail # Issue 5519 | 357 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 355 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 358 not_enough_positional_arguments_test/01: Fail # Issue XXX |
| 359 not_enough_positional_arguments_test/02: Fail # Issue XXX |
| 360 not_enough_positional_arguments_test/04: Fail # Issue XXX |
| 361 not_enough_positional_arguments_test/05: Fail # Issue XXX |
| 356 | 362 |
| 357 metadata_test: Fail # Issue 12762 | 363 metadata_test: Fail # Issue 12762 |
| 358 const_var_test: Pass, Fail # Issue 12794 | 364 const_var_test: Pass, Fail # Issue 12794 |
| 359 map_literal3_test: Fail # Issue 12794 | 365 map_literal3_test: Fail # Issue 12794 |
| 360 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 366 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 361 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 367 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 362 # Common problems with dart2js. In illegal family, invalid | 368 # Common problems with dart2js. In illegal family, invalid |
| 363 # declarations are simply not parsed. In pseudo kw dart2js | 369 # declarations are simply not parsed. In pseudo kw dart2js |
| 364 # chokes on things like typedef(x) => "typedef $x" and alike. | 370 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 365 abstract_syntax_test/01: Fail | 371 abstract_syntax_test/01: Fail |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 f_bounded_quantification4_test: Fail # Issue 12605. | 456 f_bounded_quantification4_test: Fail # Issue 12605. |
| 451 f_bounded_quantification5_test: Fail # Issue 12605. | 457 f_bounded_quantification5_test: Fail # Issue 12605. |
| 452 | 458 |
| 453 # TODO(tball): Assign proper bug numbers. | 459 # TODO(tball): Assign proper bug numbers. |
| 454 class_literal_test: Fail | 460 class_literal_test: Fail |
| 455 | 461 |
| 456 import_core_prefix_test: Pass | 462 import_core_prefix_test: Pass |
| 457 prefix22_test: Pass | 463 prefix22_test: Pass |
| 458 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 459 super_call4_test: Fail, OK # hardcoded names. | 465 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |