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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 final_syntax_test/02: Fail # http://dartbug.com/5519 | 418 final_syntax_test/02: Fail # http://dartbug.com/5519 |
419 final_syntax_test/03: Fail # http://dartbug.com/5519 | 419 final_syntax_test/03: Fail # http://dartbug.com/5519 |
420 final_syntax_test/04: Fail # http://dartbug.com/5519 | 420 final_syntax_test/04: Fail # http://dartbug.com/5519 |
421 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 421 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
422 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 422 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
423 method_override2_test/01: Fail # http://dartbug.com/5519 | 423 method_override2_test/01: Fail # http://dartbug.com/5519 |
424 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 424 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
425 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 425 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
426 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 426 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
427 | 427 |
428 throw_expr_test: Fail | |
429 metadata_test: Fail | 428 metadata_test: Fail |
430 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 429 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
431 bad_constructor_test/04: Fail | 430 bad_constructor_test/04: Fail |
432 bad_constructor_test/05: Fail | 431 bad_constructor_test/05: Fail |
433 bad_constructor_test/06: Fail | 432 bad_constructor_test/06: Fail |
434 argument_definition_test/*: Skip # Not implemented. | 433 argument_definition_test/*: Skip # Not implemented. |
435 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 434 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
436 argument_definition3_test: Skip # Not implemented. Fails in minified tests. | 435 argument_definition3_test: Skip # Not implemented. Fails in minified tests. |
437 argument_definition4_test: Skip # Not implemented. Fails in minified tests. | 436 argument_definition4_test: Skip # Not implemented. Fails in minified tests. |
438 const_var_test: Pass, Fail # Map literals take 2 type arguments. | 437 const_var_test: Pass, Fail # Map literals take 2 type arguments. |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 | 547 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 |
549 | 548 |
550 super_getter_setter_test: Fail # VM bug: issue 8917 | 549 super_getter_setter_test: Fail # VM bug: issue 8917 |
551 super_operator_index7_test: Fail # VM bug: issue 8918 | 550 super_operator_index7_test: Fail # VM bug: issue 8918 |
552 | 551 |
553 execute_finally10_test: Fail # VM bug: issue 430 | 552 execute_finally10_test: Fail # VM bug: issue 430 |
554 execute_finally11_test: Fail # VM bug: issue 430 | 553 execute_finally11_test: Fail # VM bug: issue 430 |
555 | 554 |
556 [ $compiler == dart2dart && $minified ] | 555 [ $compiler == dart2dart && $minified ] |
557 | 556 |
558 rethrow_test: Fail | |
559 | |
560 # TODO(tball): Assign proper bug numbers. | 557 # TODO(tball): Assign proper bug numbers. |
561 class_literal_test/none: Fail | 558 class_literal_test/none: Fail |
562 | 559 |
563 import_core_prefix_test: Pass | 560 import_core_prefix_test: Pass |
564 prefix22_test: Pass | 561 prefix22_test: Pass |
565 invocation_mirror_test: Fail, OK # hardcoded names. | 562 invocation_mirror_test: Fail, OK # hardcoded names. |
566 super_call4_test: Fail, OK # hardcoded names. | 563 super_call4_test: Fail, OK # hardcoded names. |
567 | 564 |
568 [ $arch == arm ] | 565 [ $arch == arm ] |
569 *: Skip | 566 *: Skip |
570 | 567 |
571 [ $arch == simarm ] | 568 [ $arch == simarm ] |
572 *: Skip | 569 *: Skip |
573 | 570 |
574 [ $arch == mips ] | 571 [ $arch == mips ] |
575 *: Skip | 572 *: Skip |
576 | 573 |
577 [ $arch == simmips ] | 574 [ $arch == simmips ] |
578 *: Skip | 575 *: Skip |
OLD | NEW |