2017-11-10 13:46:31 +00:00
|
|
|
# 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': {
|
2017-11-14 08:58:01 +00:00
|
|
|
'command': [
|
|
|
|
'run-deopt-fuzzer.py',
|
|
|
|
],
|
2017-11-10 13:46:31 +00:00
|
|
|
'files': [
|
|
|
|
'run-deopt-fuzzer.py',
|
|
|
|
'run-gc-fuzzer.py',
|
2018-01-19 16:13:05 +00:00
|
|
|
'run-num-fuzzer.py',
|
2017-11-10 13:46:31 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'testrunner/testrunner.isolate',
|
|
|
|
'../src/d8.isolate',
|
2018-01-16 16:08:30 +00:00
|
|
|
'../test/benchmarks/benchmarks.isolate',
|
2017-11-10 13:46:31 +00:00
|
|
|
'../test/mjsunit/mjsunit.isolate',
|
|
|
|
'../test/webkit/webkit.isolate',
|
|
|
|
],
|
|
|
|
}
|