Chromium Code Reviews| 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 # Disable tests globally for kernel. | 5 # Disable tests globally for kernel. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError | 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError |
| 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash | 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash |
| 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash | 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash |
| 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError | 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 780 Language/Statements/Labels/scope_t07: RuntimeError | 780 Language/Statements/Labels/scope_t07: RuntimeError |
| 781 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError | 781 Language/Statements/Local_Variable_Declaration/syntax_t05: RuntimeError |
| 782 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError | 782 Language/Statements/Local_Variable_Declaration/syntax_t06: RuntimeError |
| 783 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError | 783 Language/Statements/Local_Variable_Declaration/syntax_t18: RuntimeError |
| 784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError | 784 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError |
| 785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError | 785 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError |
| 786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError | 786 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError |
| 787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError | 787 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError |
| 788 Language/Statements/Try/syntax_t12: MissingCompileTimeError | 788 Language/Statements/Try/syntax_t12: MissingCompileTimeError |
| 789 Language/Variables/final_t03: MissingCompileTimeError | 789 Language/Variables/final_t03: MissingCompileTimeError |
| 790 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout | |
|
karlklose
2017/03/08 07:35:59
Could you try marking it slow and see if that is e
| |
| 790 | 791 |
| 791 # dartk: precompilation failures (debug) | 792 # dartk: precompilation failures (debug) |
| 792 [ $compiler == dartkp && $mode == debug ] | 793 [ $compiler == dartkp && $mode == debug ] |
| 793 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 794 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
| OLD | NEW |