| 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/non_final_instance_variable_
t02: MissingCompileTimeError | 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError |
| 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express
ion_t02: MissingCompileTimeError | 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express
ion_t02: MissingCompileTimeError |
| 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError | 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError | 416 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError |
| 417 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError | 417 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError |
| 418 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError | 418 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError |
| 419 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError | 419 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError |
| 420 LibTest/core/Invocation/memberName_A01_t01: RuntimeError | 420 LibTest/core/Invocation/memberName_A01_t01: RuntimeError |
| 421 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError | 421 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError |
| 422 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError | 422 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError |
| 423 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip | 423 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip |
| 424 | 424 |
| 425 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 425 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 426 Language/Classes/Constructors/Constant_Constructors/syntax_t03: Crash | |
| 427 Language/Classes/Instance_Variables/constant_t01: Crash | 426 Language/Classes/Instance_Variables/constant_t01: Crash |
| 428 Language/Expressions/Lists/constant_list_t01: Crash | 427 Language/Expressions/Lists/constant_list_t01: Crash |
| 429 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash | 428 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash |
| 430 Language/Statements/Switch/syntax_t16: Crash | 429 Language/Statements/Switch/syntax_t16: Crash |
| 431 Language/Statements/Switch/syntax_t17: Crash | 430 Language/Statements/Switch/syntax_t17: Crash |
| 432 | 431 |
| 433 # dartk: JIT failures | 432 # dartk: JIT failures |
| 434 [ $compiler == dartk ] | 433 [ $compiler == dartk ] |
| 435 Language/Classes/Getters/syntax_t06: MissingCompileTimeError | 434 Language/Classes/Getters/syntax_t06: MissingCompileTimeError |
| 436 Language/Classes/Setters/parameter_t05: MissingCompileTimeError | 435 Language/Classes/Setters/parameter_t05: MissingCompileTimeError |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 Language/Classes/Setters/parameter_t07: Crash | 476 Language/Classes/Setters/parameter_t07: Crash |
| 478 Language/Expressions/Constants/depending_on_itself_t01: Crash | 477 Language/Expressions/Constants/depending_on_itself_t01: Crash |
| 479 Language/Expressions/Constants/depending_on_itself_t02: Crash | 478 Language/Expressions/Constants/depending_on_itself_t02: Crash |
| 480 Language/Overview/Scoping/conflicting_names_t43: Crash | 479 Language/Overview/Scoping/conflicting_names_t43: Crash |
| 481 Language/Overview/Scoping/hiding_declaration_t11: Crash | 480 Language/Overview/Scoping/hiding_declaration_t11: Crash |
| 482 Language/Overview/Scoping/hiding_declaration_t12: Crash | 481 Language/Overview/Scoping/hiding_declaration_t12: Crash |
| 483 | 482 |
| 484 # dartk: precompilation failures (debug) | 483 # dartk: precompilation failures (debug) |
| 485 [ $compiler == dartkp && $mode == debug ] | 484 [ $compiler == dartkp && $mode == debug ] |
| 486 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash | 485 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash |
| OLD | NEW |