Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2727313004: Recover correctly from this-parameter on non-constructors. (Closed)
Patch Set: Update status files. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 11 matching lines...) Expand all
22 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError 22 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
23 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError 23 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
24 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError 24 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
25 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError 25 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
26 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError 26 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
27 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError 27 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
28 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError 28 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
29 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError 29 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
30 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError 30 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
31 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566 31 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566
32 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t01: DartkCrash
33 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t02: DartkCrash
34 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t03: DartkCrash
35 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t04: DartkCrash
36 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t05: DartkCrash
37 Language/Classes/Constructors/Generative_Constructors/initializing_other_functio n_t06: DartkCrash
38 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError 32 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
39 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError 33 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
40 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError 34 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
41 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError 35 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
42 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError 36 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
43 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash 37 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t01 : Crash
44 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash 38 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : Crash
45 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError 39 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
46 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash 40 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t04 : Crash
47 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash 41 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : Crash
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 342 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
349 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 343 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
350 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 344 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
351 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass 345 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
352 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError 346 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
353 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError 347 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
354 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError 348 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
355 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError 349 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
356 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError 350 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
357 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError 351 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
358 Language/Functions/Formal_Parameters/Required_Formals/syntax_t10: DartkCrash
359 Language/Functions/Formal_Parameters/Required_Formals/syntax_t11: DartkCrash
360 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error 352 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
361 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error 353 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
362 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error 354 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
363 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error 355 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
364 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error 356 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
365 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error 357 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
366 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError 358 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
367 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError 359 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
368 Language/Functions/ctor_modifier_t03: MissingCompileTimeError 360 Language/Functions/ctor_modifier_t03: MissingCompileTimeError
369 Language/Functions/ctor_modifier_t04: MissingCompileTimeError 361 Language/Functions/ctor_modifier_t04: MissingCompileTimeError
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 795 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
804 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 796 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
805 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 797 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
806 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 798 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
807 Language/Statements/Try/syntax_t12: MissingCompileTimeError 799 Language/Statements/Try/syntax_t12: MissingCompileTimeError
808 Language/Variables/final_t03: MissingCompileTimeError 800 Language/Variables/final_t03: MissingCompileTimeError
809 801
810 # dartk: precompilation failures (debug) 802 # dartk: precompilation failures (debug)
811 [ $compiler == dartkp && $mode == debug ] 803 [ $compiler == dartkp && $mode == debug ]
812 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 804 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/procedure_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698