Commit 78b747e
committed
MB-57824: gtest: Set env vars for all Sanitizers, not just TSan
(Backport to fix Asan issues on neo branch under MB-59356)
When passing env vars to gtest_discover_tests() to be added to the
test suites it discovers, pass env vars for Asan & UBsan, not just
TSan.
Note this depends on the linked tlm change which introduces
GTEST_ALL_SANITIZERS_ENV.
Change-Id: I1db6482974584242fb3923d0bc1ca701e982f881
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/200494
Well-Formed: Restriction Checker
Reviewed-by: Paolo Cocchi <[email protected]>
Tested-by: Dave Rigby <[email protected]>1 parent 9e12645 commit 78b747e
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
0 commit comments