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
*
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
*
Un-break tsan_rv after the recent UI-test-names change for other POSIX tools
timurrrr@chromium.org
2011-11-22
1
-1
/
+2
*
Update chrome_tests.sh to run DrMemory from Cygwin
timurrrr@chromium.org
2011-11-22
1
-2
/
+3
*
Find out the Webkit layout_tests names by reading their stdout
timurrrr@chromium.org
2011-11-12
1
-11
/
+31
*
Follow-up fix: use /bin/bash instead of /bin/sh for the browser wrapper
timurrrr@chromium.org
2011-11-11
1
-1
/
+1
*
Print out the ui_test test case in the reports
timurrrr@chromium.org
2011-11-11
1
-6
/
+22
*
Drop 'boring callers' from the HeapChecker reports
timurrrr@chromium.org
2011-11-09
1
-15
/
+8
*
Add a couple of more 'boring' callers to be stripped when printing memory too...
timurrrr@chromium.org
2011-10-21
1
-2
/
+3
*
Reuse BaseTool.Execute in EmbeddedTool.
glider@chromium.org
2011-10-17
1
-31
/
+74
*
Add DispatchToMethod to the list of 'boring' callers
timurrrr@chromium.org
2011-10-12
1
-1
/
+3
*
Add one more & unify 'boring' callers among our memory tools
timurrrr@chromium.org
2011-10-07
1
-3
/
+9
*
Update the Dr. Memory info page URL
timurrrr@chromium.org
2011-10-06
1
-1
/
+1
*
update to use latest drmem output filtering
bruening@google.com
2011-10-04
1
-1
/
+10
*
Set DYLD_NO_PIE=1 on Mac when running ASan.
glider@chromium.org
2011-09-24
1
-0
/
+2
*
Use a shell wrapper to run ASan tests until process chaining is implemented.
glider@chromium.org
2011-09-23
1
-21
/
+18
*
Implement the EmbeddedTool class in valgrind_test.py to allow running tools t...
glider@chromium.org
2011-09-22
1
-0
/
+55
*
Random cleanup in valgrind_test.py.
thestig@chromium.org
2011-09-15
1
-6
/
+2
*
Valgrind: Fix webkit layout tests since they no longer use BROWSER_WRAPPER. U...
thestig@chromium.org
2011-09-13
1
-10
/
+27
*
Fix wrong wording in drmemory vs drmemory_light TODO comment
timurrrr@chromium.org
2011-09-09
1
-2
/
+2
*
Add drmemory_light and drmemory_full modes [unaddr-only vs full]
timurrrr@chromium.org
2011-09-09
1
-13
/
+12
*
Fix the extra "--" flag for ui_tests
timurrrr@chromium.org
2011-09-02
1
-2
/
+1
*
Partially revert the last valgrind_test.py change to fix the ui_tests command...
timurrrr@chromium.org
2011-09-02
1
-1
/
+2
*
Add support for client program options when using "-t cmdline"
timurrrr@chromium.org
2011-09-02
1
-0
/
+1
*
Propagate unknown --tool_flags to Dr. Memory as we do for Valgrind
timurrrr@chromium.org
2011-08-08
1
-10
/
+7
*
Suppress uninitialized read reports below GetStandardColorSpaceProfile
timurrrr@chromium.org
2011-08-08
1
-0
/
+11
*
Fix a stupid typo in the Dr. Memory runner script
timurrrr@chromium.org
2011-08-04
1
-1
/
+1
*
Force libjpeg_turbo to use MMX
timurrrr@chromium.org
2011-08-04
1
-0
/
+1
*
Update Dr. Memory invocation scripts
timurrrr@chromium.org
2011-07-18
1
-0
/
+11
*
Shorten the TSan output
timurrrr@chromium.org
2011-06-20
1
-0
/
+2
[next]