9cf7cb4c67
Reason for revert:
Breaks mac asan. Need to keep leak check off on mac.
Original issue's description:
> [test] Add back lsan leak detection
>
> BUG=chromium:662388
> TBR=yangguo@chromium.org, glider@chromium.org, titzer@chromium.org
>
> Review-Url: https://codereview.chromium.org/2592663004
> Cr-Commit-Position: refs/heads/master@{#42815}
> Committed: e196d00df5
TBR=yangguo@chromium.org,glider@chromium.org,titzer@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:662388
Review-Url: https://codereview.chromium.org/2667993002
Cr-Commit-Position: refs/heads/master@{#42816}
32 lines
715 B
Plaintext
32 lines
715 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',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|