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