summaryrefslogtreecommitdiff
path: root/deps/v8/tools/testrunner/testrunner.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/testrunner/testrunner.isolate')
-rw-r--r--deps/v8/tools/testrunner/testrunner.isolate12
1 files changed, 11 insertions, 1 deletions
diff --git a/deps/v8/tools/testrunner/testrunner.isolate b/deps/v8/tools/testrunner/testrunner.isolate
index 669614b283..1e8e9dccb9 100644
--- a/deps/v8/tools/testrunner/testrunner.isolate
+++ b/deps/v8/tools/testrunner/testrunner.isolate
@@ -11,4 +11,14 @@
'./'
],
},
-} \ No newline at end of file
+ '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',
+ ],
+ },
+ }],
+ ],
+}