| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 static_top_level_test/05: Fail | 310 static_top_level_test/05: Fail |
| 311 static_top_level_test/06: Fail | 311 static_top_level_test/06: Fail |
| 312 static_top_level_test/07: Fail | 312 static_top_level_test/07: Fail |
| 313 # Bug in dart2js frontend: cannot find the constructor. | 313 # Bug in dart2js frontend: cannot find the constructor. |
| 314 default_factory_library_test: Fail | 314 default_factory_library_test: Fail |
| 315 # Bug in dart2js parser: it happily parses 1is int; variable declaration. | 315 # Bug in dart2js parser: it happily parses 1is int; variable declaration. |
| 316 number_identifier_negative_test: Fail | 316 number_identifier_negative_test: Fail |
| 317 # Bug in dart2js frontent: does not support this feature. | 317 # Bug in dart2js frontent: does not support this feature. |
| 318 switch_label_test: Fail | 318 switch_label_test: Fail |
| 319 # Common with language_dart2js. | 319 # Common with language_dart2js. |
| 320 function_type_alias2_test: Fail # Support for optional parameters not conform to
latest spec. | |
| 321 named_parameters_type_test: Fail # Support for optional parameters not conform t
o latest spec. | |
| 322 optional_named_parameters_test: Fail # Support for optional parameters not confo
rm to latest spec. | |
| 323 function_type_alias5_test/00: Fail | 320 function_type_alias5_test/00: Fail |
| 324 function_type_alias5_test/01: Fail | 321 function_type_alias5_test/01: Fail |
| 325 function_type_alias5_test/02: Fail | 322 function_type_alias5_test/02: Fail |
| 326 function_type_alias7_test/00: Fail | 323 function_type_alias7_test/00: Fail |
| 327 function_type_parameter2_test: Fail | 324 function_type_parameter2_test: Fail |
| 328 function_type_parameter_test: Fail | 325 function_type_parameter_test: Fail |
| 329 get_set_syntax_test/none: Fail | 326 get_set_syntax_test/none: Fail |
| 330 implicit_scope_test: Fail | 327 implicit_scope_test: Fail |
| 331 instanceof3_test: Fail | 328 instanceof3_test: Fail |
| 332 library_prefixes_test: Fail | 329 library_prefixes_test: Fail |
| (...skipping 19 matching lines...) Expand all Loading... |
| 352 disable_privacy_test: Fail, Ok | 349 disable_privacy_test: Fail, Ok |
| 353 # This test hard codes name of file being run and precise position. | 350 # This test hard codes name of file being run and precise position. |
| 354 generic_test: Fail, Ok | 351 generic_test: Fail, Ok |
| 355 # Minified mode failures. | 352 # Minified mode failures. |
| 356 # TODO(antonm): proper support in test framework. | 353 # TODO(antonm): proper support in test framework. |
| 357 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 354 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 358 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 355 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 359 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 356 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 360 | 357 |
| 361 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 358 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |