| 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 final_syntax_test/04: Fail # http://dartbug.com/5519 | 413 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 414 final_syntax_test/09: Fail # http://dartbug.com/5519 | 414 final_syntax_test/09: Fail # http://dartbug.com/5519 |
| 415 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 415 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 416 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 416 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 417 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 417 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 418 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 418 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 419 method_override2_test/01: Fail # http://dartbug.com/5519 | 419 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 420 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 420 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 421 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 421 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 422 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 422 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 423 static_field3_test/01: Fail # http://dartbug.com/5519 | |
| 424 static_field3_test/02: Fail # http://dartbug.com/5519 | |
| 425 static_field3_test/03: Fail # http://dartbug.com/5519 | |
| 426 static_field3_test/04: Fail # http://dartbug.com/5519 | |
| 427 | 423 |
| 428 throw_expr_test: Fail | 424 throw_expr_test: Fail |
| 429 metadata_test: Fail | 425 metadata_test: Fail |
| 430 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 426 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 431 bad_constructor_test/04: Fail | 427 bad_constructor_test/04: Fail |
| 432 bad_constructor_test/05: Fail | 428 bad_constructor_test/05: Fail |
| 433 bad_constructor_test/06: Fail | 429 bad_constructor_test/06: Fail |
| 434 argument_definition_test/*: Skip # Not implemented. | 430 argument_definition_test/*: Skip # Not implemented. |
| 435 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 431 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 436 argument_definition3_test: Skip # Not implemented. Fails in minified tests. | 432 argument_definition3_test: Skip # Not implemented. Fails in minified tests. |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 *: Skip | 558 *: Skip |
| 563 | 559 |
| 564 [ $arch == simarm ] | 560 [ $arch == simarm ] |
| 565 *: Skip | 561 *: Skip |
| 566 | 562 |
| 567 [ $arch == mips ] | 563 [ $arch == mips ] |
| 568 *: Skip | 564 *: Skip |
| 569 | 565 |
| 570 [ $arch == simmips ] | 566 [ $arch == simmips ] |
| 571 *: Skip | 567 *: Skip |
| OLD | NEW |