blob: 4e1419030efd7408d767600e86083be88ad7bebc [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001# Copyright 2015 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'variables': {
6 'files': [
Ben Murdoch097c5b22016-05-18 11:27:45 +01007 'data.tar',
Ben Murdochc5610432016-08-08 18:44:38 +01008 'detachArrayBuffer.js',
Ben Murdoch097c5b22016-05-18 11:27:45 +01009 'harness-adapt.js',
10 'test262.status',
11 'testcfg.py',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000012 ],
13 },
14 'includes': [
15 '../../src/d8.isolate',
16 '../../tools/testrunner/testrunner.isolate',
17 ],
Ben Murdoch097c5b22016-05-18 11:27:45 +010018}