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

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

Issue 2729943003: Recover from bad supertypes. (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
« no previous file with comments | « pkg/front_end/test/fasta/kompile.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 Language/Classes/Setters/static_setter_t05: RuntimeError 94 Language/Classes/Setters/static_setter_t05: RuntimeError
95 Language/Classes/Setters/static_setter_t06: DartkCrash 95 Language/Classes/Setters/static_setter_t06: DartkCrash
96 Language/Classes/Setters/syntax_t01: RuntimeError 96 Language/Classes/Setters/syntax_t01: RuntimeError
97 Language/Classes/Setters/syntax_t03: MissingCompileTimeError 97 Language/Classes/Setters/syntax_t03: MissingCompileTimeError
98 Language/Classes/Setters/syntax_t04: RuntimeError 98 Language/Classes/Setters/syntax_t04: RuntimeError
99 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError 99 Language/Classes/Static_Methods/declaration_t01: MissingCompileTimeError
100 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r 100 Language/Classes/Static_Methods/same_name_method_and_setter_t01: CompileTimeErro r
101 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError 101 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t03: Runtim eError
102 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError 102 Language/Classes/Superclasses/superclass_of_itself_t01: MissingCompileTimeError
103 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError 103 Language/Classes/Superclasses/superclass_of_itself_t02: MissingCompileTimeError
104 Language/Classes/Superclasses/wrong_superclass_t01: MissingCompileTimeError
105 Language/Classes/Superclasses/wrong_superclass_t02: DartkCrash
106 Language/Classes/Superclasses/wrong_superclass_t03: MissingCompileTimeError
107 Language/Classes/Superclasses/wrong_superclass_t05: DartkCrash
108 Language/Classes/Superclasses/wrong_superclass_t07: Crash 104 Language/Classes/Superclasses/wrong_superclass_t07: Crash
109 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 105 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
110 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError 106 Language/Classes/Superinterfaces/dynamic_type_t01: MissingCompileTimeError
111 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError 107 Language/Classes/Superinterfaces/dynamic_type_t02: MissingCompileTimeError
112 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError 108 Language/Classes/Superinterfaces/itself_t01: MissingCompileTimeError
113 Language/Classes/Superinterfaces/type_variable_as_superinterface_t01: DartkCrash
114 Language/Classes/Superinterfaces/wrong_type_t01: MissingCompileTimeError
115 Language/Classes/Superinterfaces/wrong_type_t02: DartkCrash
116 Language/Classes/Superinterfaces/wrong_type_t03: MissingCompileTimeError
117 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError 109 Language/Classes/Superinterfaces/wrong_type_t04: MissingCompileTimeError
118 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError 110 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
119 Language/Classes/declarations_t02: MissingCompileTimeError 111 Language/Classes/declarations_t02: MissingCompileTimeError
120 Language/Classes/declarations_t03: MissingCompileTimeError 112 Language/Classes/declarations_t03: MissingCompileTimeError
121 Language/Classes/declarations_t04: MissingCompileTimeError 113 Language/Classes/declarations_t04: MissingCompileTimeError
122 Language/Classes/declarations_t06: MissingCompileTimeError 114 Language/Classes/declarations_t06: MissingCompileTimeError
123 Language/Classes/declarations_t08: MissingCompileTimeError 115 Language/Classes/declarations_t08: MissingCompileTimeError
124 Language/Classes/declarations_t33: MissingCompileTimeError 116 Language/Classes/declarations_t33: MissingCompileTimeError
125 Language/Classes/definition_t23: RuntimeError 117 Language/Classes/definition_t23: RuntimeError
126 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError 118 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h 293 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t07: DartkCras h
302 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h 294 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t08: DartkCras h
303 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError 295 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
304 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError 296 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
305 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError 297 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
306 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError 298 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
307 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 299 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
308 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 300 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
309 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash 301 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t02: DartkCrash
310 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash 302 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t03: DartkCrash
311 Language/Expressions/Numbers/extend_or_implement_double_t06: MissingCompileTimeE rror
312 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError 303 Language/Expressions/Numbers/syntax_t21: MissingCompileTimeError
313 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError 304 Language/Expressions/Numbers/syntax_t25: MissingCompileTimeError
314 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError 305 Language/Expressions/Numbers/syntax_t26: MissingCompileTimeError
315 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError 306 Language/Expressions/Numbers/syntax_t27: MissingCompileTimeError
316 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError 307 Language/Expressions/Numbers/syntax_t29: MissingCompileTimeError
317 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError 308 Language/Expressions/Postfix_Expressions/syntax_t06: MissingCompileTimeError
318 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash 309 Language/Expressions/Postfix_Expressions/syntax_t07: DartkCrash
319 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash 310 Language/Expressions/Postfix_Expressions/syntax_t08: DartkCrash
320 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 311 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
321 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 312 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries) 377 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries)
387 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries) 378 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries)
388 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 379 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
389 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError 380 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
390 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK 381 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK
391 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError 382 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
392 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError 383 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
393 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError 384 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
394 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError 385 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
395 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError 386 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
396 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
397 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 387 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
398 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError 388 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
399 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError 389 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
400 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
401 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError 390 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
402 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 391 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
403 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError 392 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
404 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 393 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
405 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout 394 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
406 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError 395 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
407 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash 396 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
408 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash 397 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
409 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash 398 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
410 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 399 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 431 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
443 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 432 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
444 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 433 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
445 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 434 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
446 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 435 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
447 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 436 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
448 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError 437 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
449 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError 438 Language/Mixins/Mixin_Application/syntax_t15: MissingCompileTimeError
450 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError 439 Language/Mixins/Mixin_Application/wrong_mixin_type_t01: MissingCompileTimeError
451 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError 440 Language/Mixins/Mixin_Application/wrong_mixin_type_t02: MissingCompileTimeError
452 Language/Mixins/Mixin_Application/wrong_mixin_type_t03: MissingCompileTimeError
453 Language/Mixins/Mixin_Application/wrong_mixin_type_t04: MissingCompileTimeError
454 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash 441 Language/Mixins/Mixin_Application/wrong_mixin_type_t05: DartkCrash
455 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash 442 Language/Mixins/Mixin_Application/wrong_mixin_type_t06: DartkCrash
456 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError 443 Language/Mixins/Mixin_Application/wrong_mixin_type_t07: MissingCompileTimeError
457 Language/Mixins/Mixin_Application/wrong_mixin_type_t08: Crash
458 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError 444 Language/Mixins/Mixin_Application/wrong_type_t01: MissingCompileTimeError
459 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash 445 Language/Mixins/Mixin_Application/wrong_type_t02: DartkCrash
460 Language/Mixins/Mixin_Application/wrong_type_t03: MissingCompileTimeError
461 Language/Mixins/Mixin_Application/wrong_type_t04: Crash 446 Language/Mixins/Mixin_Application/wrong_type_t04: Crash
462 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError 447 Language/Mixins/Mixin_Application/wrong_type_t05: MissingCompileTimeError
463 Language/Mixins/Mixin_Application/wrong_type_t06: Crash 448 Language/Mixins/Mixin_Application/wrong_type_t06: Crash
464 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError 449 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError
465 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError 450 Language/Mixins/declaring_constructor_t02: MissingCompileTimeError
466 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError 451 Language/Mixins/declaring_constructor_t03: MissingCompileTimeError
467 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError 452 Language/Mixins/declaring_constructor_t04: MissingCompileTimeError
468 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError 453 Language/Mixins/declaring_constructor_t07: MissingCompileTimeError
469 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError 454 Language/Mixins/declaring_constructor_t08: MissingCompileTimeError
470 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError 455 Language/Mixins/declaring_constructor_t09: MissingCompileTimeError
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 780 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
796 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 781 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
797 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 782 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
798 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 783 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
799 Language/Statements/Try/syntax_t12: MissingCompileTimeError 784 Language/Statements/Try/syntax_t12: MissingCompileTimeError
800 Language/Variables/final_t03: MissingCompileTimeError 785 Language/Variables/final_t03: MissingCompileTimeError
801 786
802 # dartk: precompilation failures (debug) 787 # dartk: precompilation failures (debug)
803 [ $compiler == dartkp && $mode == debug ] 788 [ $compiler == dartkp && $mode == debug ]
804 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 789 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/kompile.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698