cc567226a8
to use the public frontend apis.) * As part of the refactor I made kernel-service truncate the .dill file it sends to the VM so it excludes the SDK code. This works in most cases, but caused 26 failures in debug mode. The error matches what I saw in Issue #30111. * Some Dart2js tests using --use-sdk failed to run because they tried to find platform.dill incorrectly. Our bots do have it available, we just have to make sure to resolve it based on the build configuraiton and not based on the SDK executable. Review-Url: https://codereview.chromium.org/2974683003 .