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 [ $compiler == dartk && $mode == debug ] | 5 [ $compiler == dartk && $mode == debug ] |
6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash | 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash |
7 | 7 |
8 [ $compiler == dartk || $compiler == dartkp ] | 8 [ $compiler == dartk || $compiler == dartkp ] |
9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC
ompileTimeError # Test bug: Test doesn't execute erroneous code. | 9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC
ompileTimeError # Test bug: Test doesn't execute erroneous code. |
10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo
mpileTimeError # Test bug: Test doesn't execute erroneous code. | 10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo
mpileTimeError # Test bug: Test doesn't execute erroneous code. |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError | 161 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError |
162 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError | 162 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError |
163 Language/Statements/Switch/expressions_t01: MissingCompileTimeError | 163 Language/Statements/Switch/expressions_t01: MissingCompileTimeError |
164 Language/Statements/Switch/expressions_t02: MissingCompileTimeError | 164 Language/Statements/Switch/expressions_t02: MissingCompileTimeError |
165 Language/Statements/Switch/expressions_t03: MissingCompileTimeError | 165 Language/Statements/Switch/expressions_t03: MissingCompileTimeError |
166 Language/Statements/Switch/expressions_t04: MissingCompileTimeError | 166 Language/Statements/Switch/expressions_t04: MissingCompileTimeError |
167 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 | 167 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 |
168 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 | 168 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 |
169 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 | 169 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 |
170 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335
(deferred libraries) | 170 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335
(deferred libraries) |
171 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError | |
172 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError | 171 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError |
173 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError | 172 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError |
174 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. | 173 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. |
175 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip | 174 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip |
176 | 175 |
177 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 176 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
178 Language/Classes/Instance_Variables/constant_t01: Crash | 177 Language/Classes/Instance_Variables/constant_t01: Crash |
179 | 178 |
180 # dartk: JIT failures | 179 # dartk: JIT failures |
181 [ $compiler == dartk ] | 180 [ $compiler == dartk ] |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 Language/Statements/Switch/execution_t01: RuntimeError | 218 Language/Statements/Switch/execution_t01: RuntimeError |
220 Language/Statements/Switch/type_t01: RuntimeError | 219 Language/Statements/Switch/type_t01: RuntimeError |
221 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError | 220 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError |
222 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError | 221 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError |
223 Language/Types/Static_Types/malformed_type_t04: RuntimeError | 222 Language/Types/Static_Types/malformed_type_t04: RuntimeError |
224 | 223 |
225 # Deferred loading kernel issue 28335. | 224 # Deferred loading kernel issue 28335. |
226 [ $compiler == dartk || $compiler == dartkp ] | 225 [ $compiler == dartk || $compiler == dartkp ] |
227 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. | 226 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. |
228 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. | 227 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. |
OLD | NEW |