8b597e291b
Reland of: https://codereview.chromium.org/2592663004/ BUG=chromium:656900 TBR=yangguo@chromium.org, glider@chromium.org, titzer@chromium.org Change-Id: I89b5c6b7a4214e25b4fea6d2ee33cd31b47320cc Reviewed-on: https://chromium-review.googlesource.com/435319 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#42846}
39 lines
846 B
Plaintext
39 lines
846 B
Plaintext
# 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',
|
|
],
|
|
},
|
|
}],
|
|
['is_gn==1', {
|
|
'variables': {
|
|
'files': [
|
|
'<(PRODUCT_DIR)/v8_build_config.json',
|
|
],
|
|
},
|
|
}],
|
|
['lsan==1', {
|
|
'variables': {
|
|
'files': [
|
|
'../memory/lsan/suppressions.txt',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|