| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 function_type_alias5_test/00: Fail | 254 function_type_alias5_test/00: Fail |
| 255 function_type_alias5_test/01: Fail | 255 function_type_alias5_test/01: Fail |
| 256 function_type_alias5_test/02: Fail | 256 function_type_alias5_test/02: Fail |
| 257 function_type_alias6_test: Fail | 257 function_type_alias6_test: Fail |
| 258 function_type_alias7_test/00: Fail | 258 function_type_alias7_test/00: Fail |
| 259 function_type_alias_test: Fail | 259 function_type_alias_test: Fail |
| 260 function_type_parameter2_test: Fail | 260 function_type_parameter2_test: Fail |
| 261 function_type_parameter_test: Fail | 261 function_type_parameter_test: Fail |
| 262 gc_test: Fail | 262 gc_test: Fail |
| 263 generic_deep_test: Fail | 263 generic_deep_test: Fail |
| 264 generic_instanceof2_test: Fail | |
| 265 generic_instanceof3_test: Fail | 264 generic_instanceof3_test: Fail |
| 266 get_set_syntax_test/none: Fail | 265 get_set_syntax_test/none: Fail |
| 267 getters_setters2_test/03: Fail | 266 getters_setters2_test/03: Fail |
| 268 implicit_scope_test: Fail | 267 implicit_scope_test: Fail |
| 269 implicit_this_test/01: Fail | 268 implicit_this_test/01: Fail |
| 270 implicit_this_test/02: Fail | 269 implicit_this_test/02: Fail |
| 271 implicit_this_test/03: Fail | 270 implicit_this_test/03: Fail |
| 272 implicit_this_test/04: Fail | 271 implicit_this_test/04: Fail |
| 273 implicit_this_test/none: Fail | 272 implicit_this_test/none: Fail |
| 274 implied_interface_test: Fail | 273 implied_interface_test: Fail |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 type_variable_bounds2_test/none: Fail | 352 type_variable_bounds2_test/none: Fail |
| 354 type_variable_bounds_test/02: Fail | 353 type_variable_bounds_test/02: Fail |
| 355 type_variable_bounds_test/04: Fail | 354 type_variable_bounds_test/04: Fail |
| 356 type_variable_bounds_test/05: Fail | 355 type_variable_bounds_test/05: Fail |
| 357 type_variable_scope_test/00: Fail | 356 type_variable_scope_test/00: Fail |
| 358 type_variable_scope_test/01: Fail | 357 type_variable_scope_test/01: Fail |
| 359 type_variable_scope_test/02: Fail | 358 type_variable_scope_test/02: Fail |
| 360 type_variable_scope_test/03: Fail | 359 type_variable_scope_test/03: Fail |
| 361 type_variable_scope_test/04: Fail | 360 type_variable_scope_test/04: Fail |
| 362 type_variable_scope_test/05: Fail | 361 type_variable_scope_test/05: Fail |
| OLD | NEW |