OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
6 [ $compiler == dartk || $compiler == rasta ] | 6 [ $compiler == dartk || $compiler == rasta ] |
7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
10 | 10 |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 multiline_newline_test/none: RuntimeError | 625 multiline_newline_test/none: RuntimeError |
626 named_parameters_type_test/01: MissingRuntimeError | 626 named_parameters_type_test/01: MissingRuntimeError |
627 named_parameters_type_test/02: MissingRuntimeError | 627 named_parameters_type_test/02: MissingRuntimeError |
628 named_parameters_type_test/03: MissingRuntimeError | 628 named_parameters_type_test/03: MissingRuntimeError |
629 no_main_test/01: Crash | 629 no_main_test/01: Crash |
630 not_enough_positional_arguments_test/01: CompileTimeError | 630 not_enough_positional_arguments_test/01: CompileTimeError |
631 not_enough_positional_arguments_test/02: MissingRuntimeError | 631 not_enough_positional_arguments_test/02: MissingRuntimeError |
632 not_enough_positional_arguments_test/05: MissingRuntimeError | 632 not_enough_positional_arguments_test/05: MissingRuntimeError |
633 null_test/none: RuntimeError | 633 null_test/none: RuntimeError |
634 number_identifier_test/05: RuntimeError | 634 number_identifier_test/05: RuntimeError |
| 635 parameter_initializer5_test: CompileTimeError |
635 positional_parameters_type_test/01: MissingRuntimeError | 636 positional_parameters_type_test/01: MissingRuntimeError |
636 positional_parameters_type_test/02: MissingRuntimeError | 637 positional_parameters_type_test/02: MissingRuntimeError |
637 prefix10_negative_test: Fail | 638 prefix10_negative_test: Fail |
638 prefix21_test: RuntimeError | 639 prefix21_test: RuntimeError |
639 redirecting_constructor_initializer_test: RuntimeError | 640 redirecting_constructor_initializer_test: RuntimeError |
640 redirecting_factory_reflection_test: Crash | 641 redirecting_factory_reflection_test: Crash |
641 regress_18535_test: Crash | 642 regress_18535_test: Crash |
642 regress_18713_test: RuntimeError | 643 regress_18713_test: RuntimeError |
643 regress_22443_test: RuntimeError | 644 regress_22443_test: RuntimeError |
644 regress_22700_test: RuntimeError | 645 regress_22700_test: RuntimeError |
(...skipping 24 matching lines...) Expand all Loading... |
669 try_finally_regress_25654_test: RuntimeError | 670 try_finally_regress_25654_test: RuntimeError |
670 type_checks_in_factory_method_test: RuntimeError | 671 type_checks_in_factory_method_test: RuntimeError |
671 type_parameter_literal_test: RuntimeError | 672 type_parameter_literal_test: RuntimeError |
672 type_variable_conflict2_test/02: MissingCompileTimeError | 673 type_variable_conflict2_test/02: MissingCompileTimeError |
673 type_variable_function_type_test: RuntimeError | 674 type_variable_function_type_test: RuntimeError |
674 vm/debug_break_enabled_vm_test/01: CompileTimeError | 675 vm/debug_break_enabled_vm_test/01: CompileTimeError |
675 vm/debug_break_enabled_vm_test/none: CompileTimeError | 676 vm/debug_break_enabled_vm_test/none: CompileTimeError |
676 vm/reflect_core_vm_test: CompileTimeError | 677 vm/reflect_core_vm_test: CompileTimeError |
677 vm/type_cast_vm_test: RuntimeError | 678 vm/type_cast_vm_test: RuntimeError |
678 vm/type_vm_test: RuntimeError | 679 vm/type_vm_test: RuntimeError |
OLD | NEW |