Update front-end status for added tests and changed results

Added tests and changes to constant implementation have changed
the result of the front-end compiler on some tests.

Change-Id: I112027f2ca5ed72cc640ce01f577e498020866f7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98356
Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
William Hesse 2019-04-01 15:52:08 +00:00
parent 87de68341f
commit 1e77c187c8
2 changed files with 6 additions and 3 deletions

View file

@ -325,9 +325,6 @@ LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t09: MissingCompileTi
LanguageFeatures/Constant-update-2018/EqualityOperator_A01_t10: MissingCompileTimeError
LanguageFeatures/Constant-update-2018/NewOperators_A01_t01: CompileTimeError
LanguageFeatures/Constant-update-2018/NewOperators_A01_t02: CompileTimeError
LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t01: Crash
LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A03_t02: Crash
LanguageFeatures/Control-flow-collections/dynamic_semantics_map_A04_t01: MissingCompileTimeError
LanguageFeatures/Control-flow-collections/scoping_A01_t01: CompileTimeError # co19 test error.
LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t01: Crash
LanguageFeatures/Instantiate-to-bound/class/dynamic/class_FutureOr_l1_t02: CompileTimeError

View file

@ -250,6 +250,12 @@ web_int_literals_test/*: SkipByDesign # Test applies only to JavaScript targets
async_return_types_test/nestedFuture: MissingCompileTimeError # Issue 33068
const_cast2_test/01: CompileTimeError # Issue 32517
const_cast2_test/none: CompileTimeError # Issue 32517
constants_2018/equals_test/01: MissingCompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
constants_2018/equals_test/02: MissingCompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
constants_2018/equals_test/03: MissingCompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
constants_2018/equals_test/04: MissingCompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
constants_2018/potential_const_dynamic_test/sh3: CompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
constants_2018/potential_const_type_test/sh3: CompileTimeError # New test introduced in https://dart-review.googlesource.com/c/sdk/+/97510
deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 30273.
deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 30273.
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 30273.