From f54e66777315e188edba01fbb97743257b64916d Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Tue, 31 May 2016 10:45:20 -0700 Subject: [PATCH] Co19 fixes for analyzer and runtime. The runtime fix is from whesse@google.com. R=whesse@google.com Review URL: https://codereview.chromium.org/2023763008 . --- tests/co19/co19-analyzer2.status | 33 ++++++++++++++++++++++++++++++-- tests/co19/co19-runtime.status | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status index 0226c5dd266..8ee787d55ed 100644 --- a/tests/co19/co19-analyzer2.status +++ b/tests/co19/co19-analyzer2.status @@ -394,7 +394,6 @@ Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01: MissingCompileTimeError # Issue 25496 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02: MissingCompileTimeError # Issue 25496 Language/Expressions/Property_Extraction/Anonymous_Constructor_Extraction: CompileTimeError # Issue 23777 -Language/Expressions/Property_Extraction/General_Closurization: CompileTimeError # Issue 23777 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: CompileTimeError # Issue 23777 Language/Expressions/Property_Extraction/Named_Constructor_Extraction: CompileTimeError # Issue 23777 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization: CompileTimeError # Issue 23777 @@ -404,7 +403,7 @@ Language/Mixins/Mixin_Application/static_warning_t01: CompileTimeError # Issue 2 Language/Mixins/Mixin_Application/static_warning_t02: CompileTimeError # Issue 26409 Language/Mixins/Mixin_Application/superinterfaces_t06: CompileTimeError # Issue 26409 Language/Mixins/Mixin_Application/superinterfaces_t07: CompileTimeError # Issue 26409 -Language/Mixins/Mixin_Application/syntax_t11: CompileTimeError # Issue 26409 +Language/Mixins/Mixin_Application/syntax_t11: StaticWarning, CompileTimeError # Issue 26409 Language/Mixins/Mixin_Application/syntax_t12: CompileTimeError # Issue 26409 Language/Mixins/Mixin_Application/syntax_t13: CompileTimeError # Issue 26409 Language/Mixins/Mixin_Application/syntax_t14: CompileTimeError # Issue 26409 @@ -419,3 +418,33 @@ Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompileTimeError # Issue 25495 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompileTimeError # Issue 25495 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompileTimeError # Issue 25495 + +Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/identical_t01: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/identical_t02: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/identical_t03: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/positional_parameters_t01: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/named_parameters_t01: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identical_t01: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identical_t02: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Named_Constructor_Closurization/positional_parameters_t01: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/Named_Constructor_Closurization/named_parameters_t01: CompileTimeError # Issue 23777 +Language/Expressions/Identifier_Reference/evaluation_library_or_getter_t05: StaticWarning # Misspelled "@static-waning" +LibTest/core/Set/IterableBase_A01_t01: StaticWarning # Imports libraries with static warnings +LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: StaticWarning # Imports libraries with static warnings +LibTest/collection/IterableBase/IterableBase_class_A01_t02: StaticWarning # Imports libraries with static warnings +LibTest/collection/HashSet/HashSet_class_A01_t01: StaticWarning # Imports libraries with static warnings +Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t05: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t06: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/method_lookup_t07: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t05: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t06: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t07: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t08: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/getter_lookup_t09: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t05: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t06: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t07: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t08: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/setter_lookup_t09: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/static_type_t06: CompileTimeError # Issue 23777 +Language/Expressions/Property_Extraction/General_Closurization/static_type_t07: CompileTimeError # Issue 23777 diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index b38ae0b973b..62b62abbf21 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -52,7 +52,7 @@ Language/Libraries_and_Scripts/Parts/syntax_t06: Fail LibTest/core/List/List_class_A01_t02: Pass, Slow [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $system == windows ] -Language/Expressions/Function_Invocation/async_invokation_t04: RuntimeError # Issue 26574 +Language/Expressions/Function_Invocation/async_invokation_t04: Pass, RuntimeError # co19 issue 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($arch != x64 && $arch != simarm64 && $arch != arm64) ] LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129