aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-11-21 17:24:50 -0800
committerGravatar yang-g <yangg@google.com>2017-11-21 17:24:50 -0800
commit704009a19869e9ec46e70c6d16bc5399e010fccc (patch)
tree3cdba6be341541d421b0f2f71079a948b762546a /tools
parentd88421a995bf473202ecf0650eb8339a3cea3e93 (diff)
Enable check for use-after-dtor
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/generated/configs.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/run_tests/generated/configs.json b/tools/run_tests/generated/configs.json
index abbe76d60c..fee8290efe 100644
--- a/tools/run_tests/generated/configs.json
+++ b/tools/run_tests/generated/configs.json
@@ -20,7 +20,10 @@
}
},
{
- "config": "msan"
+ "config": "msan",
+ "environ": {
+ "MSAN_OPTIONS": "poison_in_dtor=1"
+ }
},
{
"config": "basicprof"