| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 type_checks_in_factory_method_test: RuntimeError | 346 type_checks_in_factory_method_test: RuntimeError |
| 347 type_parameter_literal_test: RuntimeError | 347 type_parameter_literal_test: RuntimeError |
| 348 type_parameter_test/04: Crash | 348 type_parameter_test/04: Crash |
| 349 type_variable_conflict2_test/02: MissingCompileTimeError | 349 type_variable_conflict2_test/02: MissingCompileTimeError |
| 350 type_variable_conflict2_test/06: MissingCompileTimeError | 350 type_variable_conflict2_test/06: MissingCompileTimeError |
| 351 type_variable_conflict2_test/08: MissingCompileTimeError | 351 type_variable_conflict2_test/08: MissingCompileTimeError |
| 352 type_variable_conflict2_test/10: MissingCompileTimeError | 352 type_variable_conflict2_test/10: MissingCompileTimeError |
| 353 type_variable_function_type_test: RuntimeError | 353 type_variable_function_type_test: RuntimeError |
| 354 vm/debug_break_enabled_vm_test/01: CompileTimeError | 354 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 355 vm/debug_break_enabled_vm_test/none: CompileTimeError | 355 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 356 vm/optimized_guarded_field_isolates_test: Crash | |
| 357 vm/reflect_core_vm_test: CompileTimeError | 356 vm/reflect_core_vm_test: CompileTimeError |
| 358 vm/type_cast_vm_test: RuntimeError | 357 vm/type_cast_vm_test: RuntimeError |
| 359 vm/type_vm_test: RuntimeError | 358 vm/type_vm_test: RuntimeError |
| 360 | 359 |
| 361 # dartk: precompilation failures | 360 # dartk: precompilation failures |
| 362 [ $compiler == dartkp && $runtime == dart_precompiled ] | 361 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 363 accessor_conflict_export2_test: RuntimeError | 362 accessor_conflict_export2_test: RuntimeError |
| 364 accessor_conflict_export_test: RuntimeError | 363 accessor_conflict_export_test: RuntimeError |
| 365 accessor_conflict_import2_test: RuntimeError | 364 accessor_conflict_import2_test: RuntimeError |
| 366 accessor_conflict_import_prefixed2_test: RuntimeError | 365 accessor_conflict_import_prefixed2_test: RuntimeError |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 type_checks_in_factory_method_test: RuntimeError | 705 type_checks_in_factory_method_test: RuntimeError |
| 707 type_parameter_literal_test: RuntimeError | 706 type_parameter_literal_test: RuntimeError |
| 708 type_parameter_test/04: Crash | 707 type_parameter_test/04: Crash |
| 709 type_variable_conflict2_test/02: MissingCompileTimeError | 708 type_variable_conflict2_test/02: MissingCompileTimeError |
| 710 type_variable_function_type_test: RuntimeError | 709 type_variable_function_type_test: RuntimeError |
| 711 vm/debug_break_enabled_vm_test/01: CompileTimeError | 710 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 712 vm/debug_break_enabled_vm_test/none: CompileTimeError | 711 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 713 vm/reflect_core_vm_test: CompileTimeError | 712 vm/reflect_core_vm_test: CompileTimeError |
| 714 vm/type_cast_vm_test: RuntimeError | 713 vm/type_cast_vm_test: RuntimeError |
| 715 vm/type_vm_test: RuntimeError | 714 vm/type_vm_test: RuntimeError |
| OLD | NEW |