| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 enum_duplicate_test/none: RuntimeError | 134 enum_duplicate_test/none: RuntimeError |
| 135 enum_mirror_test: RuntimeError | 135 enum_mirror_test: RuntimeError |
| 136 enum_private_test/01: RuntimeError | 136 enum_private_test/01: RuntimeError |
| 137 enum_private_test/02: RuntimeError | 137 enum_private_test/02: RuntimeError |
| 138 enum_private_test/none: RuntimeError | 138 enum_private_test/none: RuntimeError |
| 139 enum_syntax_test/05: MissingCompileTimeError | 139 enum_syntax_test/05: MissingCompileTimeError |
| 140 enum_syntax_test/06: MissingCompileTimeError | 140 enum_syntax_test/06: MissingCompileTimeError |
| 141 enum_test: RuntimeError | 141 enum_test: RuntimeError |
| 142 evaluation_redirecting_constructor_test: RuntimeError | 142 evaluation_redirecting_constructor_test: RuntimeError |
| 143 example_constructor_test: RuntimeError | 143 example_constructor_test: RuntimeError |
| 144 execute_finally8_test: RuntimeError | |
| 145 execute_finally9_test: RuntimeError | |
| 146 export_double_same_main_test: Crash | 144 export_double_same_main_test: Crash |
| 147 export_main_test: Crash | 145 export_main_test: Crash |
| 148 external_test/10: MissingRuntimeError | 146 external_test/10: MissingRuntimeError |
| 149 external_test/13: MissingRuntimeError | 147 external_test/13: MissingRuntimeError |
| 150 external_test/20: MissingRuntimeError | 148 external_test/20: MissingRuntimeError |
| 151 external_test/21: MissingCompileTimeError | 149 external_test/21: MissingCompileTimeError |
| 152 external_test/24: MissingCompileTimeError | 150 external_test/24: MissingCompileTimeError |
| 153 external_test/25: MissingCompileTimeError | 151 external_test/25: MissingCompileTimeError |
| 154 f_bounded_equality_test: RuntimeError | 152 f_bounded_equality_test: RuntimeError |
| 155 field_initialization_order_test: RuntimeError | 153 field_initialization_order_test: RuntimeError |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 type_checks_in_factory_method_test: RuntimeError | 689 type_checks_in_factory_method_test: RuntimeError |
| 692 type_parameter_literal_test: RuntimeError | 690 type_parameter_literal_test: RuntimeError |
| 693 type_parameter_test/04: Crash | 691 type_parameter_test/04: Crash |
| 694 type_variable_conflict2_test/02: MissingCompileTimeError | 692 type_variable_conflict2_test/02: MissingCompileTimeError |
| 695 type_variable_function_type_test: RuntimeError | 693 type_variable_function_type_test: RuntimeError |
| 696 vm/debug_break_enabled_vm_test/01: CompileTimeError | 694 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 697 vm/debug_break_enabled_vm_test/none: CompileTimeError | 695 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 698 vm/reflect_core_vm_test: CompileTimeError | 696 vm/reflect_core_vm_test: CompileTimeError |
| 699 vm/type_cast_vm_test: RuntimeError | 697 vm/type_cast_vm_test: RuntimeError |
| 700 vm/type_vm_test: RuntimeError | 698 vm/type_vm_test: RuntimeError |
| OLD | NEW |