summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a suppression for recent valgrind error on Mac UI tests.senorblanco@chromium.org2010-01-151-0/+23
| | | | | | | | | | BUG=32393 TEST=green Mac Valgrind UI builder TBR=stuartmorgan Review URL: http://codereview.chromium.org/543081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36372 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after WebKit roll.chase@chromium.org2010-01-151-15/+15
| | | | | | | | | | | | | Chromium r36247 rolled WebKit to r53246. This is the second expectations adjustment after that roll caused page cyclers to get faster. BUG=none TEST=page cyclers are green Review URL: http://codereview.chromium.org/545071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36366 0039d316-1c4b-4281-b951-d872f2087c98
* suppress a valgrind error found in layout tests:jshin@chromium.org2010-01-151-0/+15
| | | | | | | | | | | | | media/video-seek-past-end-paused.html and media/video-controls-transformed.html BUG=32366 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/551044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36344 0039d316-1c4b-4281-b951-d872f2087c98
* suppress 3 more valgrind errors (two in ffmpeg and one in npapi test plugin)jshin@chromium.org2010-01-151-0/+63
| | | | | | | | | | | found with webkit r53313 and chrome r36326. BUG=32360,32359,32356 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/545077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36341 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two valgrind errors during linux layout tests. jshin@chromium.org2010-01-151-0/+47
| | | | | | | | | BUG=32353,32355 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/543075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36336 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak found in WebCore::StringImpl (??) andjshin@chromium.org2010-01-151-1/+39
| | | | | | | | | | | another found during layout test storage/domstorage/quota.html BUG=32299,32349 TEST=NONE TBR=ericu Review URL: http://codereview.chromium.org/551029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36332 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 36314 - Failed unit tests - Fix a leak in CookiesWindowControllerTest ↵rsesek@chromium.org2010-01-151-0/+7
| | | | | | | | | | | | | | and remove the appropriate suppression BUG=31586 TEST=Mac Valgrind unit tests Review URL: http://codereview.chromium.org/527001 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/545073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36316 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a leak in CookiesWindowControllerTest and remove the appropriate suppressionrsesek@chromium.org2010-01-151-7/+0
| | | | | | | | | BUG=31586 TEST=Mac Valgrind unit tests Review URL: http://codereview.chromium.org/527001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36314 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add a gdb pretty-print module for WebCore typesevan@chromium.org2010-01-141-0/+96
| | | | | | | | Now I can see e.g. Indic scripts in my string literals while debugging. Review URL: http://codereview.chromium.org/548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36288 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after WebKit roll.chase@chromium.org2010-01-141-6/+6
| | | | | | | | | | | | | Chromium r36247 rolled WebKit to r53246. Perf on some page cyclers got faster. Update expectations to match new results. BUG=none TEST=page cyclers are green Review URL: http://codereview.chromium.org/550046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36272 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind error.ericu@google.com2010-01-141-0/+22
| | | | | | | | | BUG=32273 TEST=NONE Review URL: http://codereview.chromium.org/543062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36249 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed reports for crbug.com/17540, crbug.com/31643, crbug.com/30547glider@chromium.org2010-01-141-0/+29
| | | | | | | | | | | and an intentional leak in ChromeThreadTest.NotReleasedIfTargetThreadNonExistent BUG=17540,31643,30547 TBR=dank Review URL: http://codereview.chromium.org/536061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36238 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the wrong one-line suppressions for libnss.glider@chromium.org2010-01-141-23/+0
| | | | | | | | | | | In order to have better suppressions we should enable frame pointer for libnss on the buildbot. BUG=32170,28118 TBR=wtc Review URL: http://codereview.chromium.org/546048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36234 0039d316-1c4b-4281-b951-d872f2087c98
* One more suppression for lazy initialization in libeventtimurrrr@chromium.org2010-01-141-1/+8
| | | | | | | | | | The accesses happened in different order in http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(tsan)/builds/1998/steps/valgrind%20test:%20unit/logs/stdio BUG=28396 TBR=dank Review URL: http://codereview.chromium.org/548042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36233 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress a mysterious _calloc_crt error.thestig@chromium.org2010-01-141-0/+12
| | | | | | | | BUG=none TEST=wine_valgrind unit tests go green. Review URL: http://codereview.chromium.org/543052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36202 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Check in a couple local changes to valgrind.thestig@chromium.org2010-01-142-0/+174
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/542060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36200 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed the leaks in net_unittests (see crbug.com/32170)glider@chromium.org2010-01-131-0/+11
| | | | | | | | TBR=timurrrr,wtc Review URL: http://codereview.chromium.org/548026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36118 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two leak errors about HTML parsing in WebKit.tkent@chromium.org2010-01-131-0/+36
| | | | | | | | | | | They started to appear by WebKit roll 53171. BUG=32140,32141 TEST=none TBR=johnnyg Review URL: http://codereview.chromium.org/536040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36089 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing valgrind failures in chromiumos's valgrind bots.oshima@chromium.org2010-01-121-0/+102
| | | | | | | | | | | | Let's suppress them and move out of fyi first. Filed 4 bugs to keep track of them. I'll find assignees. BUG=32084,32085,32088,32089 TEST=none Review URL: http://codereview.chromium.org/543025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36041 0039d316-1c4b-4281-b951-d872f2087c98
* Make export_tarball.py more reliable and simplify it.phajdan.jr@chromium.org2010-01-121-44/+38
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35996 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add a Valgrind suppression that was removed at r28317 but is now recurring.rsesek@chromium.org2010-01-111-1/+11
| | | | | | | | | | | | This leak occurs in an Apple library, so the bug is marked as WontFix, and it has been reported in radar. BUG=20459 TEST=Mac Valgrind net_unittests Review URL: http://codereview.chromium.org/549011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35948 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak detected by Mac Valgrind UI (3) that developed in r35804:35813.rsesek@chromium.org2010-01-111-0/+16
| | | | | | | | | BUG=31985 TEST=Mac Valgrind UI (3) Review URL: http://codereview.chromium.org/545013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35939 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed memory leaks in ipc_tests.glider@chromium.org2010-01-111-0/+28
| | | | | | | | TBR=timurrrr,dank Review URL: http://codereview.chromium.org/547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35912 0039d316-1c4b-4281-b951-d872f2087c98
* DOM Perf: Python script for dromaeo benchmark automation.pfeldman@chromium.org2010-01-111-0/+263
| | | | | | | | Origianl review: http://codereview.chromium.org/503028 TBR=vitalyr git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35910 0039d316-1c4b-4281-b951-d872f2087c98
* Widen Mac intl1 and intl2 expectations.chase@chromium.org2010-01-081-2/+2
| | | | | | | | | | | | There are many false positive alerts for these tests. Reduce them by widening the expected variance. BUG=none TEST=mac perf tests stay green Review URL: http://codereview.chromium.org/528002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35812 0039d316-1c4b-4281-b951-d872f2087c98
* Update a Mac Valgrind suppression after landing r35776.rsesek@chromium.org2010-01-081-6/+1
| | | | | | | | | | BUG=31586 TEST=Mac Valgrind unit tests TBR=jrg Review URL: http://codereview.chromium.org/521076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35789 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Fix typos, add a new suppression, remove suppression for a ↵thestig@chromium.org2010-01-081-13/+10
| | | | | | | | | | | fixed Wine bug. TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/524068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35781 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disable a couple tests that use leaky FF2 dlls without symbols.thestig@chromium.org2010-01-071-0/+2
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/521065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35748 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a suppression and fix a typo.thestig@chromium.org2010-01-071-2/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/518050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35679 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Clean up X lock files if vnc got killed with SIGKILL.thestig@chromium.org2010-01-061-0/+3
| | | | | | | | BUG=none TEST=Bot master restart does not break wine_valgrind bot. Review URL: http://codereview.chromium.org/525052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35600 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: One more suppression and we'll be close to green.thestig@chromium.org2010-01-061-0/+10
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/524042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35595 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a net_unittest suppression for flaky ftp tests; fix a typo.thestig@chromium.org2010-01-061-2/+6
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/523079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35593 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress more memory leaks in unit_tests.thestig@chromium.org2010-01-061-0/+36
| | | | | | | | | TBR=dank BUG=31644 TEST=none Review URL: http://codereview.chromium.org/523078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35588 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress a memory leak in ↵thestig@chromium.org2010-01-051-0/+8
| | | | | | | | | | | BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait. TBR=tim BUG=31643 TEST=none Review URL: http://codereview.chromium.org/526014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35582 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress a bunch of Valgrind errors for unit_tests.thestig@chromium.org2010-01-052-1/+57
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/525040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35574 0039d316-1c4b-4281-b951-d872f2087c98
* Widen Mac Valgrind unit test suppression.rsesek@chromium.org2010-01-051-21/+1
| | | | | | | | | BUG=31586 TEST=Mac Valgrind unit tests Review URL: http://codereview.chromium.org/519051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35560 0039d316-1c4b-4281-b951-d872f2087c98
* New Valgrind supression for Mac Valgrind UI regression between r35536 and ↵ajwong@chromium.org2010-01-051-0/+79
| | | | | | | | | | | | r35540. TBR=rjkroege BUG=31634 TEST=none Review URL: http://codereview.chromium.org/524036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35558 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two Mac Valgrind errors in CookiesWindowControllerTest.rsesek@chromium.org2010-01-051-0/+42
| | | | | | | | | | TBR=jrg BUG=31586 TEST=Mac Valgrind Review URL: http://codereview.chromium.org/517035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35523 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for issue 28279 which is marked Fixed.nirnimesh@chromium.org2010-01-041-10/+0
| | | | | | | | | | To be marked verified after a green cycle. BUG=28279 TEST=Verify green unit_tests. Verify this bug. Review URL: http://codereview.chromium.org/523022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35464 0039d316-1c4b-4281-b951-d872f2087c98
* coverage_posix.py: use proper root directory for Linux now thatjrg@chromium.org2009-12-311-4/+19
| | | | | | | | | | | compile paths are not absolute. genhtml: be more tolerant of "source file" names like "effective_tld_names_unittest2.gperf". Review URL: http://codereview.chromium.org/523031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35410 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some outdated valgrind suppressions.michaeln@chromium.org2009-12-301-86/+0
| | | | | | | | | BUG=27993 TEST=valgrind try runs Review URL: http://codereview.chromium.org/519029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35398 0039d316-1c4b-4281-b951-d872f2087c98
* Use Xvfb when running the tests.jrg@chromium.org2009-12-291-0/+63
| | | | | | | | | | | | | | Normal buildbot-run tests that need an X display connection (e.g. ui_tests) are executed by RunPythonCommandInBuildDir() from scripts/slave/slave_utils.py which takes care of this. However, we are currently running coverage_posix.py from within a build command which itself is not run a s a "python command in build dir". Thus, no Xvfb. TODO(jrg): transition coverage generation to a distinct buildbot step. Review URL: http://codereview.chromium.org/524007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35357 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the DB performance tests.dumi@chromium.org2009-12-2917-0/+619
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/465141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35355 0039d316-1c4b-4281-b951-d872f2087c98
* Do not make test failures fatal (since it is so common.)jrg@chromium.org2009-12-291-2/+3
| | | | | | Review URL: http://codereview.chromium.org/522021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35348 0039d316-1c4b-4281-b951-d872f2087c98
* Added heapcheck suppressions for intentional memory leaks in net_unittests.glider@chromium.org2009-12-251-1/+47
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/515034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35277 0039d316-1c4b-4281-b951-d872f2087c98
* Backported the HEAP_CHECK_MAX_LEAKS feature from the upstream perftools.glider@chromium.org2009-12-251-0/+1
| | | | | | | | This should allow the heapcheck bot to print all the leaks found. Review URL: http://codereview.chromium.org/522012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35274 0039d316-1c4b-4281-b951-d872f2087c98
* Made pprof executable and set the explicit path to it in the heapcheck runner.glider@chromium.org2009-12-241-0/+3
| | | | | | | TBR=willchan Review URL: http://codereview.chromium.org/515029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35262 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt to account for recent failures.levin@chromium.org2009-12-221-1/+0
| | | | | | | | | BUG=31026,31028 TEST=layout tests: crash-when-navigating-away-then-back.html and feDisplacementMap-01.svg Review URL: http://codereview.chromium.org/501180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35183 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression.jennb@chromium.org2009-12-221-26/+0
| | | | | | | | | TEST=valgrind test_shell_tests BUG=none Review URL: http://codereview.chromium.org/501175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35179 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple valgrind mem leaks in AppCacheUpdateJobTest.jennb@chromium.org2009-12-221-0/+26
| | | | | | | | | TEST=valgrind test_shell_tests BUG=none Review URL: http://codereview.chromium.org/505072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35159 0039d316-1c4b-4281-b951-d872f2087c98