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

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

Issue 2750863002: Complain about built-in identifiers. (Closed)
Patch Set: Update status file some more. 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError 45 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
46 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError 46 Language/Classes/Constructors/Generative_Constructors/syntax_t02: MissingCompile TimeError
47 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError 47 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
48 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError 48 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
49 Language/Classes/Getters/static_getter_t02: CompileTimeError 49 Language/Classes/Getters/static_getter_t02: CompileTimeError
50 Language/Classes/Getters/syntax_t02: MissingCompileTimeError 50 Language/Classes/Getters/syntax_t02: MissingCompileTimeError
51 Language/Classes/Getters/syntax_t03: MissingCompileTimeError 51 Language/Classes/Getters/syntax_t03: MissingCompileTimeError
52 Language/Classes/Getters/syntax_t04: MissingCompileTimeError 52 Language/Classes/Getters/syntax_t04: MissingCompileTimeError
53 Language/Classes/Getters/syntax_t05: MissingCompileTimeError 53 Language/Classes/Getters/syntax_t05: MissingCompileTimeError
54 Language/Classes/Getters/syntax_t07: MissingCompileTimeError 54 Language/Classes/Getters/syntax_t07: MissingCompileTimeError
55 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
56 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
55 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error 57 Language/Classes/Instance_Methods/Operators/arity_0_or_1_t02: MissingCompileTime Error
56 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError 58 Language/Classes/Instance_Methods/Operators/arity_0_t02: MissingCompileTimeError
57 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError 59 Language/Classes/Instance_Methods/Operators/arity_1_t01: MissingCompileTimeError
58 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError 60 Language/Classes/Instance_Methods/Operators/arity_1_t02: MissingCompileTimeError
59 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError 61 Language/Classes/Instance_Methods/Operators/arity_1_t03: MissingCompileTimeError
60 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError 62 Language/Classes/Instance_Methods/Operators/arity_1_t04: MissingCompileTimeError
61 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError 63 Language/Classes/Instance_Methods/Operators/arity_1_t05: MissingCompileTimeError
62 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError 64 Language/Classes/Instance_Methods/Operators/arity_1_t06: MissingCompileTimeError
63 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError 65 Language/Classes/Instance_Methods/Operators/arity_1_t07: MissingCompileTimeError
64 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError 66 Language/Classes/Instance_Methods/Operators/arity_1_t08: MissingCompileTimeError
(...skipping 26 matching lines...) Expand all
91 Language/Classes/Setters/parameter_t03: MissingCompileTimeError 93 Language/Classes/Setters/parameter_t03: MissingCompileTimeError
92 Language/Classes/Setters/parameter_t04: MissingCompileTimeError 94 Language/Classes/Setters/parameter_t04: MissingCompileTimeError
93 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 95 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
94 Language/Classes/Setters/parameter_t06: MissingCompileTimeError 96 Language/Classes/Setters/parameter_t06: MissingCompileTimeError
95 Language/Classes/Setters/parameter_t07: MissingCompileTimeError 97 Language/Classes/Setters/parameter_t07: MissingCompileTimeError
96 Language/Classes/Setters/parameter_t08: MissingCompileTimeError 98 Language/Classes/Setters/parameter_t08: MissingCompileTimeError
97 Language/Classes/Setters/static_setter_t05: RuntimeError 99 Language/Classes/Setters/static_setter_t05: RuntimeError
98 Language/Classes/Setters/syntax_t01: RuntimeError 100 Language/Classes/Setters/syntax_t01: RuntimeError
99 Language/Classes/Setters/syntax_t03: MissingCompileTimeError 101 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
100 Language/Classes/Setters/syntax_t04: RuntimeError 102 Language/Classes/Setters/syntax_t04: RuntimeError
103 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
104 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
101 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError 105 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
102 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r 106 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
107 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
108 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721
103 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError 109 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
104 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError 110 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
105 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError 111 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
106 Language/Classes/Superclasses/wrong_superclass_t07: Crash 112 Language/Classes/Superclasses/wrong_superclass_t07: Crash
107 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 113 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
108 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError 114 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
109 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError 115 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
110 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError 116 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
111 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError 117 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
112 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError 118 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
(...skipping 29 matching lines...) Expand all
142 Language/Expressions/Assignment/no_such_method_t05: CompileTimeError 148 Language/Expressions/Assignment/no_such_method_t05: CompileTimeError
143 Language/Expressions/Assignment/no_such_method_t06: CompileTimeError 149 Language/Expressions/Assignment/no_such_method_t06: CompileTimeError
144 Language/Expressions/Assignment/no_such_method_t07: CompileTimeError 150 Language/Expressions/Assignment/no_such_method_t07: CompileTimeError
145 Language/Expressions/Assignment/no_such_method_t08: CompileTimeError 151 Language/Expressions/Assignment/no_such_method_t08: CompileTimeError
146 Language/Expressions/Assignment/no_such_method_t09: CompileTimeError 152 Language/Expressions/Assignment/no_such_method_t09: CompileTimeError
147 Language/Expressions/Assignment/static_type_t05: RuntimeError 153 Language/Expressions/Assignment/static_type_t05: RuntimeError
148 Language/Expressions/Assignment/static_type_t06: CompileTimeError 154 Language/Expressions/Assignment/static_type_t06: CompileTimeError
149 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError 155 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
150 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 156 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
151 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 157 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
158 Language/Expressions/Assignment/super_assignment_failed_t05: RuntimeError # Issu e 25671
152 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 159 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
153 Language/Expressions/Await_Expressions/syntax_t06: Crash 160 Language/Expressions/Await_Expressions/syntax_t06: Crash
154 Language/Expressions/Constants/bitwise_operators_t02: Crash 161 Language/Expressions/Constants/bitwise_operators_t02: Crash
155 Language/Expressions/Constants/bitwise_operators_t03: Crash 162 Language/Expressions/Constants/bitwise_operators_t03: Crash
156 Language/Expressions/Constants/bitwise_operators_t04: Crash 163 Language/Expressions/Constants/bitwise_operators_t04: Crash
157 Language/Expressions/Constants/bitwise_operators_t05: Crash 164 Language/Expressions/Constants/bitwise_operators_t05: Crash
158 Language/Expressions/Constants/bitwise_operators_t06: Crash 165 Language/Expressions/Constants/bitwise_operators_t06: Crash
159 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 166 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
160 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 167 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
161 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 168 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError 212 Language/Expressions/Constants/string_length_t02: MissingCompileTimeError
206 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError 213 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
207 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 214 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
208 Language/Expressions/Constants/top_level_function_t01: Crash 215 Language/Expressions/Constants/top_level_function_t01: Crash
209 Language/Expressions/Constants/top_level_function_t02: Crash 216 Language/Expressions/Constants/top_level_function_t02: Crash
210 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError 217 Language/Expressions/Constants/top_level_function_t04: MissingCompileTimeError
211 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError 218 Language/Expressions/Constants/top_level_function_t05: MissingCompileTimeError
212 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 219 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
213 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 220 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
214 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 221 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
222 Language/Expressions/Function_Invocation/async_generator_invokation_t08: Fail # Issue 25967
223 Language/Expressions/Function_Invocation/async_generator_invokation_t10: Fail # Issue 25967
215 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError 224 Language/Expressions/Identifier_Reference/async_and_generator_t02: MissingCompil eTimeError
216 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError 225 Language/Expressions/Identifier_Reference/async_and_generator_t03: MissingCompil eTimeError
217 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError 226 Language/Expressions/Identifier_Reference/async_and_generator_t04: MissingCompil eTimeError
218 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError 227 Language/Expressions/Identifier_Reference/async_and_generator_t05: MissingCompil eTimeError
219 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError 228 Language/Expressions/Identifier_Reference/async_and_generator_t06: MissingCompil eTimeError
220 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError 229 Language/Expressions/Identifier_Reference/async_and_generator_t07: MissingCompil eTimeError
221 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError 230 Language/Expressions/Identifier_Reference/async_and_generator_t08: MissingCompil eTimeError
222 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError 231 Language/Expressions/Identifier_Reference/async_and_generator_t09: MissingCompil eTimeError
223 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError 232 Language/Expressions/Identifier_Reference/async_and_generator_t10: MissingCompil eTimeError
224 Language/Expressions/Identifier_Reference/built_in_identifier_t08: MissingCompil eTimeError
225 Language/Expressions/Identifier_Reference/built_in_identifier_t09: MissingCompil eTimeError
226 Language/Expressions/Identifier_Reference/built_in_identifier_t10: MissingCompil eTimeError
227 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass # OK, Is sue 25732
228 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass # OK, Is sue 25732
229 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass # OK, Is sue 25732
230 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError 233 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t01: MissingCompi leTimeError
231 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError 234 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t12: MissingCompi leTimeError
232 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass # OK, I ssue 25732
233 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError 235 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t15: MissingCompi leTimeError
234 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash 236 Language/Expressions/Identifier_Reference/evaluation_static_t02: Crash
235 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError 237 Language/Expressions/Identifier_Reference/syntax_built_in_t01: CompileTimeError
236 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r 238 Language/Expressions/Identifier_Reference/undeclared_identifier_t04: RuntimeErro r
237 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError 239 Language/Expressions/Instance_Creation/Const/accessibility_t01: MissingCompileTi meError
238 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError 240 Language/Expressions/Instance_Creation/Const/accessibility_t02: MissingCompileTi meError
239 Language/Expressions/Instance_Creation/Const/accessibility_t03: MissingCompileTi meError 241 Language/Expressions/Instance_Creation/Const/accessibility_t03: MissingCompileTi meError
240 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError 242 Language/Expressions/Instance_Creation/Const/accessibility_t04: MissingCompileTi meError
241 Language/Expressions/Instance_Creation/Const/accessibility_t05: MissingCompileTi meError 243 Language/Expressions/Instance_Creation/Const/accessibility_t05: MissingCompileTi meError
242 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError 244 Language/Expressions/Instance_Creation/Const/accessibility_t06: MissingCompileTi meError
(...skipping 24 matching lines...) Expand all
267 Language/Expressions/Lists/constant_list_t02: Crash 269 Language/Expressions/Lists/constant_list_t02: Crash
268 Language/Expressions/Maps/constant_map_key_value_t01: Crash 270 Language/Expressions/Maps/constant_map_key_value_t01: Crash
269 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError 271 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
270 Language/Expressions/Maps/constant_map_t01: Crash 272 Language/Expressions/Maps/constant_map_t01: Crash
271 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 273 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
272 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError 274 Language/Expressions/Maps/constant_map_type_t01: MissingCompileTimeError
273 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError 275 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
274 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562 276 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti meError # Dartk Issue 28562
275 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError 277 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t17: RuntimeError
276 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562 278 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_ t18: RuntimeError # Dartk Issue 28562
279 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496
280 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496
277 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError 281 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
278 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError 282 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
279 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 283 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
280 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 284 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
281 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 285 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
282 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 286 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
283 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError 287 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
288 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24332
289 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332
290 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332
291 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332
292 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332
293 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332
294 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332
295 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
284 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 296 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
285 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 297 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
286 Language/Expressions/This/placement_t04: MissingCompileTimeError 298 Language/Expressions/This/placement_t04: MissingCompileTimeError
287 Language/Expressions/Throw/no_catch_clause_t01: Crash 299 Language/Expressions/Throw/no_catch_clause_t01: Crash
288 Language/Expressions/Throw/no_catch_clause_t02: Crash 300 Language/Expressions/Throw/no_catch_clause_t02: Crash
289 Language/Expressions/Throw/no_catch_clause_t03: Crash 301 Language/Expressions/Throw/no_catch_clause_t03: Crash
290 Language/Expressions/Throw/no_catch_clause_t04: Crash 302 Language/Expressions/Throw/no_catch_clause_t04: Crash
291 Language/Expressions/Throw/no_catch_clause_t05: Crash 303 Language/Expressions/Throw/no_catch_clause_t05: Crash
292 Language/Expressions/Throw/no_catch_clause_t06: Crash 304 Language/Expressions/Throw/no_catch_clause_t06: Crash
293 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 305 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 Language/Metadata/compilation_t01: MissingCompileTimeError 413 Language/Metadata/compilation_t01: MissingCompileTimeError
402 Language/Metadata/compilation_t02: MissingCompileTimeError 414 Language/Metadata/compilation_t02: MissingCompileTimeError
403 Language/Metadata/compilation_t03: MissingCompileTimeError 415 Language/Metadata/compilation_t03: MissingCompileTimeError
404 Language/Metadata/compilation_t04: MissingCompileTimeError 416 Language/Metadata/compilation_t04: MissingCompileTimeError
405 Language/Metadata/compilation_t08: MissingCompileTimeError 417 Language/Metadata/compilation_t08: MissingCompileTimeError
406 Language/Metadata/compilation_t09: MissingCompileTimeError 418 Language/Metadata/compilation_t09: MissingCompileTimeError
407 Language/Metadata/compilation_t10: MissingCompileTimeError 419 Language/Metadata/compilation_t10: MissingCompileTimeError
408 Language/Metadata/compilation_t11: MissingCompileTimeError 420 Language/Metadata/compilation_t11: MissingCompileTimeError
409 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError 421 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
410 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError 422 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
423 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
411 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError 424 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
412 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError 425 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
413 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError 426 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
414 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError 427 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
415 Language/Mixins/Mixin_Application/wrong_type_t04: Crash 428 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
416 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError 429 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
417 Language/Mixins/Mixin_Application/wrong_type_t06: Crash 430 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
418 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError 431 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
419 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError 432 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
420 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError 433 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
421 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError 434 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
435 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
436 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
422 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError 437 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
423 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError 438 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
424 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError 439 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
425 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError 440 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
426 Language/Overview/Privacy/private_and_public_t04: CompileTimeError 441 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
427 Language/Overview/Privacy/private_and_public_t06: RuntimeError 442 Language/Overview/Privacy/private_and_public_t06: RuntimeError
428 Language/Overview/Privacy/private_and_public_t09: RuntimeError 443 Language/Overview/Privacy/private_and_public_t09: RuntimeError
429 Language/Overview/Privacy/private_and_public_t10: RuntimeError 444 Language/Overview/Privacy/private_and_public_t10: RuntimeError
430 Language/Overview/Privacy/private_and_public_t19: RuntimeError 445 Language/Overview/Privacy/private_and_public_t19: RuntimeError
431 Language/Overview/Privacy/private_and_public_t20: RuntimeError 446 Language/Overview/Privacy/private_and_public_t20: RuntimeError
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 Language/Statements/Switch/syntax_t17: MissingCompileTimeError 512 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
498 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410 513 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410
499 Language/Statements/Try/malformed_type_t04: RuntimeError 514 Language/Statements/Try/malformed_type_t04: RuntimeError
500 Language/Statements/Try/syntax_t06: MissingCompileTimeError 515 Language/Statements/Try/syntax_t06: MissingCompileTimeError
501 Language/Statements/Try/syntax_t13: MissingCompileTimeError 516 Language/Statements/Try/syntax_t13: MissingCompileTimeError
502 Language/Statements/Try/syntax_t15: Crash 517 Language/Statements/Try/syntax_t15: Crash
503 Language/Statements/While/execution_t03: Crash 518 Language/Statements/While/execution_t03: Crash
504 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror 519 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
505 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror 520 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
506 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror 521 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
522 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: Runtime Error # Issue 25748
523 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748
524 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748
525 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634
526 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
507 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError 527 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
528 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
508 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError 529 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
530 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
509 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError 531 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
510 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries) 532 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
511 Language/Types/Static_Types/malformed_type_t01: RuntimeError 533 Language/Types/Static_Types/malformed_type_t01: RuntimeError
512 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError 534 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
513 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError 535 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
514 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror 536 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
515 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror 537 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
516 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror 538 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
517 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror 539 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
518 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror 540 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 Language/Expressions/Constants/depending_on_itself_t01: Crash 649 Language/Expressions/Constants/depending_on_itself_t01: Crash
628 Language/Expressions/Constants/depending_on_itself_t02: Crash 650 Language/Expressions/Constants/depending_on_itself_t02: Crash
629 Language/Expressions/Constants/static_method_t03: Crash 651 Language/Expressions/Constants/static_method_t03: Crash
630 Language/Overview/Scoping/conflicting_names_t43: Crash 652 Language/Overview/Scoping/conflicting_names_t43: Crash
631 Language/Overview/Scoping/hiding_declaration_t11: Crash 653 Language/Overview/Scoping/hiding_declaration_t11: Crash
632 Language/Overview/Scoping/hiding_declaration_t12: Crash 654 Language/Overview/Scoping/hiding_declaration_t12: Crash
633 655
634 # dartk: precompilation failures (debug) 656 # dartk: precompilation failures (debug)
635 [ $compiler == dartkp && $mode == debug ] 657 [ $compiler == dartkp && $mode == debug ]
636 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 658 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698