index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
valgrind
/
valgrind_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable warnings about unaddressable prefetches in Dr. Memory.
bruening
2015-01-31
1
-0
/
+3
*
Do not override CHROME_DEVEL_SANDBOX in tools/valgrind/valgrind_test.py
earthdok
2015-01-28
1
-6
/
+0
*
Reland https://codereview.chromium.org/823313002/: Remove the TSan-related co...
glider
2014-12-30
1
-365
/
+6
*
Revert of Remove the TSan-related code from the scripts in tools/valgrind (pa...
stgao
2014-12-29
1
-6
/
+365
*
Remove the TSan-related code from the scripts in tools/valgrind
glider
2014-12-29
1
-365
/
+6
*
Update Dr. Memory issue tracker and home page references to GitHub now that D...
bruening
2014-12-03
1
-5
/
+5
*
Check that the user doesn't try to run ASan-built binaries under Valgrind etc
timurrrr
2014-10-02
1
-40
/
+0
*
Disable delete mismatch on Dr.Memory bot
zhaoqin
2014-09-19
1
-0
/
+4
*
Valgrind: Revert bad part of r263343.
thestig@chromium.org
2014-04-12
1
-1
/
+1
*
Cleanup: Make a small tweak to valgrind_test.py.
thestig@chromium.org
2014-04-11
1
-2
/
+2
*
Re-enable Dr. Memory's -callstack_use_top_fp_selectively option for Chrome, g...
bruening@google.com
2014-02-24
1
-3
/
+0
*
Remove Dr. Memory exclusion for ProxyScriptFetcherImplTest.NoCache.
bruening@google.com
2013-12-13
1
-3
/
+0
*
Disable -soft_kills in Dr. Memory to avoid hangs with the new python testserver.
bruening@google.com
2013-12-12
1
-0
/
+3
*
Fix invalid constructor arguments to tsan_analyze.py
kjellander@chromium.org
2013-10-17
1
-2
/
+2
*
Memory scripts: Accept --build-dir in addition to --build_dir.
thakis@chromium.org
2013-10-02
1
-3
/
+3
*
To focus on uninit and unaddr errors, we disable memory leak detection in Dr....
zhaoqin@google.com
2013-09-12
1
-0
/
+3
*
valgrind: Fix running webkit-tests.
sadrul@chromium.org
2013-08-22
1
-1
/
+5
*
Update the file prefix cutters for TSan and Memcheck
timurrrr@chromium.org
2013-07-12
1
-0
/
+2
*
Valgrind: Do not use the sandbox for layout tests.
thestig@chromium.org
2013-05-29
1
-6
/
+6
*
Exclude lsb_release from running under Valgrind
rnk@chromium.org
2013-02-19
1
-0
/
+2
*
Remove tsan_gcc from valgrind_test.py
glider@chromium.org
2013-02-19
1
-52
/
+0
*
Use the winheap allocator for TSan/Win
timurrrr@chromium.org
2013-02-06
1
-0
/
+7
*
Add support for running layout tests under Dr. Memory
rnk@chromium.org
2012-12-18
1
-5
/
+17
*
add -dr_ops before each ops used by -dr_ops
zhaoqin@google.com
2012-11-02
1
-3
/
+5
*
add quotes around -stderr_mask 12 for browser wrapper
zhaoqin@google.com
2012-11-02
1
-1
/
+1
*
Enable error messages such as Dr. Memory crashes on stderr so we can distingu...
bruening@google.com
2012-11-01
1
-2
/
+4
*
Valgrind: Fix a minor nit and add some more processes to not trace into.
thestig@chromium.org
2012-08-31
1
-0
/
+2
*
Update for latest Dr. Memory:
bruening@google.com
2012-08-28
1
-1
/
+1
*
Valgrind: Do not trace Perl or Python processes when tracing child processes.
thestig@chromium.org
2012-06-23
1
-0
/
+2
*
Unset CHROME_DEVEL_SANDBOX before running Valgrind tests.
rnk@chromium.org
2012-06-22
1
-1
/
+7
*
add drmemory_pattern for drmemory pattern mode test
zhaoqin@google.com
2012-06-21
1
-4
/
+9
*
Fix WebKit layout Valgrind runner, part 2
timurrrr@chromium.org
2012-06-07
1
-26
/
+23
*
Fix WebKit layout Valgrind runner, part 1 - avoid mismatching output on ALL t...
timurrrr@chromium.org
2012-06-06
1
-1
/
+1
*
Valgrind: Detect the situation when layout tests finishes too quickly.
thestig@chromium.org
2012-05-13
1
-13
/
+19
*
DrMemory: Turn off -callstack_use_top_fp_selectively.
rnk@chromium.org
2012-03-29
1
-0
/
+3
*
change temp log dir and --keep_logs log dir and symcache dir to all be inside...
bruening@google.com
2012-03-21
1
-4
/
+28
*
replace -no_check_uninitialized and -no_count_leaks with -light
zhaoqin@google.com
2012-03-21
1
-5
/
+5
*
Make it possible to run tsan on Cygwin via chrome_tests.sh.
rnk@chromium.org
2012-02-22
1
-2
/
+4
*
Fix tsan_rv as it was broken due to recent "testcase" failures
timurrrr@chromium.org
2011-12-08
1
-1
/
+0
*
Make Timur's recent drmemory script changes work on Cygwin.
rnk@chromium.org
2011-12-06
1
-1
/
+1
*
Fix rare logdir races by adding "_logdirfilecount" to the 'PID' when generati...
timurrrr@chromium.org
2011-12-06
1
-7
/
+8
*
Fix valgrind_test.py to use the current version of GCC.
glider@chromium.org
2011-12-05
1
-2
/
+4
*
Split Dr.Memory suppressions into two parts: lightmode-only and all the others
timurrrr@chromium.org
2011-12-02
1
-1
/
+4
*
Set up Dr.Memory symcache to speed up loading Chrome with BROWSER_WRAPPER
timurrrr@chromium.org
2011-11-30
1
-0
/
+15
*
Fix python scripts in src/tools/
maruel@chromium.org
2011-11-29
1
-0
/
+0
*
Fix python scripts in src/tools/
maruel@chromium.org
2011-11-29
1
-7
/
+0
*
Make DrMemory.ToolName() return all lowercase "drmemory"
rnk@chromium.org
2011-11-29
1
-3
/
+1
*
Fix ui_tests under Dr. Memory on the bot - use an absolute path for the brows...
timurrrr@chromium.org
2011-11-25
1
-2
/
+3
*
Set up python BROWSER_WRAPPER for ui_tests under Dr. Memory
timurrrr@chromium.org
2011-11-24
1
-6
/
+46
*
Interleave DrMemory's error reports, but disable summaries and startup info.
rnk@google.com
2011-11-22
1
-1
/
+8
[next]