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