| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 named_parameters_type_test: Fail | 242 named_parameters_type_test: Fail |
| 243 numbers_test: Fail | 243 numbers_test: Fail |
| 244 # DartVM problem. | 244 # DartVM problem. |
| 245 closure_with_super_send_test: Fail | 245 closure_with_super_send_test: Fail |
| 246 constructor5_test: Fail | 246 constructor5_test: Fail |
| 247 constructor6_test: Fail | 247 constructor6_test: Fail |
| 248 fauxverride_test/none: Fail | 248 fauxverride_test/none: Fail |
| 249 gc_test: Fail | 249 gc_test: Fail |
| 250 parameter_initializer6_negative_test: Fail | 250 parameter_initializer6_negative_test: Fail |
| 251 prefix_core_test: Fail | 251 prefix_core_test: Fail |
| 252 private_member3_negative_test: Fail | |
| 253 super_closure_test: Fail | 252 super_closure_test: Fail |
| 254 super_field_access_test: Fail | 253 super_field_access_test: Fail |
| 255 super_first_constructor_test: Fail | 254 super_first_constructor_test: Fail |
| 256 # Should be triaged. | 255 # Should be triaged. |
| 257 const_test: Fail | 256 const_test: Fail |
| 258 # default_factory3_test: Fail # Depends on empty class processing. | 257 # default_factory3_test: Fail # Depends on empty class processing. |
| 259 dynamic_test: Fail # Depends on empty class processing. | 258 dynamic_test: Fail # Depends on empty class processing. |
| 260 empty_body_member_negative_test: Fail | 259 empty_body_member_negative_test: Fail |
| 261 factory4_test: Fail | 260 factory4_test: Fail |
| 262 f_bounded_quantification_test/01: Fail | 261 f_bounded_quantification_test/01: Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 method_override_test: Fail | 294 method_override_test: Fail |
| 296 named_parameters_type_test: Fail | 295 named_parameters_type_test: Fail |
| 297 non_const_super_negative_test: Fail | 296 non_const_super_negative_test: Fail |
| 298 number_identifier_negative_test: Fail | 297 number_identifier_negative_test: Fail |
| 299 operator1_negative_test: Fail | 298 operator1_negative_test: Fail |
| 300 prefix14_test: Fail | 299 prefix14_test: Fail |
| 301 prefix15_test: Fail | 300 prefix15_test: Fail |
| 302 prefix18_negative_test: Fail | 301 prefix18_negative_test: Fail |
| 303 prefix20_negative_test: Fail | 302 prefix20_negative_test: Fail |
| 304 prefix21_test: Fail | 303 prefix21_test: Fail |
| 305 private3_test: Fail | |
| 306 private_member1_negative_test: Fail | |
| 307 private_member_test: Fail | |
| 308 private_test: Fail | |
| 309 rethrow_test: Fail | 304 rethrow_test: Fail |
| 310 savannah_test: Fail | 305 savannah_test: Fail |
| 311 static_final_field_negative_test: Fail | 306 static_final_field_negative_test: Fail |
| 312 static_top_level_test/00: Fail | 307 static_top_level_test/00: Fail |
| 313 static_top_level_test/01: Fail | 308 static_top_level_test/01: Fail |
| 314 static_top_level_test/02: Fail | 309 static_top_level_test/02: Fail |
| 315 static_top_level_test/03: Fail | 310 static_top_level_test/03: Fail |
| 316 static_top_level_test/04: Fail | 311 static_top_level_test/04: Fail |
| 317 static_top_level_test/05: Fail | 312 static_top_level_test/05: Fail |
| 318 string_interpolation7_test: Fail | 313 string_interpolation7_test: Fail |
| (...skipping 13 matching lines...) Expand all Loading... |
| 332 type_variable_bounds2_test/01: Fail | 327 type_variable_bounds2_test/01: Fail |
| 333 type_variable_bounds2_test/02: Fail | 328 type_variable_bounds2_test/02: Fail |
| 334 type_variable_bounds2_test/03: Fail | 329 type_variable_bounds2_test/03: Fail |
| 335 type_variable_bounds2_test/04: Fail | 330 type_variable_bounds2_test/04: Fail |
| 336 type_variable_bounds2_test/05: Fail | 331 type_variable_bounds2_test/05: Fail |
| 337 type_variable_bounds2_test/06: Fail | 332 type_variable_bounds2_test/06: Fail |
| 338 type_variable_bounds2_test/none: Fail | 333 type_variable_bounds2_test/none: Fail |
| 339 type_variable_bounds_test/02: Fail | 334 type_variable_bounds_test/02: Fail |
| 340 type_variable_bounds_test/04: Fail | 335 type_variable_bounds_test/04: Fail |
| 341 type_variable_bounds_test/05: Fail | 336 type_variable_bounds_test/05: Fail |
| OLD | NEW |