Sha256: 821a0277b7e33bfeb95541023a4bc6cf920910a1832a4f51e5a39650eaa2d238

Contents?: true

Size: 861 Bytes

Versions: 5

Compression:

Stored size: 861 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,trace-pc-guard"', {
      'variables': {
        'files': [
          '../sanitizers/sancov_merger.py',
          '../../third_party/llvm/projects/compiler-rt/lib/sanitizer_common/scripts/sancov.py',
        ],
      },
    }],
    ['is_gn==1', {
      'variables': {
        'files': [
          '<(PRODUCT_DIR)/v8_build_config.json',
        ],
      },
    }],
    ['lsan==1', {
      'variables': {
        'files': [
          '../memory/lsan/suppressions.txt',
        ],
      },
    }],
  ],
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
libv8-6.0.286.54.1 vendor/v8/tools/testrunner/testrunner.isolate
libv8-6.0.286.54.0 vendor/v8/tools/testrunner/testrunner.isolate
libv8-6.0.286.54.0beta2 vendor/v8/tools/testrunner/testrunner.isolate
libv8-6.0.286.54.0beta1 vendor/v8/tools/testrunner/testrunner.isolate
libv8-6.0.286.44.0beta1 vendor/v8/tools/testrunner/testrunner.isolate