| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 function_type_parameter_test: Fail | 270 function_type_parameter_test: Fail |
| 271 get_set_syntax_test/none: Fail | 271 get_set_syntax_test/none: Fail |
| 272 implicit_scope_test: Fail | 272 implicit_scope_test: Fail |
| 273 instanceof3_test: Fail | 273 instanceof3_test: Fail |
| 274 library_prefixes_test: Fail | 274 library_prefixes_test: Fail |
| 275 method_name_test: Fail | 275 method_name_test: Fail |
| 276 numbers_test: Fail | 276 numbers_test: Fail |
| 277 parameter_initializer6_negative_test: Fail # Issue 3502 | 277 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 278 syntax_test/47: Fail | 278 syntax_test/47: Fail |
| 279 # DartVM problem. | 279 # DartVM problem. |
| 280 closure_with_super_send_test: Fail | 280 closure_with_super_send_test: Fail # Issue 3197. |
| 281 closure_with_super_field_test: Fail # Issue 3197. |
| 281 constructor5_test: Fail | 282 constructor5_test: Fail |
| 282 constructor6_test: Fail | 283 constructor6_test: Fail |
| 283 fauxverride_test/none: Fail | 284 fauxverride_test/none: Fail |
| 284 field_override_test/01: Fail | 285 field_override_test/01: Fail |
| 285 field_override_test/02: Fail | 286 field_override_test/02: Fail |
| 286 field_override_test/none: Fail | 287 field_override_test/none: Fail |
| 287 gc_test: Fail | 288 gc_test: Fail |
| 288 super_closure_test: Fail | 289 super_closure_test: Fail |
| 289 super_field_access_test: Fail | 290 super_field_access_test: Fail |
| 290 super_first_constructor_test: Fail | 291 super_first_constructor_test: Fail |
| 291 final_field_initialization_order_test: Fail # Issue 4839 | 292 final_field_initialization_order_test: Fail # Issue 4839 |
| 292 # VM specific tests. | 293 # VM specific tests. |
| 293 disable_privacy_test: Fail, Ok | 294 disable_privacy_test: Fail, Ok |
| 294 # This test hard codes name of file being run and precise position. | 295 # This test hard codes name of file being run and precise position. |
| 295 generic_test: Fail, Ok | 296 generic_test: Fail, Ok |
| 296 # Minified mode failures. | 297 # Minified mode failures. |
| 297 # TODO(antonm): proper support in test framework. | 298 # TODO(antonm): proper support in test framework. |
| 298 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 299 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 299 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 300 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 300 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 301 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 301 | 302 |
| 302 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 303 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |