| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
I.e. http://build.chromium.org/buildbot/waterfall/builders/Modules%20Mac%20(valgrind)/builds/477/steps/valgrind%20test%3A%20ui/logs/stdio
Review URL: http://codereview.chromium.org/115093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
make timeout global instead of per-file, shorten it.
Review URL: http://codereview.chromium.org/100340
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
timeout to 600 seconds
We'll reduce it back down to a smaller value once we see how long it really takes.)
(This seems reasonable since the UI tests take 4600 seconds.)
Review URL: http://codereview.chromium.org/87019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
test_shell_thread.py
Review URL: http://codereview.chromium.org/58003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12804 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12778 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also suppress several common memory leak reports;
http://crbug.com/9450
http://crbug.com/9458
http://crbug.com/9475
http://crbug.com/9503
Review URL: http://codereview.chromium.org/55034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12776 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/53119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Add --gtest_print_time option to valgrind_test.py and use it always in chrome_test.py, since we probably want to keep an eye out for tests that are too slow for valgrind.
Review URL: http://codereview.chromium.org/50055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12194 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/42291
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We'll re-enable them once we fix more serious problems.
One would think that passing --leak-check=no to
valgrind would suppress leak reports, sadly, --xml=yes
forces them on.
Review URL: http://codereview.chromium.org/42183
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11874 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Also fixes a typo in logging.
Review URL: http://codereview.chromium.org/17321
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7837 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Currently supports the following commands:
./chrome_tests.sh --test base
./chrome_tests.sh --test net
./chrome_tests.sh --test ipc
./chrome_tests.sh --test unit
The valgrind_*.py files are my first real big chunks of python, so any suggestions would be greatly appreciated.
Review URL: http://codereview.chromium.org/16583
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7796 0039d316-1c4b-4281-b951-d872f2087c98
|