| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 external_test/23: Fail # Issue 12887 | 155 external_test/23: Fail # Issue 12887 |
| 156 external_test/30: Fail # Issue 12887 | 156 external_test/30: Fail # Issue 12887 |
| 157 external_test/31: Fail # Issue 12887 | 157 external_test/31: Fail # Issue 12887 |
| 158 instanceof4_test/01: Fail # Issue 12889 | 158 instanceof4_test/01: Fail # Issue 12889 |
| 159 list_literal4_test: Fail # Issue 12890 | 159 list_literal4_test: Fail # Issue 12890 |
| 160 map_literal4_test: Fail # Issue 12891 | 160 map_literal4_test: Fail # Issue 12891 |
| 161 | 161 |
| 162 # | 162 # |
| 163 # The following tests are all negative tests that should be fixed. | 163 # The following tests are all negative tests that should be fixed. |
| 164 # | 164 # |
| 165 abstract_syntax_test/01: Fail # Negative language test. | 165 abstract_syntax_test/01: Fail # Issue 12898 |
| 166 const_constructor_syntax_test/04: Fail # Negative language test. | 166 const_constructor_syntax_test/04: Fail # Negative language test. |
| 167 const_syntax_test/04: Fail # Negative language test. | 167 const_syntax_test/04: Fail # Negative language test. |
| 168 constructor2_negative_test: Fail # Negative language test. | 168 constructor2_negative_test: Fail # Negative language test. |
| 169 constructor_return_negative_test: Fail # Negative language test. | 169 constructor_return_negative_test: Fail # Negative language test. |
| 170 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 170 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 171 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 171 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 172 constructor_return_with_init_negative_test: Fail # Negative language test. | 172 constructor_return_with_init_negative_test: Fail # Negative language test. |
| 173 duplicate_implements_test/01: Fail # Negative language test. | 173 duplicate_implements_test/01: Fail # Negative language test. |
| 174 duplicate_implements_test/02: Fail # Negative language test. | 174 duplicate_implements_test/02: Fail # Negative language test. |
| 175 duplicate_implements_test/03: Fail # Negative language test. | 175 duplicate_implements_test/03: Fail # Negative language test. |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 336 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 337 not_enough_positional_arguments_test/04: Fail # Issue 12839 | 337 not_enough_positional_arguments_test/04: Fail # Issue 12839 |
| 338 not_enough_positional_arguments_test/05: Fail # Issue 12839 | 338 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 339 | 339 |
| 340 metadata_test: Fail # Issue 12762 | 340 metadata_test: Fail # Issue 12762 |
| 341 const_var_test: Pass, Fail # Issue 12794 | 341 const_var_test: Pass, Fail # Issue 12794 |
| 342 map_literal3_test: Fail # Issue 12794 | 342 map_literal3_test: Fail # Issue 12794 |
| 343 # Common problems with dart2js. In illegal family, invalid | 343 # Common problems with dart2js. In illegal family, invalid |
| 344 # declarations are simply not parsed. In pseudo kw dart2js | 344 # declarations are simply not parsed. In pseudo kw dart2js |
| 345 # chokes on things like typedef(x) => "typedef $x" and alike. | 345 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 346 abstract_syntax_test/01: Fail | 346 abstract_syntax_test/01: Fail # Issue 12899 |
| 347 pseudo_kw_test: Fail | 347 pseudo_kw_test: Fail |
| 348 external_test/01: Fail # Issue 12888 | 348 external_test/01: Fail # Issue 12888 |
| 349 external_test/02: Fail # Issue 12888 | 349 external_test/02: Fail # Issue 12888 |
| 350 external_test/11: Fail # Issue 12888 | 350 external_test/11: Fail # Issue 12888 |
| 351 external_test/12: Fail # Issue 12888 | 351 external_test/12: Fail # Issue 12888 |
| 352 external_test/13: Fail # Issue 12888 | 352 external_test/13: Fail # Issue 12888 |
| 353 external_test/14: Fail # Issue 12888 | 353 external_test/14: Fail # Issue 12888 |
| 354 external_test/21: Fail # Issue 12888 | 354 external_test/21: Fail # Issue 12888 |
| 355 external_test/22: Fail # Issue 12888 | 355 external_test/22: Fail # Issue 12888 |
| 356 external_test/23: Fail # Issue 12888 | 356 external_test/23: Fail # Issue 12888 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 f_bounded_quantification4_test: Fail # Issue 12605. | 430 f_bounded_quantification4_test: Fail # Issue 12605. |
| 431 f_bounded_quantification5_test: Fail # Issue 12605. | 431 f_bounded_quantification5_test: Fail # Issue 12605. |
| 432 | 432 |
| 433 # TODO(tball): Assign proper bug numbers. | 433 # TODO(tball): Assign proper bug numbers. |
| 434 class_literal_test: Fail | 434 class_literal_test: Fail |
| 435 | 435 |
| 436 import_core_prefix_test: Pass | 436 import_core_prefix_test: Pass |
| 437 prefix22_test: Pass | 437 prefix22_test: Pass |
| 438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 439 super_call4_test: Fail, OK # hardcoded names. | 439 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |