| 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 const_syntax_test/10: Fail # http://dartbug.com/5519 | 386 const_syntax_test/10: Fail # http://dartbug.com/5519 |
| 387 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 387 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 388 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 | 388 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 |
| 389 final_is_not_const_test/01: Fail # http://dartbug.com/5519 | 389 final_is_not_const_test/01: Fail # http://dartbug.com/5519 |
| 390 final_syntax_test/01: Fail # http://dartbug.com/5519 | 390 final_syntax_test/01: Fail # http://dartbug.com/5519 |
| 391 final_syntax_test/02: Fail # http://dartbug.com/5519 | 391 final_syntax_test/02: Fail # http://dartbug.com/5519 |
| 392 final_syntax_test/03: Fail # http://dartbug.com/5519 | 392 final_syntax_test/03: Fail # http://dartbug.com/5519 |
| 393 final_syntax_test/04: Fail # http://dartbug.com/5519 | 393 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 394 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 394 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 395 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 395 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 396 method_override2_test/01: Fail # http://dartbug.com/5519 | |
| 397 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 396 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 398 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 397 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 399 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 398 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 400 | 399 |
| 401 metadata_test: Fail | 400 metadata_test: Fail |
| 402 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 401 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 403 bad_constructor_test/04: Fail | 402 bad_constructor_test/04: Fail |
| 404 bad_constructor_test/05: Fail | 403 bad_constructor_test/05: Fail |
| 405 bad_constructor_test/06: Fail | 404 bad_constructor_test/06: Fail |
| 406 argument_definition_test/*: Skip # Not implemented. | 405 argument_definition_test/*: Skip # Not implemented. |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 | 524 |
| 526 [ $arch == mips ] | 525 [ $arch == mips ] |
| 527 *: Skip | 526 *: Skip |
| 528 | 527 |
| 529 | 528 |
| 530 [ $arch == simmips ] | 529 [ $arch == simmips ] |
| 531 arithmetic_test: Crash # Too far relative branch. | 530 arithmetic_test: Crash # Too far relative branch. |
| 532 large_implicit_getter_test: Crash # Too far relative branch. | 531 large_implicit_getter_test: Crash # Too far relative branch. |
| 533 stack_overflow_test: Crash | 532 stack_overflow_test: Crash |
| 534 stack_overflow_stacktrace_test: Crash | 533 stack_overflow_stacktrace_test: Crash |
| OLD | NEW |