| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 static_top_level_test/05: Fail | 332 static_top_level_test/05: Fail |
| 333 static_top_level_test/06: Fail | 333 static_top_level_test/06: Fail |
| 334 static_top_level_test/07: Fail | 334 static_top_level_test/07: Fail |
| 335 # Bug in dart2js frontend: cannot find the constructor. | 335 # Bug in dart2js frontend: cannot find the constructor. |
| 336 default_factory_library_test: Fail | 336 default_factory_library_test: Fail |
| 337 # Bug in dart2js parser: it happily parses 1is int; variable declaration. | 337 # Bug in dart2js parser: it happily parses 1is int; variable declaration. |
| 338 number_identifier_negative_test: Fail | 338 number_identifier_negative_test: Fail |
| 339 # Bug in dart2js frontent: does not support this feature. | 339 # Bug in dart2js frontent: does not support this feature. |
| 340 switch_label_test: Fail | 340 switch_label_test: Fail |
| 341 # Common with language_dart2js. | 341 # Common with language_dart2js. |
| 342 factory_redirection_test: Fail # Not implemented. |
| 342 function_type_alias5_test/00: Fail | 343 function_type_alias5_test/00: Fail |
| 343 function_type_alias5_test/01: Fail | 344 function_type_alias5_test/01: Fail |
| 344 function_type_alias5_test/02: Fail | 345 function_type_alias5_test/02: Fail |
| 345 function_type_alias7_test/00: Fail | 346 function_type_alias7_test/00: Fail |
| 346 function_type_parameter2_test: Fail | 347 function_type_parameter2_test: Fail |
| 347 function_type_parameter_test: Fail | 348 function_type_parameter_test: Fail |
| 348 implicit_scope_test: Fail | 349 implicit_scope_test: Fail |
| 349 instanceof3_test: Fail | 350 instanceof3_test: Fail |
| 350 parameter_initializer6_negative_test: Fail # Issue 3502 | 351 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 351 syntax_test/47: Fail | 352 syntax_test/47: Fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 compile_time_constant_checked2_test/05: Fail, OK | 400 compile_time_constant_checked2_test/05: Fail, OK |
| 400 compile_time_constant_checked2_test/06: Fail, OK | 401 compile_time_constant_checked2_test/06: Fail, OK |
| 401 compile_time_constant_checked3_test/01: Fail, OK | 402 compile_time_constant_checked3_test/01: Fail, OK |
| 402 compile_time_constant_checked3_test/02: Fail, OK | 403 compile_time_constant_checked3_test/02: Fail, OK |
| 403 compile_time_constant_checked3_test/03: Fail, OK | 404 compile_time_constant_checked3_test/03: Fail, OK |
| 404 compile_time_constant_checked3_test/04: Fail, OK | 405 compile_time_constant_checked3_test/04: Fail, OK |
| 405 compile_time_constant_checked3_test/05: Fail, OK | 406 compile_time_constant_checked3_test/05: Fail, OK |
| 406 compile_time_constant_checked3_test/06: Fail, OK | 407 compile_time_constant_checked3_test/06: Fail, OK |
| 407 | 408 |
| 408 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 409 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |