| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 323 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 324 method_override2_test/01: Fail # http://dartbug.com/5519 | 324 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 325 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 325 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 326 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 326 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 327 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 | 327 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 |
| 328 new_expression_type_args_test/01: Fail # http://dartbug.com/5519 | 328 new_expression_type_args_test/01: Fail # http://dartbug.com/5519 |
| 329 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 329 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 330 override_field_test/04: Fail # http://dartbug.com/5519 | 330 override_field_test/04: Fail # http://dartbug.com/5519 |
| 331 setter_no_getter_call_test/01: Fail # http://dartbug.com/5519 | 331 setter_no_getter_call_test/01: Fail # http://dartbug.com/5519 |
| 332 setter_no_getter_test/01: Fail # http://dartbug.com/5519 | 332 setter_no_getter_test/01: Fail # http://dartbug.com/5519 |
| 333 try_catch_syntax_test/16: Fail # http://dartbug.com/5519 | |
| 334 try_catch_syntax_test/17: Fail # http://dartbug.com/5519 | |
| 335 | 333 |
| 336 import_combinators_test: Fail | 334 import_combinators_test: Fail |
| 337 throw_expr_test: Fail | 335 throw_expr_test: Fail |
| 338 metadata_test: Fail | 336 metadata_test: Fail |
| 339 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 337 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 340 bad_constructor_test/04: Fail | 338 bad_constructor_test/04: Fail |
| 341 bad_constructor_test/05: Fail | 339 bad_constructor_test/05: Fail |
| 342 bad_constructor_test/06: Fail | 340 bad_constructor_test/06: Fail |
| 343 argument_definition_test/*: Skip # Not implemented. | 341 argument_definition_test/*: Skip # Not implemented. |
| 344 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 342 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 compile_time_constant_checked2_test/05: Fail, OK | 465 compile_time_constant_checked2_test/05: Fail, OK |
| 468 compile_time_constant_checked2_test/06: Fail, OK | 466 compile_time_constant_checked2_test/06: Fail, OK |
| 469 compile_time_constant_checked3_test/01: Fail, OK | 467 compile_time_constant_checked3_test/01: Fail, OK |
| 470 compile_time_constant_checked3_test/02: Fail, OK | 468 compile_time_constant_checked3_test/02: Fail, OK |
| 471 compile_time_constant_checked3_test/03: Fail, OK | 469 compile_time_constant_checked3_test/03: Fail, OK |
| 472 compile_time_constant_checked3_test/04: Fail, OK | 470 compile_time_constant_checked3_test/04: Fail, OK |
| 473 compile_time_constant_checked3_test/05: Fail, OK | 471 compile_time_constant_checked3_test/05: Fail, OK |
| 474 compile_time_constant_checked3_test/06: Fail, OK | 472 compile_time_constant_checked3_test/06: Fail, OK |
| 475 | 473 |
| 476 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 474 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |