Sha256: 29322d64e27192b092f84fcea0e59dc073e467aac455f784012ec75909f2953a

Contents?: true

Size: 579 Bytes

Versions: 5

Compression:

Stored size: 579 Bytes

Contents

# 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': {
    'command': [
      '../run-tests.py',
    ],
    'files': [
      '../run-tests.py',
      './'
    ],
  },
  'conditions': [
    ['coverage==1 and sanitizer_coverage=="bb"', {
      'variables': {
        'files': [
          '../sanitizers/sancov_merger.py',
          '../../third_party/llvm/projects/compiler-rt/lib/sanitizer_common/scripts/sancov.py',
        ],
      },
    }],
  ],
}

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
node-compiler-0.9.1 vendor/node/deps/v8/tools/testrunner/testrunner.isolate
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/tools/testrunner/testrunner.isolate
node-compiler-0.8.0 vendor/node-v7.2.0/deps/v8/tools/testrunner/testrunner.isolate
node-compiler-0.7.0 vendor/node-v6.9.1/deps/v8/tools/testrunner/testrunner.isolate
node-compiler-0.7.0 vendor/node-v7.1.0/deps/v8/tools/testrunner/testrunner.isolate