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

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

Issue 2906253004: Avoid using Invalid{Statement,Expression,Initializer}. (Closed)
Patch Set: Created 3 years, 6 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/superinitializer_t01: Missin gCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
11 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 11 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
12 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 12 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
13 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 13 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
14 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError 14 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError
15 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError 15 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError
16 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError 16 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError
17 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError 17 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError
18 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566 18 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566
19 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError 19 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
20 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError 20 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
21 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError 21 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
22 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError 22 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
23 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError 23 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
24 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError 24 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
25 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError 25 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
26 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError
27 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566 26 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566
28 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError 27 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
29 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError 28 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
30 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError 29 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
31 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError 30 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
32 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError
33 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : MissingCompileTimeError 31 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : MissingCompileTimeError
34 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError 32 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
35 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : MissingCompileTimeError 33 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : MissingCompileTimeError
36 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError 34 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
37 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError 35 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
38 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError 36 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
39 Language/Classes/Getters/syntax_t02: MissingCompileTimeError 37 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
40 Language/Classes/Getters/syntax_t03: MissingCompileTimeError 38 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
41 Language/Classes/Getters/syntax_t04: MissingCompileTimeError 39 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
42 Language/Classes/Getters/syntax_t05: MissingCompileTimeError 40 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError 106 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
109 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562 107 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562
110 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496 108 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496
111 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496 109 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496
112 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError 110 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
113 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError 111 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
114 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 112 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
115 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 113 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
116 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 114 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
117 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 115 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
118 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
119 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24332 116 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24332
120 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332 117 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332
121 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332 118 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332
122 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332 119 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332
123 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332 120 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332
124 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332 121 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332
125 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332 122 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332
126 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332 123 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
127 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 124 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
128 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 125 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
129 Language/Expressions/This/placement_t04: MissingCompileTimeError 126 Language/Expressions/This/placement_t04: MissingCompileTimeError
130 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 127 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
131 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError 128 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
132 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError 129 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
133 Language/Expressions/Type_Cast/syntax_t01: RuntimeError 130 Language/Expressions/Type_Cast/syntax_t01: RuntimeError
134 Language/Expressions/Type_Test/evaluation_t03: RuntimeError 131 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
135 Language/Expressions/Type_Test/evaluation_t04: RuntimeError 132 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
136 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 133 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
137 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
138 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
139 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 134 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
140 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 135 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
141 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 136 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
142 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 137 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
143 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 138 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
144 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError 139 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
145 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError 140 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
146 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError 141 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
147 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError 142 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
148 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError 143 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 374 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
380 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 375 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
381 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 376 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
382 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 377 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
383 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 378 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
384 379
385 # Deferred loading kernel issue 28335. 380 # Deferred loading kernel issue 28335.
386 [ $compiler == dartk || $compiler == dartkp ] 381 [ $compiler == dartk || $compiler == dartkp ]
387 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 382 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
388 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 383 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698