test262.isolate 476 Bytes
Newer Older
1 2 3 4 5 6
# Copyright 2015 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': {
    'files': [
7
      'data.tar',
littledan's avatar
littledan committed
8
      'detachArrayBuffer.js',
9
      'harness-adapt.js',
binji's avatar
binji committed
10
      'harness-agent.js',
11 12
      'test262.status',
      'testcfg.py',
13
      'local-tests/',
14 15 16 17 18 19
    ],
  },
  'includes': [
    '../../src/d8.isolate',
    '../../tools/testrunner/testrunner.isolate',
  ],
20
}