From 117924ed159a78210846303837140a4d5b30d566 Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Thu, 1 Dec 2016 14:48:24 +0100 Subject: [PATCH] Update kernel status files for precompilation after refactoring The tests for which dartk is missing a compile-time error will run the precompiler on the result and will therefore have a different status entry (even though it is caused by dartk). Review URL: https://codereview.chromium.org/2547523002 . --- tests/co19/co19-kernel.status | 74 +++++++++++++++++++++++++++ tests/language/language_kernel.status | 59 +++++++++++++++++++++ 2 files changed, 133 insertions(+) diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status index 81c21ffbde7..3ada69fdb7d 100644 --- a/tests/co19/co19-kernel.status +++ b/tests/co19/co19-kernel.status @@ -248,6 +248,80 @@ Language/Mixins/Mixin_Application/error_t01: DartkMissingCompileTimeError Language/Mixins/Mixin_Application/error_t02: DartkMissingCompileTimeError Language/Mixins/Mixin_Application/syntax_t16: DartkCrash +# dartk: precompilation failures +[ $compiler == dartkp && $runtime == dart_precompiled ] +Language/Enums/syntax_t08: MissingCompileTimeError +Language/Enums/syntax_t09: MissingCompileTimeError +Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t03: MissingCompileTimeError +Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context_invocation_t04: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompileTimeError +Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t18: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t19: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t20: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t21: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t22: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t23: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t24: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t25: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t26: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t27: MissingCompileTimeError +Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError +Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError +Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError +Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError +Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t02: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t03: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t04: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t05: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t06: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t07: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t08: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t09: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t10: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t11: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t12: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t13: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t14: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t15: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t16: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t17: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t18: MissingCompileTimeError +Language/Libraries_and_Scripts/top_level_syntax_t19: MissingCompileTimeError +Language/Statements/Break/label_t03: MissingCompileTimeError +Language/Statements/Break/label_t04: MissingCompileTimeError +Language/Statements/Continue/label_t07: MissingCompileTimeError +Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError +Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError +Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError +Language/Variables/final_t04: MissingCompileTimeError +Language/Variables/final_t05: MissingCompileTimeError +Language/Variables/final_t06: MissingCompileTimeError +Language/Variables/final_t07: MissingCompileTimeError + ############################################################################### # VM Entries ############################################################################### diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status index 9bac94282eb..98ae1fdb5aa 100644 --- a/tests/language/language_kernel.status +++ b/tests/language/language_kernel.status @@ -103,6 +103,65 @@ type_variable_conflict2_test/06: DartkMissingCompileTimeError type_variable_conflict2_test/08: DartkMissingCompileTimeError type_variable_conflict2_test/10: DartkMissingCompileTimeError +# dartk: precompilation failures +[ $compiler == dartkp && $runtime == dart_precompiled ] +const_for_in_variable_test/01: MissingCompileTimeError +constructor_duplicate_final_test/03: MissingCompileTimeError +enum_syntax_test/06: MissingCompileTimeError +external_test/21: MissingCompileTimeError +external_test/24: MissingCompileTimeError +external_test/25: MissingCompileTimeError +final_syntax_test/01: MissingCompileTimeError +final_syntax_test/02: MissingCompileTimeError +final_syntax_test/03: MissingCompileTimeError +final_syntax_test/04: MissingCompileTimeError +mixin_illegal_superclass_test/01: MissingCompileTimeError +mixin_illegal_superclass_test/02: MissingCompileTimeError +mixin_illegal_superclass_test/03: MissingCompileTimeError +mixin_illegal_superclass_test/04: MissingCompileTimeError +mixin_illegal_superclass_test/05: MissingCompileTimeError +mixin_illegal_superclass_test/06: MissingCompileTimeError +mixin_illegal_superclass_test/07: MissingCompileTimeError +mixin_illegal_superclass_test/08: MissingCompileTimeError +mixin_illegal_superclass_test/09: MissingCompileTimeError +mixin_illegal_superclass_test/10: MissingCompileTimeError +mixin_illegal_superclass_test/11: MissingCompileTimeError +mixin_illegal_superclass_test/12: MissingCompileTimeError +mixin_illegal_superclass_test/13: MissingCompileTimeError +mixin_illegal_superclass_test/14: MissingCompileTimeError +mixin_illegal_superclass_test/15: MissingCompileTimeError +mixin_illegal_superclass_test/16: MissingCompileTimeError +mixin_illegal_superclass_test/17: MissingCompileTimeError +mixin_illegal_superclass_test/18: MissingCompileTimeError +mixin_illegal_superclass_test/19: MissingCompileTimeError +mixin_illegal_superclass_test/20: MissingCompileTimeError +mixin_illegal_superclass_test/21: MissingCompileTimeError +mixin_illegal_superclass_test/22: MissingCompileTimeError +mixin_illegal_superclass_test/23: MissingCompileTimeError +mixin_illegal_superclass_test/24: MissingCompileTimeError +mixin_illegal_superclass_test/25: MissingCompileTimeError +mixin_illegal_superclass_test/26: MissingCompileTimeError +mixin_illegal_superclass_test/27: MissingCompileTimeError +mixin_illegal_superclass_test/28: MissingCompileTimeError +mixin_illegal_superclass_test/29: MissingCompileTimeError +mixin_illegal_superclass_test/30: MissingCompileTimeError +mixin_illegal_super_use_test/01: MissingCompileTimeError +mixin_illegal_super_use_test/02: MissingCompileTimeError +mixin_illegal_super_use_test/03: MissingCompileTimeError +mixin_illegal_super_use_test/04: MissingCompileTimeError +mixin_illegal_super_use_test/05: MissingCompileTimeError +mixin_illegal_super_use_test/06: MissingCompileTimeError +mixin_illegal_super_use_test/07: MissingCompileTimeError +mixin_illegal_super_use_test/08: MissingCompileTimeError +mixin_illegal_super_use_test/09: MissingCompileTimeError +mixin_illegal_super_use_test/10: MissingCompileTimeError +mixin_illegal_super_use_test/11: MissingCompileTimeError +multiline_newline_test/04: MissingCompileTimeError +multiline_newline_test/05: MissingCompileTimeError +multiline_newline_test/06: MissingCompileTimeError +regress_27617_test/1: MissingCompileTimeError +type_variable_conflict2_test/02: MissingCompileTimeError + ############################################################################### # VM Entries