| 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/non_final_instance_variable_
t01: MissingCompileTimeError | 9 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t01: MissingCompileTimeError |
| 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError | 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 Language/Statements/Switch/expressions_t01: MissingCompileTimeError | 440 Language/Statements/Switch/expressions_t01: MissingCompileTimeError |
| 441 Language/Statements/Switch/expressions_t02: MissingCompileTimeError | 441 Language/Statements/Switch/expressions_t02: MissingCompileTimeError |
| 442 Language/Statements/Switch/expressions_t03: MissingCompileTimeError | 442 Language/Statements/Switch/expressions_t03: MissingCompileTimeError |
| 443 Language/Statements/Switch/expressions_t04: MissingCompileTimeError | 443 Language/Statements/Switch/expressions_t04: MissingCompileTimeError |
| 444 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError | 444 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError |
| 445 Language/Statements/Switch/syntax_t02: Pass # OK | 445 Language/Statements/Switch/syntax_t02: Pass # OK |
| 446 Language/Statements/Switch/syntax_t16: MissingCompileTimeError | 446 Language/Statements/Switch/syntax_t16: MissingCompileTimeError |
| 447 Language/Statements/Switch/syntax_t17: MissingCompileTimeError | 447 Language/Statements/Switch/syntax_t17: MissingCompileTimeError |
| 448 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410 | 448 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410 |
| 449 Language/Statements/Try/malformed_type_t04: RuntimeError | 449 Language/Statements/Try/malformed_type_t04: RuntimeError |
| 450 Language/Statements/Try/syntax_t06: MissingCompileTimeError | |
| 451 Language/Statements/Try/syntax_t13: MissingCompileTimeError | 450 Language/Statements/Try/syntax_t13: MissingCompileTimeError |
| 452 Language/Statements/Try/syntax_t15: Crash | 451 Language/Statements/Try/syntax_t15: Crash |
| 453 Language/Statements/While/execution_t03: Crash | 452 Language/Statements/While/execution_t03: Crash |
| 454 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 | 453 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 |
| 455 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 | 454 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 |
| 456 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 | 455 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 |
| 457 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335
(deferred libraries) | 456 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335
(deferred libraries) |
| 458 Language/Types/Static_Types/malformed_type_t01: RuntimeError | 457 Language/Types/Static_Types/malformed_type_t01: RuntimeError |
| 459 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile
TimeError | 458 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile
TimeError |
| 460 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile
TimeError | 459 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile
TimeError |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 Language/Expressions/Constants/depending_on_itself_t01: Crash | 564 Language/Expressions/Constants/depending_on_itself_t01: Crash |
| 566 Language/Expressions/Constants/depending_on_itself_t02: Crash | 565 Language/Expressions/Constants/depending_on_itself_t02: Crash |
| 567 Language/Expressions/Constants/static_method_t03: Crash | 566 Language/Expressions/Constants/static_method_t03: Crash |
| 568 Language/Overview/Scoping/conflicting_names_t43: Crash | 567 Language/Overview/Scoping/conflicting_names_t43: Crash |
| 569 Language/Overview/Scoping/hiding_declaration_t11: Crash | 568 Language/Overview/Scoping/hiding_declaration_t11: Crash |
| 570 Language/Overview/Scoping/hiding_declaration_t12: Crash | 569 Language/Overview/Scoping/hiding_declaration_t12: Crash |
| 571 | 570 |
| 572 # dartk: precompilation failures (debug) | 571 # dartk: precompilation failures (debug) |
| 573 [ $compiler == dartkp && $mode == debug ] | 572 [ $compiler == dartkp && $mode == debug ] |
| 574 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 573 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
| OLD | NEW |