| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 type_checks_in_factory_method_test: RuntimeError | 320 type_checks_in_factory_method_test: RuntimeError |
| 321 type_parameter_literal_test: RuntimeError | 321 type_parameter_literal_test: RuntimeError |
| 322 type_variable_conflict2_test/02: MissingCompileTimeError | 322 type_variable_conflict2_test/02: MissingCompileTimeError |
| 323 type_variable_conflict2_test/06: MissingCompileTimeError | 323 type_variable_conflict2_test/06: MissingCompileTimeError |
| 324 type_variable_conflict2_test/08: MissingCompileTimeError | 324 type_variable_conflict2_test/08: MissingCompileTimeError |
| 325 type_variable_conflict2_test/10: MissingCompileTimeError | 325 type_variable_conflict2_test/10: MissingCompileTimeError |
| 326 type_variable_function_type_test: RuntimeError | 326 type_variable_function_type_test: RuntimeError |
| 327 vm/debug_break_enabled_vm_test/01: CompileTimeError | 327 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 328 vm/debug_break_enabled_vm_test/none: CompileTimeError | 328 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 329 vm/reflect_core_vm_test: CompileTimeError | 329 vm/reflect_core_vm_test: CompileTimeError |
| 330 vm/regress_27201_test: CompileTimeError |
| 330 vm/type_cast_vm_test: RuntimeError | 331 vm/type_cast_vm_test: RuntimeError |
| 331 vm/type_vm_test: RuntimeError | 332 vm/type_vm_test: RuntimeError |
| 332 | 333 |
| 333 # dartk: JIT failures (debug) | 334 # dartk: JIT failures (debug) |
| 334 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 335 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 335 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. | 336 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. |
| 336 async_star_test: Crash # Stack mismatch during expression translation. | 337 async_star_test: Crash # Stack mismatch during expression translation. |
| 337 issue23244_test: Crash # Class finalization issue | 338 issue23244_test: Crash # Class finalization issue |
| 338 not_enough_positional_arguments_test/02: Crash # Crash | 339 not_enough_positional_arguments_test/02: Crash # Crash |
| 339 not_enough_positional_arguments_test/05: Crash # Crash | 340 not_enough_positional_arguments_test/05: Crash # Crash |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 vm/debug_break_enabled_vm_test/none: CompileTimeError | 667 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 667 vm/reflect_core_vm_test: CompileTimeError | 668 vm/reflect_core_vm_test: CompileTimeError |
| 668 vm/type_cast_vm_test: RuntimeError | 669 vm/type_cast_vm_test: RuntimeError |
| 669 vm/type_vm_test: RuntimeError | 670 vm/type_vm_test: RuntimeError |
| 670 | 671 |
| 671 # dartk: precompilation failures (debug) | 672 # dartk: precompilation failures (debug) |
| 672 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 673 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 673 constructor_named_arguments_test/01: Crash | 674 constructor_named_arguments_test/01: Crash |
| 674 enum_syntax_test/05: Crash | 675 enum_syntax_test/05: Crash |
| 675 generic_sends_test: Crash | 676 generic_sends_test: Crash |
| 676 not_enough_positional_arguments_test/05: Crash | 677 not_enough_positional_arguments_test/05: Crash |
| OLD | NEW |