| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 static_top_level_test/05: Fail | 298 static_top_level_test/05: Fail |
| 299 static_top_level_test/06: Fail | 299 static_top_level_test/06: Fail |
| 300 static_top_level_test/07: Fail | 300 static_top_level_test/07: Fail |
| 301 # Bug in dart2js frontend: cannot find the constructor. | 301 # Bug in dart2js frontend: cannot find the constructor. |
| 302 default_factory_library_test: Fail | 302 default_factory_library_test: Fail |
| 303 # Bug in dart2js parser: it happily parses 1is int; variable declaration. | 303 # Bug in dart2js parser: it happily parses 1is int; variable declaration. |
| 304 number_identifier_negative_test: Fail | 304 number_identifier_negative_test: Fail |
| 305 # Bug in dart2js frontent: does not support this feature. | 305 # Bug in dart2js frontent: does not support this feature. |
| 306 switch_label_test: Fail | 306 switch_label_test: Fail |
| 307 # Common with language_dart2js. | 307 # Common with language_dart2js. |
| 308 function_type_alias2_test: Fail # Support for optional parameters not conform to
latest spec. |
| 309 named_parameters_type_test: Fail # Support for optional parameters not conform t
o latest spec. |
| 310 optional_named_parameters_test: Fail # Support for optional parameters not confo
rm to latest spec. |
| 308 function_type_alias5_test/00: Fail | 311 function_type_alias5_test/00: Fail |
| 309 function_type_alias5_test/01: Fail | 312 function_type_alias5_test/01: Fail |
| 310 function_type_alias5_test/02: Fail | 313 function_type_alias5_test/02: Fail |
| 311 function_type_alias7_test/00: Fail | 314 function_type_alias7_test/00: Fail |
| 312 function_type_parameter2_test: Fail | 315 function_type_parameter2_test: Fail |
| 313 function_type_parameter_test: Fail | 316 function_type_parameter_test: Fail |
| 314 get_set_syntax_test/none: Fail | 317 get_set_syntax_test/none: Fail |
| 315 implicit_scope_test: Fail | 318 implicit_scope_test: Fail |
| 316 instanceof3_test: Fail | 319 instanceof3_test: Fail |
| 317 library_prefixes_test: Fail | 320 library_prefixes_test: Fail |
| (...skipping 19 matching lines...) Expand all Loading... |
| 337 disable_privacy_test: Fail, Ok | 340 disable_privacy_test: Fail, Ok |
| 338 # This test hard codes name of file being run and precise position. | 341 # This test hard codes name of file being run and precise position. |
| 339 generic_test: Fail, Ok | 342 generic_test: Fail, Ok |
| 340 # Minified mode failures. | 343 # Minified mode failures. |
| 341 # TODO(antonm): proper support in test framework. | 344 # TODO(antonm): proper support in test framework. |
| 342 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 345 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 343 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 346 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 344 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 347 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 345 | 348 |
| 346 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 349 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |