| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 field_override_test/01: Fail | 274 field_override_test/01: Fail |
| 275 field_override_test/02: Fail | 275 field_override_test/02: Fail |
| 276 field_override_test/none: Fail | 276 field_override_test/none: Fail |
| 277 getters_setters2_test/03: Fail | 277 getters_setters2_test/03: Fail |
| 278 implicit_this_test/01: Fail | 278 implicit_this_test/01: Fail |
| 279 implicit_this_test/02: Fail | 279 implicit_this_test/02: Fail |
| 280 implicit_this_test/03: Fail | 280 implicit_this_test/03: Fail |
| 281 implicit_this_test/04: Fail | 281 implicit_this_test/04: Fail |
| 282 implicit_this_test/none: Fail | 282 implicit_this_test/none: Fail |
| 283 implied_interface_test: Fail | 283 implied_interface_test: Fail |
| 284 incr_op_test: Fail | |
| 285 interface_factory_constructor_negative_test: Fail | 284 interface_factory_constructor_negative_test: Fail |
| 286 interface_inherit_field_test: Fail | 285 interface_inherit_field_test: Fail |
| 287 interface_static_method_negative_test: Fail | 286 interface_static_method_negative_test: Fail |
| 288 interface_test: Fail | 287 interface_test: Fail |
| 289 library5_test: Fail | 288 library5_test: Fail |
| 290 library_same_name_used_test: Fail | 289 library_same_name_used_test: Fail |
| 291 named_parameters_type_test: Fail | 290 named_parameters_type_test: Fail |
| 292 non_const_super_negative_test: Fail | 291 non_const_super_negative_test: Fail |
| 293 number_identifier_negative_test: Fail | 292 number_identifier_negative_test: Fail |
| 294 operator1_negative_test: Fail | 293 operator1_negative_test: Fail |
| (...skipping 10 matching lines...) Expand all Loading... |
| 305 static_top_level_test/05: Fail | 304 static_top_level_test/05: Fail |
| 306 string_interpolation7_test: Fail | 305 string_interpolation7_test: Fail |
| 307 switch_label_test: Fail | 306 switch_label_test: Fail |
| 308 syntax_test/none: Fail | 307 syntax_test/none: Fail |
| 309 typed_message_test: Fail | 308 typed_message_test: Fail |
| 310 type_variable_bounds2_test/02: Fail | 309 type_variable_bounds2_test/02: Fail |
| 311 type_variable_bounds2_test/06: Fail | 310 type_variable_bounds2_test/06: Fail |
| 312 type_variable_bounds_test/02: Fail | 311 type_variable_bounds_test/02: Fail |
| 313 type_variable_bounds_test/04: Fail | 312 type_variable_bounds_test/04: Fail |
| 314 type_variable_bounds_test/05: Fail | 313 type_variable_bounds_test/05: Fail |
| OLD | NEW |