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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 Language/Overview/Scoping/hiding_declaration_t11: Crash | 210 Language/Overview/Scoping/hiding_declaration_t11: Crash |
211 Language/Overview/Scoping/hiding_declaration_t12: Crash | 211 Language/Overview/Scoping/hiding_declaration_t12: Crash |
212 | 212 |
213 # dartk: precompilation failures (debug) | 213 # dartk: precompilation failures (debug) |
214 [ $compiler == dartkp && $mode == debug ] | 214 [ $compiler == dartkp && $mode == debug ] |
215 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 215 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
216 | 216 |
217 # dartk: checked mode failures | 217 # dartk: checked mode failures |
218 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 218 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
219 Language/Classes/Constructors/Factories/arguments_type_t01: RuntimeError | 219 Language/Classes/Constructors/Factories/arguments_type_t01: RuntimeError |
220 Language/Classes/Constructors/Factories/function_type_t02: RuntimeError | |
221 Language/Classes/Constructors/Factories/return_wrong_type_t01: RuntimeError | |
222 Language/Classes/Constructors/Factories/return_wrong_type_t02: RuntimeError | |
223 Language/Classes/Constructors/Factories/return_wrong_type_t03: RuntimeError | |
224 Language/Classes/Constructors/Factories/return_wrong_type_t04: RuntimeError | |
225 Language/Expressions/Constants/exception_t04: Pass | 220 Language/Expressions/Constants/exception_t04: Pass |
226 Language/Expressions/Constants/logical_expression_t02: Pass | 221 Language/Expressions/Constants/logical_expression_t02: Pass |
227 Language/Expressions/Constants/logical_expression_t04: Pass | 222 Language/Expressions/Constants/logical_expression_t04: Pass |
228 Language/Expressions/Constants/ternary_operator_t02: Pass | 223 Language/Expressions/Constants/ternary_operator_t02: Pass |
| 224 Language/Expressions/Function_Expressions/static_type_form_1_async_t03: RuntimeE
rror |
| 225 Language/Expressions/Function_Expressions/static_type_form_1_t02: RuntimeError |
| 226 Language/Expressions/Function_Expressions/static_type_form_2_async_t03: RuntimeE
rror |
| 227 Language/Expressions/Function_Expressions/static_type_form_2_t02: RuntimeError |
229 Language/Generics/malformed_t02: RuntimeError | 228 Language/Generics/malformed_t02: RuntimeError |
230 Language/Statements/Return/runtime_type_t04: RuntimeError | 229 Language/Statements/Return/runtime_type_t04: RuntimeError |
231 Language/Statements/Switch/execution_t01: RuntimeError | 230 Language/Statements/Switch/execution_t01: RuntimeError |
232 Language/Statements/Switch/type_t01: RuntimeError | 231 Language/Statements/Switch/type_t01: RuntimeError |
233 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError | 232 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError |
234 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError | 233 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError |
235 LibTest/collection/DoubleLinkedQueue/forEach_A01_t03: RuntimeError | 234 Language/Types/Static_Types/malformed_type_t04: RuntimeError |
236 LibTest/collection/DoubleLinkedQueue/forEachEntry_A01_t03: RuntimeError | |
237 LibTest/collection/HashMap/HashMap_class_A01_t01: RuntimeError | |
238 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: RuntimeError | |
239 LibTest/collection/MapBase/MapBase_class_A01_t01: RuntimeError | |
240 LibTest/collection/MapMixin/MapMixin_class_A01_t01: RuntimeError | |
241 LibTest/collection/Maps/putIfAbsent_A01_t07: RuntimeError | |
242 LibTest/collection/Maps/putIfAbsent_A01_t08: RuntimeError | |
243 LibTest/collection/MapView/MapView_class_A01_t01: RuntimeError | |
244 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError | |
245 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError | |
246 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError | |
247 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError | |
248 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError | |
249 | 235 |
250 # Deferred loading kernel issue 28335. | 236 # Deferred loading kernel issue 28335. |
251 [ $compiler == dartk || $compiler == dartkp ] | 237 [ $compiler == dartk || $compiler == dartkp ] |
252 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. | 238 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. |
253 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. | 239 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. |
OLD | NEW |