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

Issue 1309493002: Add a hacky hook to override the loader behavior. (Closed)

Created:
5 years, 4 months ago by nweiz
Modified:
5 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org, kevmoo, abarth
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a hacky hook to override the loader behavior. This is specifically to allow Sky to get sky_shell support into the test runner immediately. It's temporary; it'll last until we land proper plugin support. See #320 R=rnystrom@google.com Committed: https://github.com/dart-lang/test/commit/f8f698f0507ce8c0dcdd3d6cc4a55a9ca6c39c60

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes #

Total comments: 2

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -2 lines) Patch
M CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
A lib/src/runner/hack_load_vm_file_hook.dart View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M lib/src/runner/loader.dart View 1 2 chunks +8 lines, -1 line 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (1 generated)
nweiz
5 years, 4 months ago (2015-08-20 21:22:14 UTC) #2
Bob Nystrom
https://codereview.chromium.org/1309493002/diff/1/lib/src/runner/loader.dart File lib/src/runner/loader.dart (right): https://codereview.chromium.org/1309493002/diff/1/lib/src/runner/loader.dart#newcode44 lib/src/runner/loader.dart:44: static LoadVMFileHook loadVMFileHook; Maybe put this in a separate ...
5 years, 4 months ago (2015-08-20 22:04:47 UTC) #3
nweiz
Code review changes
5 years, 4 months ago (2015-08-20 22:18:57 UTC) #4
nweiz
https://codereview.chromium.org/1309493002/diff/1/lib/src/runner/loader.dart File lib/src/runner/loader.dart (right): https://codereview.chromium.org/1309493002/diff/1/lib/src/runner/loader.dart#newcode44 lib/src/runner/loader.dart:44: static LoadVMFileHook loadVMFileHook; On 2015/08/20 22:04:47, Bob Nystrom wrote: ...
5 years, 4 months ago (2015-08-20 22:19:02 UTC) #5
Bob Nystrom
lgtm https://codereview.chromium.org/1309493002/diff/20001/lib/src/runner/hack_load_vm_file_hook.dart File lib/src/runner/hack_load_vm_file_hook.dart (right): https://codereview.chromium.org/1309493002/diff/20001/lib/src/runner/hack_load_vm_file_hook.dart#newcode17 lib/src/runner/hack_load_vm_file_hook.dart:17: static loadVMFileHook; "static" -> "LoadVMFileHook".
5 years, 4 months ago (2015-08-20 22:27:38 UTC) #6
nweiz
Code review changes
5 years, 4 months ago (2015-08-21 00:07:58 UTC) #7
nweiz
https://codereview.chromium.org/1309493002/diff/20001/lib/src/runner/hack_load_vm_file_hook.dart File lib/src/runner/hack_load_vm_file_hook.dart (right): https://codereview.chromium.org/1309493002/diff/20001/lib/src/runner/hack_load_vm_file_hook.dart#newcode17 lib/src/runner/hack_load_vm_file_hook.dart:17: static loadVMFileHook; On 2015/08/20 22:27:38, Bob Nystrom wrote: > ...
5 years, 4 months ago (2015-08-21 00:08:09 UTC) #8
nweiz
5 years, 4 months ago (2015-08-21 00:10:28 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
f8f698f0507ce8c0dcdd3d6cc4a55a9ca6c39c60 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698