mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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 .
This commit is contained in:
parent
8d639129fb
commit
f54e667773
2 changed files with 32 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue