summaryrefslogtreecommitdiffstats
path: root/testing/test_env.py
Commit message (Expand)AuthorAgeFilesLines
* Don't silently swallow error about symbolize script not existing.thakis2016-01-291-3/+5
* Make path to asan_symbolize.py absolute in test_env.pyNico Weber2016-01-291-3/+4
* Re-land r318035 "Remove LSan options/suppressions from test_env.py."earthdok2015-02-251-4/+0
* Revert of Remove LSan options/suppressions from test_env.py. (patchset #1 id:...phoglund2015-02-251-0/+4
* Remove LSan options/suppressions from test_env.py.earthdok2015-02-251-4/+0
* Assign symbolization_options on all the execution pathstimurrrr2015-02-121-1/+4
* Don't use LLVM_SYMBOLIZER_PATH and ASAN_OPTIONS=symbolize=0 on Windowstimurrrr2015-02-121-3/+9
* Fix report symbolization on swarming bots.glider2015-02-061-4/+8
* Re-enable sandboxing on the Clang ASan Windows bots +testsTimur Iskhodzhanov2015-02-051-4/+3
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-041-34/+55
* Symbolize JSON output snippets in swarming ASan runs.earthdok2015-01-291-3/+41
* test_env.py: Disable sandbox on clang/win for now.Nico Weber2015-01-281-0/+3
* Remove obsolete sandbox disabling logic from testing/test_env.py.earthdok2015-01-271-37/+11
* Make running asanified tests on swarming work on Windows.thakis2015-01-271-1/+2
* Pass extra env variables also to the symbolizer script.vadimsh2014-10-201-2/+3
* Set LLVM_SYMBOLIZER_PATH in test_env.py.vadimsh2014-10-201-0/+2
* Pass G_SLICE=always-malloc to swarmed ASan tasks.earthdok2014-10-161-4/+1
* Fix LSan on swarming.John Abd-El-Malek2014-10-151-19/+90
* Convert env to a defaultdict in run_executable() to fix other callers of that...glider2014-10-091-2/+2
* Fix Linux ASAN bots failing.John Abd-El-Malek2014-10-091-1/+1
* Keep the environment in a defaultdict so that it's possible to append valuesglider2014-10-091-1/+3
* Fix Mac ASAN on swarming and enable ASAN symbolization.John Abd-El-Malek2014-10-091-1/+27
* Pass lsan GYP variable to swarming's test_env so that we can disable the sand...jam2014-09-301-10/+12
* Only remove CHROME_SANDBOX_ENV from env if it is present.jln@chromium.org2013-06-251-1/+2
* testing/test_env.py: don't silently disable the sandboxjln@chromium.org2013-06-251-3/+5
* Enable Chrome Sandbox with in test_env.pycsharp@chromium.org2012-08-301-0/+38
* Fix errors in xvfb.py and run_test_from_archive.pymaruel@chromium.org2012-08-291-1/+1
* Set LANG variable in test_env.pycsharp@chromium.org2012-08-141-1/+1
* Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable ove...maruel@chromium.org2012-07-261-0/+4
* Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D...maruel@chromium.org2012-06-271-3/+0
* Copy fix_python_path() in more standalone files.maruel@chromium.org2012-05-311-2/+11
* Adjust Paths before Executioncsharp@chromium.org2012-05-231-0/+2
* Implement dtrace log parsing for MacOSX.maruel@chromium.org2012-03-161-1/+5
* Separate xvfb.py logic into its own scriptmaruel@chromium.org2012-03-091-0/+36