Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: tools/valgrind/valgrind_test.py

Issue 335026: Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests valgri... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/valgrind.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/valgrind_test.py
===================================================================
--- tools/valgrind/valgrind_test.py (revision 30042)
+++ tools/valgrind/valgrind_test.py (working copy)
@@ -257,6 +257,8 @@
logging.info("export G_SLICE=always-malloc");
os.putenv("NSS_DISABLE_ARENA_FREE_LIST", "1")
logging.info("export NSS_DISABLE_ARENA_FREE_LIST=1");
+ os.putenv("GTEST_DEATH_TEST_USE_FORK", "1")
+ logging.info("export GTEST_DEATH_TEST_USE_FORK=1");
common.RunSubprocess(proc, self._timeout)
« no previous file with comments | « tools/valgrind/valgrind.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698