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

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

Issue 2790743004: Handle unresolved identifiers with an accessor. (Closed)
Patch Set: Update status file. 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 # 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError 79 Language/Classes/same_name_type_variable_t09: MissingCompileTimeError
80 Language/Enums/restrictions_t02: MissingCompileTimeError 80 Language/Enums/restrictions_t02: MissingCompileTimeError
81 Language/Enums/restrictions_t03: MissingCompileTimeError 81 Language/Enums/restrictions_t03: MissingCompileTimeError
82 Language/Enums/restrictions_t04: MissingCompileTimeError 82 Language/Enums/restrictions_t04: MissingCompileTimeError
83 Language/Enums/restrictions_t05: MissingCompileTimeError 83 Language/Enums/restrictions_t05: MissingCompileTimeError
84 Language/Enums/restrictions_t06: MissingCompileTimeError 84 Language/Enums/restrictions_t06: MissingCompileTimeError
85 Language/Enums/restrictions_t07: MissingCompileTimeError 85 Language/Enums/restrictions_t07: MissingCompileTimeError
86 Language/Enums/restrictions_t08: MissingCompileTimeError 86 Language/Enums/restrictions_t08: MissingCompileTimeError
87 Language/Expressions/Assignment/expression_assignment_failed_t03: CompileTimeErr or 87 Language/Expressions/Assignment/expression_assignment_failed_t03: CompileTimeErr or
88 Language/Expressions/Assignment/expression_assignment_t07: CompileTimeError 88 Language/Expressions/Assignment/expression_assignment_t07: CompileTimeError
89 Language/Expressions/Assignment/no_such_method_t01: CompileTimeError
90 Language/Expressions/Assignment/no_such_method_t02: CompileTimeError
91 Language/Expressions/Assignment/no_such_method_t03: CompileTimeError
92 Language/Expressions/Assignment/no_such_method_t04: CompileTimeError
93 Language/Expressions/Assignment/no_such_method_t05: CompileTimeError
94 Language/Expressions/Assignment/no_such_method_t06: CompileTimeError
95 Language/Expressions/Assignment/no_such_method_t07: CompileTimeError
96 Language/Expressions/Assignment/no_such_method_t08: CompileTimeError
97 Language/Expressions/Assignment/no_such_method_t09: CompileTimeError
98 Language/Expressions/Assignment/static_type_t06: CompileTimeError 89 Language/Expressions/Assignment/static_type_t06: CompileTimeError
99 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 90 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
100 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 91 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
101 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 92 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
102 Language/Expressions/Constants/bitwise_operators_t02: Crash 93 Language/Expressions/Constants/bitwise_operators_t02: Crash
103 Language/Expressions/Constants/bitwise_operators_t03: Crash 94 Language/Expressions/Constants/bitwise_operators_t03: Crash
104 Language/Expressions/Constants/bitwise_operators_t04: Crash 95 Language/Expressions/Constants/bitwise_operators_t04: Crash
105 Language/Expressions/Constants/bitwise_operators_t05: Crash 96 Language/Expressions/Constants/bitwise_operators_t05: Crash
106 Language/Expressions/Constants/bitwise_operators_t06: Crash 97 Language/Expressions/Constants/bitwise_operators_t06: Crash
107 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 98 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError 285 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
295 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError 286 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
296 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError 287 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
297 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError 288 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
298 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 289 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
299 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 290 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
300 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError 291 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
301 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError 292 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
302 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError 293 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
303 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError 294 Language/Mixins/declaring_constructor_t10: MissingCompileTimeError
304 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
305 Language/Overview/Privacy/private_and_public_t06: RuntimeError 295 Language/Overview/Privacy/private_and_public_t06: RuntimeError
306 Language/Overview/Privacy/private_and_public_t09: RuntimeError 296 Language/Overview/Privacy/private_and_public_t09: RuntimeError
307 Language/Overview/Privacy/private_and_public_t10: RuntimeError 297 Language/Overview/Privacy/private_and_public_t10: RuntimeError
308 Language/Overview/Privacy/private_and_public_t19: RuntimeError 298 Language/Overview/Privacy/private_and_public_t19: RuntimeError
309 Language/Overview/Privacy/private_and_public_t20: RuntimeError 299 Language/Overview/Privacy/private_and_public_t20: RuntimeError
310 Language/Overview/Scoping/conflicting_names_t16: Crash 300 Language/Overview/Scoping/conflicting_names_t16: Crash
311 Language/Overview/Scoping/conflicting_names_t17: Crash 301 Language/Overview/Scoping/conflicting_names_t17: Crash
312 Language/Overview/Scoping/conflicting_names_t18: Crash 302 Language/Overview/Scoping/conflicting_names_t18: Crash
313 Language/Overview/Scoping/conflicting_names_t25: Crash 303 Language/Overview/Scoping/conflicting_names_t25: Crash
314 Language/Overview/Scoping/conflicting_names_t26: Crash 304 Language/Overview/Scoping/conflicting_names_t26: Crash
(...skipping 10 matching lines...) Expand all
325 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError 315 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError
326 Language/Overview/Scoping/conflicting_names_t44: Crash 316 Language/Overview/Scoping/conflicting_names_t44: Crash
327 Language/Overview/Scoping/hiding_declaration_t16: Crash 317 Language/Overview/Scoping/hiding_declaration_t16: Crash
328 Language/Statements/Continue/label_t06: MissingCompileTimeError 318 Language/Statements/Continue/label_t06: MissingCompileTimeError
329 Language/Statements/Continue/label_t07: MissingCompileTimeError 319 Language/Statements/Continue/label_t07: MissingCompileTimeError
330 Language/Statements/Continue/label_t08: MissingCompileTimeError 320 Language/Statements/Continue/label_t08: MissingCompileTimeError
331 Language/Statements/Continue/label_t09: MissingCompileTimeError 321 Language/Statements/Continue/label_t09: MissingCompileTimeError
332 Language/Statements/Continue/label_t10: MissingCompileTimeError 322 Language/Statements/Continue/label_t10: MissingCompileTimeError
333 Language/Statements/Continue/label_t11: MissingCompileTimeError 323 Language/Statements/Continue/label_t11: MissingCompileTimeError
334 Language/Statements/Do/execution_t04: Crash 324 Language/Statements/Do/execution_t04: Crash
335 Language/Statements/For/syntax_t07: CompileTimeError
336 Language/Statements/For/syntax_t12: MissingCompileTimeError 325 Language/Statements/For/syntax_t12: MissingCompileTimeError
337 Language/Statements/For/syntax_t13: MissingCompileTimeError 326 Language/Statements/For/syntax_t13: MissingCompileTimeError
338 Language/Statements/For/syntax_t19: MissingCompileTimeError 327 Language/Statements/For/syntax_t19: MissingCompileTimeError
339 Language/Statements/For/syntax_t20: MissingCompileTimeError 328 Language/Statements/For/syntax_t20: MissingCompileTimeError
340 Language/Statements/If/execution_t03: Crash 329 Language/Statements/If/execution_t03: Crash
341 Language/Statements/Labels/scope_t01: CompileTimeError 330 Language/Statements/Labels/scope_t01: RuntimeError
342 Language/Statements/Labels/scope_t05: MissingCompileTimeError 331 Language/Statements/Labels/scope_t05: MissingCompileTimeError
343 Language/Statements/Labels/scope_t07: CompileTimeError 332 Language/Statements/Labels/scope_t07: RuntimeError
344 Language/Statements/Labels/syntax_t03: Pass # OK 333 Language/Statements/Labels/syntax_t03: Pass # OK
345 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError 334 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
346 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError 335 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
347 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
348 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
349 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or 336 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
350 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
351 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
352 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or 337 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
353 Language/Statements/Rethrow/on_catch_clause_t01: Crash 338 Language/Statements/Rethrow/on_catch_clause_t01: Crash
354 Language/Statements/Rethrow/on_catch_clause_t02: Crash 339 Language/Statements/Rethrow/on_catch_clause_t02: Crash
355 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError 340 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
356 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError 341 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
357 Language/Statements/Switch/expressions_t01: MissingCompileTimeError 342 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
358 Language/Statements/Switch/expressions_t02: MissingCompileTimeError 343 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
359 Language/Statements/Switch/expressions_t03: MissingCompileTimeError 344 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
360 Language/Statements/Switch/expressions_t04: MissingCompileTimeError 345 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
361 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError 346 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 Language/Classes/Setters/parameter_t07: Crash 462 Language/Classes/Setters/parameter_t07: Crash
478 Language/Expressions/Constants/depending_on_itself_t01: Crash 463 Language/Expressions/Constants/depending_on_itself_t01: Crash
479 Language/Expressions/Constants/depending_on_itself_t02: Crash 464 Language/Expressions/Constants/depending_on_itself_t02: Crash
480 Language/Overview/Scoping/conflicting_names_t43: Crash 465 Language/Overview/Scoping/conflicting_names_t43: Crash
481 Language/Overview/Scoping/hiding_declaration_t11: Crash 466 Language/Overview/Scoping/hiding_declaration_t11: Crash
482 Language/Overview/Scoping/hiding_declaration_t12: Crash 467 Language/Overview/Scoping/hiding_declaration_t12: Crash
483 468
484 # dartk: precompilation failures (debug) 469 # dartk: precompilation failures (debug)
485 [ $compiler == dartkp && $mode == debug ] 470 [ $compiler == dartkp && $mode == debug ]
486 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 471 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698