| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 switch7_negative_test: Fail | 324 switch7_negative_test: Fail |
| 325 switch_try_catch_test: RuntimeError | 325 switch_try_catch_test: RuntimeError |
| 326 sync_generator3_test/test2: RuntimeError | 326 sync_generator3_test/test2: RuntimeError |
| 327 tearoff_basic_test: CompileTimeError | 327 tearoff_basic_test: CompileTimeError |
| 328 tearoff_constructor_basic_test: CompileTimeError | 328 tearoff_constructor_basic_test: CompileTimeError |
| 329 try_catch_on_syntax_test/10: MissingRuntimeError | 329 try_catch_on_syntax_test/10: MissingRuntimeError |
| 330 try_catch_on_syntax_test/11: MissingRuntimeError | 330 try_catch_on_syntax_test/11: MissingRuntimeError |
| 331 try_finally_regress_25654_test: RuntimeError | 331 try_finally_regress_25654_test: RuntimeError |
| 332 type_checks_in_factory_method_test: RuntimeError | 332 type_checks_in_factory_method_test: RuntimeError |
| 333 type_parameter_literal_test: RuntimeError | 333 type_parameter_literal_test: RuntimeError |
| 334 type_parameter_test/04: Crash | |
| 335 type_variable_conflict2_test/02: MissingCompileTimeError | 334 type_variable_conflict2_test/02: MissingCompileTimeError |
| 336 type_variable_conflict2_test/06: MissingCompileTimeError | 335 type_variable_conflict2_test/06: MissingCompileTimeError |
| 337 type_variable_conflict2_test/08: MissingCompileTimeError | 336 type_variable_conflict2_test/08: MissingCompileTimeError |
| 338 type_variable_conflict2_test/10: MissingCompileTimeError | 337 type_variable_conflict2_test/10: MissingCompileTimeError |
| 339 type_variable_function_type_test: RuntimeError | 338 type_variable_function_type_test: RuntimeError |
| 340 vm/debug_break_enabled_vm_test/01: CompileTimeError | 339 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 341 vm/debug_break_enabled_vm_test/none: CompileTimeError | 340 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 342 vm/reflect_core_vm_test: CompileTimeError | 341 vm/reflect_core_vm_test: CompileTimeError |
| 343 vm/type_cast_vm_test: RuntimeError | 342 vm/type_cast_vm_test: RuntimeError |
| 344 vm/type_vm_test: RuntimeError | 343 vm/type_vm_test: RuntimeError |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 switch_try_catch_test: RuntimeError | 689 switch_try_catch_test: RuntimeError |
| 691 sync_generator3_test/test2: RuntimeError | 690 sync_generator3_test/test2: RuntimeError |
| 692 tearoff_basic_test: CompileTimeError | 691 tearoff_basic_test: CompileTimeError |
| 693 tearoff_constructor_basic_test: CompileTimeError | 692 tearoff_constructor_basic_test: CompileTimeError |
| 694 throw8_test: RuntimeError | 693 throw8_test: RuntimeError |
| 695 try_catch_on_syntax_test/10: MissingRuntimeError | 694 try_catch_on_syntax_test/10: MissingRuntimeError |
| 696 try_catch_on_syntax_test/11: MissingRuntimeError | 695 try_catch_on_syntax_test/11: MissingRuntimeError |
| 697 try_finally_regress_25654_test: RuntimeError | 696 try_finally_regress_25654_test: RuntimeError |
| 698 type_checks_in_factory_method_test: RuntimeError | 697 type_checks_in_factory_method_test: RuntimeError |
| 699 type_parameter_literal_test: RuntimeError | 698 type_parameter_literal_test: RuntimeError |
| 700 type_parameter_test/04: Crash | |
| 701 type_variable_conflict2_test/02: MissingCompileTimeError | 699 type_variable_conflict2_test/02: MissingCompileTimeError |
| 702 type_variable_function_type_test: RuntimeError | 700 type_variable_function_type_test: RuntimeError |
| 703 vm/debug_break_enabled_vm_test/01: CompileTimeError | 701 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 704 vm/debug_break_enabled_vm_test/none: CompileTimeError | 702 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 705 vm/reflect_core_vm_test: CompileTimeError | 703 vm/reflect_core_vm_test: CompileTimeError |
| 706 vm/type_cast_vm_test: RuntimeError | 704 vm/type_cast_vm_test: RuntimeError |
| 707 vm/type_vm_test: RuntimeError | 705 vm/type_vm_test: RuntimeError |
| OLD | NEW |