| Index: tools/run-deopt-fuzzer.isolate
|
| diff --git a/tools/check-static-initializers.isolate b/tools/run-deopt-fuzzer.isolate
|
| similarity index 62%
|
| copy from tools/check-static-initializers.isolate
|
| copy to tools/run-deopt-fuzzer.isolate
|
| index d1197d3d6c998faf82ab4b3d5721f9d3a8cbdcc8..196fb5dbbc2f4f7f449662946ed848cb068c9759 100644
|
| --- a/tools/check-static-initializers.isolate
|
| +++ b/tools/run-deopt-fuzzer.isolate
|
| @@ -4,13 +4,16 @@
|
| {
|
| 'variables': {
|
| 'command': [
|
| - 'check-static-initializers.sh',
|
| + 'run-deopt-fuzzer.py',
|
| ],
|
| 'files': [
|
| - 'check-static-initializers.sh',
|
| + 'run-deopt-fuzzer.py',
|
| ],
|
| },
|
| 'includes': [
|
| + 'testrunner/testrunner.isolate',
|
| '../src/d8.isolate',
|
| + '../test/mjsunit/mjsunit.isolate',
|
| + '../test/webkit/webkit.isolate',
|
| ],
|
| }
|
|
|