b6a6f675bc
Temporary fix for isolate archiver behaving weirdly when the command is missing. NOTRY=true TBR=sergiyb@chromium.org Bug: v8:7012 Change-Id: I1ccee6be16605426e74b6c4a0379fa502106e5a9 Reviewed-on: https://chromium-review.googlesource.com/768727 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#49344}
21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
# Copyright 2017 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
{
|
|
'variables': {
|
|
'command': [
|
|
'run-deopt-fuzzer.py',
|
|
],
|
|
'files': [
|
|
'run-deopt-fuzzer.py',
|
|
'run-gc-fuzzer.py',
|
|
],
|
|
},
|
|
'includes': [
|
|
'testrunner/testrunner.isolate',
|
|
'../src/d8.isolate',
|
|
'../test/mjsunit/mjsunit.isolate',
|
|
'../test/webkit/webkit.isolate',
|
|
],
|
|
}
|