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
/
code_coverage
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: excise more scons references from the code base
evan@chromium.org
2010-12-03
1
-1
/
+1
*
Print current path for debugging.
jrg@chromium.org
2010-09-27
1
-2
/
+9
*
Adjust linux start path.
jrg@chromium.org
2010-09-25
1
-5
/
+3
*
Disable another choking/forking test.
jrg@chromium.org
2010-09-21
1
-4
/
+10
*
Fix code coverage for Windows.
mad@google.com
2010-08-03
2
-8
/
+16
*
Restore previous dribbling-subprocess-output code for non-Windows.
jrg@chromium.org
2010-07-16
1
-0
/
+39
*
Solving an issue with subprocess.POpen on Windows.
mad@google.com
2010-07-09
1
-18
/
+56
*
Correct mcov execution cwd so it works from either makefiles (target
jrg@chromium.org
2010-06-05
1
-8
/
+26
*
chrome_tests.gypi: give better deps to make sure coverage_bundles.py generate...
jrg@chromium.org
2010-05-26
1
-1
/
+1
*
Fix process kill and "wait for death" on Windows.
jrg@chromium.org
2010-05-25
1
-7
/
+8
*
Exclusion list for problematic tests.
jrg@chromium.org
2010-05-24
2
-0
/
+73
*
coverage: Ignore test failures and continue running other tests.
thestig@chromium.org
2010-05-24
1
-1
/
+1
*
Fix linux coverage directory
jrg@chromium.org
2010-05-24
1
-1
/
+1
*
Handle buildbot directory naming issues.
jrg@chromium.org
2010-05-21
2
-21
/
+131
*
Split coverage into build and run phases in preparation for splitting
jrg@chromium.org
2010-05-18
2
-2
/
+87
*
Kill subprocesses (e.g. unit tests) which appear to be hanging. Use a
jrg@chromium.org
2010-05-06
2
-7
/
+210
*
Hierarchy. Hierarchy. Hierarchy!!!
avi@chromium.org
2010-04-09
1
-1
/
+1
*
New failure:
jrg@chromium.org
2010-02-26
1
-1
/
+2
*
Add resilience in croc to a failed build (e.g. 0 stats generated).
jrg@chromium.org
2010-02-26
2
-0
/
+37
*
coverage_posix.py: use proper root directory for Linux now that
jrg@chromium.org
2009-12-31
1
-4
/
+19
*
Use Xvfb when running the tests.
jrg@chromium.org
2009-12-29
1
-0
/
+63
*
Do not make test failures fatal (since it is so common.)
jrg@chromium.org
2009-12-29
1
-2
/
+3
*
Current status:
jrg@chromium.org
2009-12-17
1
-3
/
+10
*
Now that we append to this file instead of clobbering it each time
jrg@chromium.org
2009-12-07
1
-9
/
+8
*
Modify windows code coverage pattern to dump info once per test and
jrg@chromium.org
2009-12-05
1
-22
/
+34
*
Turn off exclusions for windows coverage
jrg@chromium.org
2009-12-03
1
-2
/
+4
*
Add hard-coded win paths so bb happy.
jrg@chromium.org
2009-12-03
1
-0
/
+4
*
Fix coverage on the Mac.
jrg@chromium.org
2009-10-23
1
-9
/
+32
*
Beginning of code coverage on Windows.
jrg@chromium.org
2009-07-07
1
-23
/
+153
*
Fix Linux code coverage.
jrg@chromium.org
2009-06-22
2
-11
/
+4
*
Trying to re-land r17758 (http://codereview.chromium.org/118247) but with nam...
kuchhal@chromium.org
2009-06-09
1
-3
/
+2
*
Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage.
jrg@chromium.org
2009-06-05
1
-24
/
+77
*
Add example .croc file.
rspangler@google.com
2009-06-05
1
-0
/
+222
*
Forgot the CSS file.
rspangler@google.com
2009-05-29
1
-0
/
+124
*
Major refactoring of Croc.
rspangler@google.com
2009-05-29
5
-220
/
+1215
*
Add croc code coverage tool. (Same change as yesterday, but now made in the
rspangler@google.com
2009-05-13
2
-0
/
+1363
*
Code coverage improvements.
jrg@chromium.org
2009-04-30
1
-11
/
+60
*
Minor tweaks to make coverage happier on OSX.
jrg@chromium.org
2009-04-16
1
-14
/
+22
*
Start of code coverage for Mac.
jrg@chromium.org
2009-04-03
1
-0
/
+120
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
2
-47
/
+47
*
Fixed a small bug with variable names.
niranjan@google.com
2008-11-20
1
-2
/
+3
*
Added flags to the coverage script so that this can run locally and developer...
niranjan@google.com
2008-11-20
1
-38
/
+62
*
Adding section to parse the lcov data and post the new
ace@chromium.org
2008-10-30
1
-2
/
+179
*
Added CSV format output for process_coverage.py which will be used by the cod...
niranjan@google.com
2008-10-24
1
-14
/
+42
*
Fixed a crash in the coverage script.
niranjan@google.com
2008-10-24
1
-59
/
+99
*
Fix bugs with coverage.py
niranjan@google.com
2008-10-17
1
-39
/
+76
*
Wow, it's been a while since we cleaned EOL.
maruel@google.com
2008-09-25
2
-502
/
+502
*
Moved over the test running part over to coverage.py and addressed comments a...
niranjan@google.com
2008-09-18
1
-10
/
+92
*
Fixed the case where VSPerfCmd was blocking rest of the script to proceed and...
niranjan@google.com
2008-08-26
1
-18
/
+34
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
[next]