| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 5519 |
| 112 dynamic_test: Fail # Issue 12398 | 112 dynamic_test: Fail # Issue 12398 |
| 113 dynamic_prefix_core_test: Fail # Issue 12398 | 113 dynamic_prefix_core_test: Fail # Issue 12398 |
| 114 | 114 metadata_test: Fail # Issue 5841 |
| 115 metadata_test: Fail # Metadata on type parameters not supported. | |
| 116 infinity_test: Fail # Issue 4984 | 115 infinity_test: Fail # Issue 4984 |
| 117 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 116 positive_bit_operations_test: Fail # Issue 12795 |
| 118 | |
| 119 | |
| 120 # Support for optional parameters not conform to latest spec. | |
| 121 named_parameters_type_test: Fail | 117 named_parameters_type_test: Fail |
| 122 positional_parameters_type_test: Fail | 118 positional_parameters_type_test: Fail |
| 123 | 119 |
| 124 # Compilation errors. | 120 # Compilation errors. |
| 125 const_var_test: Fail # Map literals take 2 type arguments. | 121 const_var_test: Fail # Issue 12793 |
| 126 map_literal3_test: Fail # Map literals take 2 type arguments. | 122 map_literal3_test: Fail # Issue 12793 |
| 127 function_type_alias5_test/00: Fail # Issue 12754 | 123 function_type_alias5_test/00: Fail # Issue 12754 |
| 128 function_type_alias5_test/01: Fail # Issue 12754 | 124 function_type_alias5_test/01: Fail # Issue 12754 |
| 129 function_type_alias5_test/02: Fail # Issue 12754 | 125 function_type_alias5_test/02: Fail # Issue 12754 |
| 130 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 126 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 131 generic_test: Fail # cannot resolve type T | 127 generic_test: Fail # cannot resolve type T |
| 132 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 128 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 133 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 129 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 134 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 130 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 135 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 131 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 136 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 132 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 166 external_test/22: Fail | 162 external_test/22: Fail |
| 167 external_test/23: Fail | 163 external_test/23: Fail |
| 168 external_test/30: Fail | 164 external_test/30: Fail |
| 169 external_test/31: Fail | 165 external_test/31: Fail |
| 170 | 166 |
| 171 | 167 |
| 172 # Implementation errors (library or generated code). | 168 # Implementation errors (library or generated code). |
| 173 instanceof4_test: Fail # Expect.isTrue(false) fails. | 169 instanceof4_test: Fail # Expect.isTrue(false) fails. |
| 174 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. | 170 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. |
| 175 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. | 171 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode
test. |
| 176 named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) f
ails. -- checked mode test. | |
| 177 | 172 |
| 178 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 173 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 179 external_test/16: Fail, OK # Bad test: assumes eager loading. | 174 external_test/16: Fail, OK # Bad test: assumes eager loading. |
| 180 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 175 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 181 syntax_test/47: Fail, OK # Bad test: assumes eager loading. | 176 syntax_test/47: Fail, OK # Bad test: assumes eager loading. |
| 182 | 177 |
| 183 | 178 |
| 184 # | 179 # |
| 185 # The following tests are all negative tests that should be fixed. | 180 # The following tests are all negative tests that should be fixed. |
| 186 # | 181 # |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 constructor_named_arguments_test/01: Fail # Issue 5519 | 347 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 353 final_syntax_test/01: Fail # Issue 5519 | 348 final_syntax_test/01: Fail # Issue 5519 |
| 354 final_syntax_test/02: Fail # Issue 5519 | 349 final_syntax_test/02: Fail # Issue 5519 |
| 355 final_syntax_test/03: Fail # Issue 5519 | 350 final_syntax_test/03: Fail # Issue 5519 |
| 356 final_syntax_test/04: Fail # Issue 5519 | 351 final_syntax_test/04: Fail # Issue 5519 |
| 357 getter_no_setter_test/01: Fail # Issue 5519 | 352 getter_no_setter_test/01: Fail # Issue 5519 |
| 358 named_parameters_aggregated_test/01: Fail # Issue 5519 | 353 named_parameters_aggregated_test/01: Fail # Issue 5519 |
| 359 named_parameters_aggregated_test/03: Fail # Issue 5519 | 354 named_parameters_aggregated_test/03: Fail # Issue 5519 |
| 360 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 355 not_enough_positional_arguments_test/01: Fail # Issue 5519 |
| 361 | 356 |
| 362 metadata_test: Fail | 357 metadata_test: Fail # Issue 12762 |
| 363 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 358 const_var_test: Pass, Fail # Issue 12794 |
| 364 argument_definition_test/*: Skip # Not implemented. | 359 map_literal3_test: Fail # Issue 12794 |
| 365 const_var_test: Pass, Fail # Map literals take 2 type arguments. | |
| 366 map_literal3_test: Fail # Map literals take 2 type arguments. | |
| 367 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 360 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 368 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 361 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 369 # Common problems with dart2js. In illegal family, invalid | 362 # Common problems with dart2js. In illegal family, invalid |
| 370 # declarations are simply not parsed. In pseudo kw dart2js | 363 # declarations are simply not parsed. In pseudo kw dart2js |
| 371 # chokes on things like typedef(x) => "typedef $x" and alike. | 364 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 372 abstract_syntax_test/01: Fail | 365 abstract_syntax_test/01: Fail |
| 373 pseudo_kw_test: Fail | 366 pseudo_kw_test: Fail |
| 374 # external keyword is not yet supported by dart2js/dart2dart. | 367 # external keyword is not yet supported by dart2js/dart2dart. |
| 375 external_test/*: Skip | 368 external_test/*: Skip |
| 376 lazy_static3_test: Fail # Issue 12593 | 369 lazy_static3_test: Fail # Issue 12593 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 f_bounded_quantification4_test: Fail # Issue 12605. | 450 f_bounded_quantification4_test: Fail # Issue 12605. |
| 458 f_bounded_quantification5_test: Fail # Issue 12605. | 451 f_bounded_quantification5_test: Fail # Issue 12605. |
| 459 | 452 |
| 460 # TODO(tball): Assign proper bug numbers. | 453 # TODO(tball): Assign proper bug numbers. |
| 461 class_literal_test: Fail | 454 class_literal_test: Fail |
| 462 | 455 |
| 463 import_core_prefix_test: Pass | 456 import_core_prefix_test: Pass |
| 464 prefix22_test: Pass | 457 prefix22_test: Pass |
| 465 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 458 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 466 super_call4_test: Fail, OK # hardcoded names. | 459 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |