-
Notifications
You must be signed in to change notification settings - Fork 6k
Add Dart AOT integration test #36460
Conversation
|
From PR review triage: Marking as WIP/Draft. |
|
This pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again. |
|
Gold has detected about 7 new digest(s) on patchset 20. |
...rt_runner/tests/startup_integration_test/dart_jit_runner/dart-jit-runner-integration-test.cc
Outdated
Show resolved
Hide resolved
|
auto label is removed for flutter/engine, pr: 36460, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
|
auto label is removed for flutter/engine, pr: 36460, due to Validations Fail. |
akbiggs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
This PR introduces a few changes to the existing Dart JIT integration test and adds the new Dart AOT integration test.
dart_echo_serverdirectory that contains both versions of the Echo server needed by the JIT/AOT integration tests. The versions will match the runner required by their respective test.oot_dart_*_runner. This is just a copy of thedart_*_runnerbut with a custom name. This will avoid conflicting with the Dart runners used in the base Fuchsia image. Changes made to the Dart runner are now picked up as expected.