| 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 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 | 29 |
| 30 # These bugs refer currently ongoing language discussions. | 30 # These bugs refer currently ongoing language discussions. |
| 31 constructor5_test: Fail # (Discussion ongoing) | 31 constructor5_test: Fail # (Discussion ongoing) |
| 32 constructor6_test: Fail # (Discussion ongoing) | 32 constructor6_test: Fail # (Discussion ongoing) |
| 33 | 33 |
| 34 # Regular bugs which should be fixed. | 34 # Regular bugs which should be fixed. |
| 35 const_init6_negative_test: Fail # Issue 811 | 35 const_init6_negative_test: Fail # Issue 811 |
| 36 super_first_constructor_test: Fail # Issue 1372. | 36 super_first_constructor_test: Fail # Issue 1372. |
| 37 | 37 |
| 38 # Issue 1034 | |
| 39 constructor_duplicate_initializers_test/01: Fail | |
| 40 constructor_duplicate_initializers_test/02: Fail | |
| 41 | |
| 42 # Issue 1355 | 38 # Issue 1355 |
| 43 call_operator_test: Fail | 39 call_operator_test: Fail |
| 44 | 40 |
| 45 const_constructor_syntax_test/05: Fail | |
| 46 | |
| 47 constructor_redirect_test/01: Fail # Issue 2103. | 41 constructor_redirect_test/01: Fail # Issue 2103. |
| 48 | 42 |
| 49 closure_with_super_send_test: Fail # Issue 3197. | 43 closure_with_super_send_test: Fail # Issue 3197. |
| 50 super_closure_test: Fail # Issue 3197. | 44 super_closure_test: Fail # Issue 3197. |
| 51 parameter_initializer6_negative_test: Fail # Issue 3502 | 45 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 52 | 46 |
| 53 prefix_core_test: Fail # Issue 3638. | 47 prefix_core_test: Fail # Issue 3638. |
| 54 | 48 |
| 55 fauxverride_test/none: Fail # Issue 3778. | 49 fauxverride_test/none: Fail # Issue 3778. |
| 56 | 50 |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 type_variable_bounds2_test/none: Fail | 326 type_variable_bounds2_test/none: Fail |
| 333 type_variable_bounds_test/02: Fail | 327 type_variable_bounds_test/02: Fail |
| 334 type_variable_bounds_test/04: Fail | 328 type_variable_bounds_test/04: Fail |
| 335 type_variable_bounds_test/05: Fail | 329 type_variable_bounds_test/05: Fail |
| 336 type_variable_scope_test/00: Fail | 330 type_variable_scope_test/00: Fail |
| 337 type_variable_scope_test/01: Fail | 331 type_variable_scope_test/01: Fail |
| 338 type_variable_scope_test/02: Fail | 332 type_variable_scope_test/02: Fail |
| 339 type_variable_scope_test/03: Fail | 333 type_variable_scope_test/03: Fail |
| 340 type_variable_scope_test/04: Fail | 334 type_variable_scope_test/04: Fail |
| 341 type_variable_scope_test/05: Fail | 335 type_variable_scope_test/05: Fail |
| OLD | NEW |