DescriptionFix parsing of ClosureCreation kernel nodes in VM.
Summary:
Previously, the VM would crash when it encountered a ClosureCreation node
because it was not aware of the new type arguments field.
Now, it skips the type arguemnts field, which allows many tests to pass again,
even though it doesn't correct forward the type arguments at runtime.
Test Plan:
Removed expected failure lines for all the tests added in my prior
CL (introducing the new field).
BUG=
R=dmitryas@google.com, jensj@google.com
Reviewers: dmitryas@google.com
Committed: https://github.com/dart-lang/sdk/commit/e80b42a2358c8d1275a639aab99986b6dd6cb7ba
Patch Set 1 #
Total comments: 6
Patch Set 2 : Cosmetic fixes. #
Messages
Total messages: 11 (5 generated)
|