Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 2974683003: Fix remaining failures from earlier CL (that switched kernel-service and dart2js (Closed)

Created:
3 years, 5 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 5 months ago
Reviewers:
ahe, Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix remaining failures from earlier CL (that switched kernel-service and dart2js 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. Committed: https://github.com/dart-lang/sdk/commit/cc567226a823d41311eb5c09cf7e894afc1fc4c6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M tests/compiler/dart2js/dill_loader_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M utils/kernel-service/kernel-service.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (4 generated)
Siggi Cherem (dart-lang)
TBR
3 years, 5 months ago (2017-07-08 17:26:40 UTC) #4
Siggi Cherem (dart-lang)
Committed patchset #1 (id:1) manually as cc567226a823d41311eb5c09cf7e894afc1fc4c6 (presubmit successful).
3 years, 5 months ago (2017-07-08 17:26:56 UTC) #6
Paul Berry
3 years, 5 months ago (2017-07-10 15:24:50 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698