mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
[vm] Fix langauge_2_kernel.status after 93301
Change-Id: I79f57caea89356e7505a07ebd911c8732fccd816 Reviewed-on: https://dart-review.googlesource.com/c/93542 Reviewed-by: Samir Jindel <sjindel@google.com> Commit-Queue: Samir Jindel <sjindel@google.com> Auto-Submit: Samir Jindel <sjindel@google.com>
This commit is contained in:
parent
273856c6e3
commit
c635896e1b
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,6 @@ control_flow_collections/for_test: Crash
|
|||
control_flow_collections/for_variable_test: Crash
|
||||
control_flow_collections/if_const_test: Crash
|
||||
control_flow_collections/if_inference_test: CompileTimeError
|
||||
control_flow_collections/if_promotion_test/none: CompileTimeError
|
||||
control_flow_collections/if_test: Crash
|
||||
control_flow_collections/map_set_ambiguity_test: CompileTimeError
|
||||
control_flow_collections/syntax_error_test/09: Crash
|
||||
|
@ -248,6 +247,7 @@ 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
|
||||
control_flow_collections/if_promotion_test/none: CompileTimeError
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue