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

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

Issue 2800083002: Complain about incorrect this/super constructor initializers. (Closed)
Patch Set: Address comments. Created 3 years, 8 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
(...skipping 14 matching lines...) Expand all
25 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError 25 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
26 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError 26 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
27 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError 27 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t08: Miss ingCompileTimeError
28 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError 28 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
29 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566 29 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566
30 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError 30 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
31 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError 31 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
32 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError 32 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
33 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError 33 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
34 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError 34 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
35 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : MissingCompileTimeError
35 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError 36 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
37 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : MissingCompileTimeError
36 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError 38 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
37 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError 39 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
38 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError 40 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
39 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError 41 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
40 Language/Classes/Getters/syntax_t02: MissingCompileTimeError 42 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
41 Language/Classes/Getters/syntax_t03: MissingCompileTimeError 43 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
42 Language/Classes/Getters/syntax_t04: MissingCompileTimeError 44 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
43 Language/Classes/Getters/syntax_t05: MissingCompileTimeError 45 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
44 Language/Classes/Getters/syntax_t07: MissingCompileTimeError 46 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
45 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError 47 Language/Classes/Instance_Methods/Operators/syntax_t04: MissingCompileTimeError
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 444 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
443 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 445 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
444 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 446 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
445 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 447 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
446 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 448 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
447 449
448 # Deferred loading kernel issue 28335. 450 # Deferred loading kernel issue 28335.
449 [ $compiler == dartk || $compiler == dartkp ] 451 [ $compiler == dartk || $compiler == dartkp ]
450 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 452 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
451 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 453 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/rasta/enum.dart.outline.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698