summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add suppressions for two mac audio bugs: http://crbug.com/11327dkegel@google.com2009-05-021-14/+34
| | | | | | | | | | broadened a few other suppressions, and split one bug out of 9563 into http://crbug.com/11333 Review URL: http://codereview.chromium.org/99303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15130 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind warnings fordank@chromium.org2009-05-011-0/+89
| | | | | | | | | | | | | | | http://crbug.com/9561 http://crbug.com/11270 http://crbug.com/11271 http://crbug.com/11286 and a couple of things that seem clearly to be system issues rather than chromium issues. Just trying to get the mac unit_test valgrind builder green. Review URL: http://codereview.chromium.org/99259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15071 0039d316-1c4b-4281-b951-d872f2087c98
* Only skip the GRIT header writing on Windows. This will causetc@google.com2009-05-011-5/+6
| | | | | | | | | | | | | | resource only changes to rebuild lots of stuff on Mac and Linux, but since most of this is happening on Windows anyway, only optimize for Windows. This should make second builds faster since all the dependencies are up to date. Review URL: http://codereview.chromium.org/99265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15023 0039d316-1c4b-4281-b951-d872f2087c98
* Code coverage improvements.jrg@chromium.org2009-04-301-11/+60
| | | | | | | | | | Code coverage now works for Linux. Unit tests to run passed from project to coverage_posix.py so deps are correct. Review URL: http://codereview.chromium.org/100189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15016 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few more suppressions for ui tests that hidden until yesterdaydkegel@google.com2009-04-301-10/+29
| | | | | | | | by a crash. Review URL: http://codereview.chromium.org/99220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14954 0039d316-1c4b-4281-b951-d872f2087c98
* Add two ui_test valgrind suppressions, fix one old onedkegel@google.com2009-04-291-0/+20
| | | | | | Review URL: http://codereview.chromium.org/99169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14858 0039d316-1c4b-4281-b951-d872f2087c98
* Changes in preparation for webkit switch to gyp.bradnelson@google.com2009-04-291-1/+1
| | | | | | | | These won't get gated live without a change to all.gyp, so landing them separately. Review URL: http://codereview.chromium.org/100146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14822 0039d316-1c4b-4281-b951-d872f2087c98
* Loosen a couple more ui test valgrind suppressions.dkegel@google.com2009-04-291-13/+13
| | | | | | Review URL: http://codereview.chromium.org/99163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14813 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few mac valgrind suppressions for test_shell_tests.dkegel@google.com2009-04-281-0/+75
| | | | | | Review URL: http://codereview.chromium.org/99157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14804 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome_tests.sh without -b BUILD_DIR on the Macdkegel@google.com2009-04-281-1/+5
| | | | | | Review URL: http://codereview.chromium.org/100060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14794 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase valgrind suppressions again to deal with more web/tab renamesdkegel@google.com2009-04-281-7/+33
| | | | | | | | | Should make valgrind ui tests go green again, for 5ms at least. Review URL: http://codereview.chromium.org/100093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14754 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SiteInstance leak from the known leaks now that it's fixed.brettw@chromium.org2009-04-241-10/+0
| | | | | | Review URL: http://codereview.chromium.org/92091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14469 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at adding a map between strings names and resource ids.tc@google.com2009-04-244-1/+127
| | | | | | | | | | | | | This creates a mapping for all the entries in the theme_resources.grd file and adds a static method for querying the mapping. BUG=10639 Review URL: http://codereview.chromium.org/92085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14443 0039d316-1c4b-4281-b951-d872f2087c98
* Patch from kcc to add a --custom_valgrind_command flag, for use with e.g. ↵dkegel@google.com2009-04-242-21/+35
| | | | | | | | | thread race detection tools (From issue 95004) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14430 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind bug suppression: add 10945 (leak in JPEGCodec.DecodeCorrupted)dkegel@google.com2009-04-241-0/+11
| | | | | | Review URL: http://codereview.chromium.org/92103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14394 0039d316-1c4b-4281-b951-d872f2087c98
* Make one suppression looser to match -O1.dkegel@google.com2009-04-231-3/+3
| | | | | | | | Also correct a typo in the AboutCrash suppression. Review URL: http://codereview.chromium.org/92100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14380 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 6532 for -O1 as well. Move to central suppression file.dkegel@google.com2009-04-232-1/+25
| | | | | | | | | This should make the valgrind builder green again. Valgrind ipc test child processes, too. Review URL: http://codereview.chromium.org/93088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14374 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind bug suppressions: add bugs 10871, 10873dkegel@google.com2009-04-231-0/+25
| | | | | | | | | | | These are the only two warnings currently keeping the valgrind ui bot red. See http://crbug.com/10871, http://crbug.com/10873 Review URL: http://codereview.chromium.org/92063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14320 0039d316-1c4b-4281-b951-d872f2087c98
* Make suppression for bug 10782 less specific so it matches both -O0 and -O1.dkegel@google.com2009-04-231-8/+2
| | | | | | Review URL: http://codereview.chromium.org/92054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14279 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind bug suppressions: add bug 10782dkegel@google.com2009-04-221-0/+16
| | | | | | | | | | This gets the unit tests green again under valgrind http://crbug.com/10782 Review URL: http://codereview.chromium.org/92046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14268 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind bug suppressions: remove 10560 and 10739, add 6522 and 10747dkegel@google.com2009-04-221-18/+21
| | | | | | Review URL: http://codereview.chromium.org/92045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14263 0039d316-1c4b-4281-b951-d872f2087c98
* Hit "valgrind finishing" timeout of 60 seconds on a UI test run, so increase ↵dkegel@google.com2009-04-211-2/+2
| | | | | | | | | | | 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
* Adds suppressions for epoll on Intrepid,dkegel@google.com2009-04-211-1/+130
| | | | | | | | | | | | | | | | | | a unit test that crashes on purpose, and the following bugs: http://crbug.com/10560 http://crbug.com/10737 http://crbug.com/10738 http://crbug.com/10739 http://crbug.com/10747 http://crbug.com/10748 http://crbug.com/10750 http://crbug.com/10755 This gets us most of the way to a green ui test valgrind builder. Review URL: http://codereview.chromium.org/67290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14085 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for startup_tests to tools/valgrind/chrome_tests.pydkegel@google.com2009-04-171-18/+33
| | | | | | | | Also fix a typo and an 80 col nit in its list of tests. Review URL: http://codereview.chromium.org/79043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13957 0039d316-1c4b-4281-b951-d872f2087c98
* Port page_cycler_http to Macnirnimesh@chromium.org2009-04-174-2/+369
| | | | | | | Accompanying buildbot changes @ http://codereview.chromium.org/67234 Review URL: http://codereview.chromium.org/79017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13950 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_tests.py needs to tell run_webkit_tests.py if it's a debug builddkegel@google.com2009-04-161-1/+8
| | | | | | Review URL: http://codereview.chromium.org/79022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13893 0039d316-1c4b-4281-b951-d872f2087c98
* Minor tweaks to make coverage happier on OSX.jrg@chromium.org2009-04-161-14/+22
| | | | | | | | | See 1st post at (XXX internal URL removed XXX) Code coverage for base: 85% (!!!) Review URL: http://codereview.chromium.org/67235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13880 0039d316-1c4b-4281-b951-d872f2087c98
* For ease of scripting, allow the actual test binary name to be used as an ↵dkegel@google.com2009-04-161-11/+12
| | | | | | | | | | argument to -t rather than just the abbreviation. Review URL: http://codereview.chromium.org/42654 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13873 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak two suppressions to work in more environmentsdkegel@google.com2009-04-161-3/+6
| | | | | | | | Add link to upstream bug report Review URL: http://codereview.chromium.org/79011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13868 0039d316-1c4b-4281-b951-d872f2087c98
* grit: cut down on chattiness.evan@chromium.org2009-04-142-5/+10
| | | | | | | | | - We don't need to print the copyright every time we run. - Don't print empty lines when there are no warnings. Review URL: http://codereview.chromium.org/67085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13691 0039d316-1c4b-4281-b951-d872f2087c98
* This adds link[rel=icon] elements to the DOM UI html files for downloads and arv@chromium.org2009-04-101-3/+6
| | | | | | | | | | | | history. It also adds code to inline the resources for <link rel="icon"> elements BUG=9805 Review URL: http://codereview.chromium.org/66041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13550 0039d316-1c4b-4281-b951-d872f2087c98
* - Add support for platform specific suppression files for Valgrindnirnimesh@chromium.org2009-04-063-2/+22
| | | | | | | | | - Suppress setenv() leak, coz it's intentional - Get rid of unncessary default parameter (".") with --suppressions Review URL: http://codereview.chromium.org/57069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13170 0039d316-1c4b-4281-b951-d872f2087c98
* Redirecting buildbots to use v8_shell.exe instead of v8_shell_sample.exebradnelson@google.com2009-04-063-5/+4
| | | | | | Review URL: http://codereview.chromium.org/62049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13151 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress skia font leak for now, see http://crbug.com/9757dkegel@google.com2009-04-051-0/+8
| | | | | | Review URL: http://codereview.chromium.org/63002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13140 0039d316-1c4b-4281-b951-d872f2087c98
* Start of code coverage for Mac.jrg@chromium.org2009-04-031-0/+120
| | | | | | | | | | | | | Only base_unittests included for now. Linux changes added as well but untested until Linux switches to gyp. Enable coverage with the following command: src/tools/gyp/gyp_dogfood -Dcoverage=1 src/build/all.gyp Review URL: http://codereview.chromium.org/56136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13068 0039d316-1c4b-4281-b951-d872f2087c98
* Copy selection to x clipboard.estade@chromium.org2009-04-021-9/+22
| | | | | | Review URL: http://codereview.chromium.org/55052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13044 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the checked-in scons configuration files.sgk@google.com2009-04-012-34/+0
| | | | | | Review URL: http://codereview.chromium.org/53121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12982 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the 'Hammer' name in favor of the Debug|Release namessgk@google.com2009-04-012-3/+3
| | | | | | | and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r12849 (conversion of "Hammer" names to "Debug").sgk@google.com2009-03-312-3/+3
| | | | | | Review URL: http://codereview.chromium.org/57051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12854 0039d316-1c4b-4281-b951-d872f2087c98
* Replace "Hammer" references with "Debug" as appropriate.sgk@google.com2009-03-312-3/+3
| | | | | | Review URL: http://codereview.chromium.org/53118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit http://codereview.chromium.org/55034 with one-line fix to ↵dkegel@google.com2009-03-303-141/+147
| | | | | | | | 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
* Reverting 12776.dkegel@google.com2009-03-302-118/+140
| | | | | | Review URL: http://codereview.chromium.org/57012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12778 0039d316-1c4b-4281-b951-d872f2087c98
* Support valgrinding layout tests.dkegel@google.com2009-03-302-140/+118
| | | | | | | | | | | | 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
* Run dsymutil before valgrind (Mac)mark@chromium.org2009-03-271-0/+63
| | | | | | Review URL: http://codereview.chromium.org/55030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12693 0039d316-1c4b-4281-b951-d872f2087c98
* Support --track_origins option.dkegel@google.com2009-03-273-40/+99
| | | | | | Review URL: http://codereview.chromium.org/53119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12667 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes a few GRIT issues:tc@google.com2009-03-273-7/+24
| | | | | | | | | | | | | | - The generated header files had the wrong paths specified in the vcproj files. - Have the .h files generate to a temp file and overwrite the real .h files if they changed from the last run. This prevents recompiling when only a resource is changed. - Change the output file to the .rc file because otherwise the vcproj file would recompile every time because the .h file wasn't changing. Since the .rc file gets written all the time, this isn't a problem. On a side note, you still have to re-link to get the resources in chrome.dll. I imagine if you turn on incremental linking, this would be pretty fast. BUG=7967 Review URL: http://codereview.chromium.org/53028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12630 0039d316-1c4b-4281-b951-d872f2087c98
* When running ui_tests, need to tell valgrind to also trace child processes.dkegel@google.com2009-03-262-3/+42
| | | | | | | | Also need to avoid valgrinding python. Review URL: http://codereview.chromium.org/45053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12572 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: write images to clipboard.estade@chromium.org2009-03-251-0/+6
| | | | | | | | Writing a bitmap to the clipboard is a rather slow operation, as it involves piping it over IPC and then converting it to a PNG. Review URL: http://codereview.chromium.org/42592 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12482 0039d316-1c4b-4281-b951-d872f2087c98
* Add a gtk_clipboard_dump target with a new .gyp file.sgk@google.com2009-03-251-0/+17
| | | | | | Review URL: http://codereview.chromium.org/42593 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12454 0039d316-1c4b-4281-b951-d872f2087c98
* Enable suppressions in Valgrindnirnimesh@chromium.org2009-03-251-4/+25
| | | | | | Review URL: http://codereview.chromium.org/42601 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12447 0039d316-1c4b-4281-b951-d872f2087c98