-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Description
I'm working on https://dart-review.googlesource.com/c/sdk/+/425862.
The current CL makes pkg/vm/test/unlinked_ast_to_text_test fail.
The error starts with:
Unhandled exception:
Reference to dart:async::ZoneDelegate is not bound to an AST node. An extension type declaration was expected
#0 Reference.asExtensionTypeDeclaration (package:kernel/canonical_name.dart:559:7)
#1 ExtensionType.extensionTypeDeclaration (package:kernel/src/ast/types.dart:1439:41)
#2 ExtensionType.nullability (package:kernel/src/ast/types.dart:1468:16)
#3 Printer.visitExtensionType (package:kernel/text/ast_to_text.dart:2639:27)
I don't know why there is no AST node for the ZoneDelegate extension type, it's in the source.
Marking the test as failing.
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub team