summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that tests are run on upload.cmp@chromium.org2011-12-201-10/+6
| | | | | | | | TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/9008019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115185 0039d316-1c4b-4281-b951-d872f2087c98
* suppress MultiProcessLockTest.RecursiveLock for now (crbug/108205)bruening@google.com2011-12-201-0/+3
| | | | | | | | | | BUG=108205 TEST=Ensured gtest exclude file is parsed properly in a sample run TBR=timurrrr Review URL: http://codereview.chromium.org/8989028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115172 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses occasional memory errors in the "WebKit Linux (valgrind layout)" bot.hbono@chromium.org2011-12-201-0/+12
| | | | | | | | | | | This change suppresses occasional memory errors in WebKit::Font::drawText(). (I do not have any ideas why these errors happens occasionally, though.) TBR=glider BUG=108147 TEST=make the "WebKit Linux (valgrind layout)" bot greener. Review URL: http://codereview.chromium.org/9004012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115101 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses memory errors in OutOfProcessPPAPITest.VarDeprecatedhbono@chromium.org2011-12-201-0/+17
| | | | | | | | | TBR=glider BUG=108146 TEST=make the "Chromium OS UI (valgrind)(4)" bot green. Review URL: http://codereview.chromium.org/8989010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115098 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the suppression rule for Bug 100154.hbono@chromium.org2011-12-201-26/+0
| | | | | | | | | | | This change removes the suppression rule for Bug 100154 since it was fixed by upstream. TBR=glider BUG=100154 TEST=make the "WebKit Linux (valgrind layout)" bot green without this rule. Review URL: http://codereview.chromium.org/8989009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115095 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leaks in MemoryFileUtilkinuko@chromium.org2011-12-201-13/+0
| | | | | | | | | BUG=108015 TEST=test_shell_tests:MemoryFileUtil\* with heapcheck/valgrind Review URL: http://codereview.chromium.org/8953027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115094 0039d316-1c4b-4281-b951-d872f2087c98
* Disables OutOfProcessPPAPITest.FlashFullscreen on our valgrind bots.hbono@chromium.org2011-12-201-0/+3
| | | | | | | | | | | This change disables OutOfProcessPPAPITest.FlashFullscreen, which has been re-enabled by r115056 <http://crrev.com/115056>, on our valgrind bots because it always fails on them. TBR=glider BUG=96767 TEST=make the "Linux Tests (valgrind)(6)" bot and the "Chromium OS UI (valgrind)(6)" bot green. Review URL: http://codereview.chromium.org/9008005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115085 0039d316-1c4b-4281-b951-d872f2087c98
* Add perf expectations for results of nacl_helper{,_bootstrap} sizes testsmcgrathr@chromium.org2011-12-191-0/+20
| | | | | | | | | | | | | We want to catch future explosions of the sizes of these binaries. BUG= http://code.google.com/p/chromium/issues/detail?id=106986 TEST= none R=cmp@chromium.org Review URL: http://codereview.chromium.org/8969035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115031 0039d316-1c4b-4281-b951-d872f2087c98
* Lower Linux static initializer expectations by 2, mac by 1thakis@chromium.org2011-12-191-3/+3
| | | | | | | | | | | | http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=750&rev=114995&graph=chrome-si http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=750&rev=114995&graph=chrome-si http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=750&rev=114995&graph=chrome-si BUG=94925 TBR=cmp Review URL: http://codereview.chromium.org/8997014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115005 0039d316-1c4b-4281-b951-d872f2087c98
* Add support to suppressions.py for the DrMemory suppression syntax.rnk@chromium.org2011-12-193-172/+644
| | | | | | | | | | | | | | This will allow waterfall.sh to pull the DrMemory reports and apply suppressions to them, as well as adding some simple presubmit checks for the DrMemory suppressions. R=timurrrr@chromium.org,bruening@chromium.org BUG=106161 TEST=ran "waterfall.sh fetch drmemory && waterfall.sh match" until I was satisfied. Also attempted violating each presubmit check I added. Review URL: http://codereview.chromium.org/8933013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115003 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks in the MemoryFileUtil class.hbono@chromium.org2011-12-191-0/+13
| | | | | | | | | TBR=glider BUG=108015 TEST=make the "Chromium OS Heapcheck" bot green. Review URL: http://codereview.chromium.org/8996001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114956 0039d316-1c4b-4281-b951-d872f2087c98
* Disables OutOfProcessPPAPITest.InputEvent on valgrind bots.hbono@chromium.org2011-12-191-0/+3
| | | | | | | | | | | This change disables OutOfProcessPPAPITest.InputEvent, which started failing on our valgrind bots since r114924 <http://crrev.com/r114924>. TBR=glider BUG=108014 TEST=make the "Linux Tests (valgrind)(9)" bot and the "Chromium OS UI (valgrind)(9)" bot greener. Review URL: http://codereview.chromium.org/8993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114955 0039d316-1c4b-4281-b951-d872f2087c98
* Widen+merge a Memcheck deflate suppressions; suppress one test-only sync/ ↵timurrrr@chromium.org2011-12-162-45/+10
| | | | | | | | | | | race for TSan BUG=44341,107903 TBR=hbono TEST=./tools/valgrind/waterfall.sh fetch&match Review URL: http://codereview.chromium.org/8969031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114848 0039d316-1c4b-4281-b951-d872f2087c98
* Improve memcheck_analyze: extract "Address 0x42 is not stack'd, malloc'd or ↵timurrrr@chromium.org2011-12-161-1/+11
| | | | | | | | | | (recently) free'd" info TBR=thestig TEST=base/ToolsSanity* runs with no changes; intentional 0x42 derefs are printed correctly Review URL: http://codereview.chromium.org/8970025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114805 0039d316-1c4b-4281-b951-d872f2087c98
* Put back one Memcheck suppression which was incorrectly clustered into ↵timurrrr@chromium.org2011-12-161-0/+21
| | | | | | | | | | bug_101755 before BUG=106183 TBR=hbono Review URL: http://codereview.chromium.org/8965024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114803 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the WidthIterator suppressiontimurrrr@chromium.org2011-12-161-2/+0
| | | | | | | | BUG=101755 TBR=hbono Review URL: http://codereview.chromium.org/8969019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114797 0039d316-1c4b-4281-b951-d872f2087c98
* Widen/merge some suppressions to make WebKit Layout greenertimurrrr@chromium.org2011-12-161-149/+21
| | | | | | | | | Still much more suppressions needed... BUG=101755,107503,70599,87232,30704 TBR=hbono Review URL: http://codereview.chromium.org/8961011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114791 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the issue 107841 suppression as the leak have been plugged in r114781timurrrr@chromium.org2011-12-162-12/+0
| | | | | | | | TBR=hbono BUG=107841 Review URL: http://codereview.chromium.org/8963013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114783 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a few memory leaks, widen a couple of suppressionstimurrrr@chromium.org2011-12-162-5/+23
| | | | | | | | | BUG=107841,107840,70327 TEST=Memory FYI goes 100+ reports -> ~0 reports. TBR=hbono Review URL: http://codereview.chromium.org/8966021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114782 0039d316-1c4b-4281-b951-d872f2087c98
* Improve gen_keyboard_overlay_data.py.mazda@chromium.org2011-12-161-3/+7
| | | | | | | | | | | | | | | Changed the script as follows. - Change the default output directory of the JS file. - Mention application specific password explicitly - Print warning if the file does not exist in the output destination. BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8937025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114767 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes memory leak in AccessibilityEventRouterViewsTest.dmazzoni@chromium.org2011-12-152-28/+0
| | | | | | | | | | | | | | A recent change caused Widget::DestroyRootView to call DeleteSoon on its FocusManager, so now we need to call MessageLoop::RunAllPending to make sure it's actually deleted before the test completes. Removes this leak from suppression files. BUG=106109 TEST=manual testing with valgrind TBR=sadrul Review URL: http://codereview.chromium.org/8966005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114724 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one Valgrind suppression, add a few more for new bugstimurrrr@chromium.org2011-12-152-23/+58
| | | | | | | | | Also, update the URL with info on suppressing Valgrind errors BUG=107696,107698,107699 TBR=hbono Review URL: http://codereview.chromium.org/8947020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114634 0039d316-1c4b-4281-b951-d872f2087c98
* Run 3x more tests on WebKit Linux Valgrind bottimurrrr@chromium.org2011-12-151-1/+1
| | | | | | | | Looks like I've underestimated the new builder's speed! TBR=thestig Review URL: http://codereview.chromium.org/8954012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114631 0039d316-1c4b-4281-b951-d872f2087c98
* Add presubmit checks for TSan suppressionstimurrrr@chromium.org2011-12-153-30/+102
| | | | | | | TEST=`gclient presubmit cl` with different errors in tools/valgrind/tsan/suppressions.txt Review URL: http://codereview.chromium.org/8951011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114629 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one HeapCheck suppression, fix one TSan suppressiontimurrrr@chromium.org2011-12-152-19/+1
| | | | | | | | TBR=rnk BUG=105667,107181 Review URL: http://codereview.chromium.org/8947015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114616 0039d316-1c4b-4281-b951-d872f2087c98
* Run 2.5x more tests on the WebKit Linux bot as now it's 2.5x fastertimurrrr@chromium.org2011-12-151-1/+1
| | | | | | | | BUG=106845 TBR=thestig Review URL: http://codereview.chromium.org/8951010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114614 0039d316-1c4b-4281-b951-d872f2087c98
* Add unittest for updating mozc candidates.nona@chromium.org2011-12-151-17/+0
| | | | | | | | | | | | | | BUG=chromium-os:23640,106862,106850 TEST=run unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113601 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=113624 Review URL: http://codereview.chromium.org/8833008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114603 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations. rtenneti@google.com2011-12-141-1/+1
| | | | | | | | | | linux-release-lowmem/dom_perf: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/dom_perf/report.html?history=250&rev=114487 TBR=cmp BUG=107486 Review URL: http://codereview.chromium.org/8909016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114511 0039d316-1c4b-4281-b951-d872f2087c98
* updated expecatationsrtenneti@google.com2011-12-141-3/+3
| | | | | | | | | | | | /mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=Chromium.app&graph=Chromium.app&rev=114493 http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=Chromium.app&graph=chrome-si&rev=114493 TBR=cmp BUG=107594 Review URL: http://codereview.chromium.org/8916017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114508 0039d316-1c4b-4281-b951-d872f2087c98
* update expectationsrtenneti@google.com2011-12-141-2/+2
| | | | | | | | | | | mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=ChromiumFramework&graph=ChromiumFramework&rev=114468 mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=ChromiumFramework&graph=Chromium.app&rev=114468 TBR=cmp Review URL: http://codereview.chromium.org/8916012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114484 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress numpunct free/delete[] mismatch report in std::numpunct<>.rnk@chromium.org2011-12-141-0/+5
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=107567 TEST=drmemory bots go greener Review URL: http://codereview.chromium.org/8916009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114469 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-141-0/+3
| | | | | | | | | | | | Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug). BUG=100885 TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114462 0039d316-1c4b-4281-b951-d872f2087c98
* update expectationsrtenneti@google.com2011-12-141-1/+1
| | | | | | | | | xp-release/sizes: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=150&rev=114424 TBR=cmp Review URL: http://codereview.chromium.org/8910010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114453 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2011-12-141-2/+2
| | | | | | | | | | | vista-release-dual-core/dom_perf: http://build.chromium.org/f/chromium/perf/vista-release-dual-core/dom_perf/report.html?history=250&rev=114297 mac-release-10.6/dom_perf: http://build.chromium.org/f/chromium/perf/mac-release-10.6/dom_perf/report.html?history=250&rev=114297 TBR=cmp Review URL: http://codereview.chromium.org/8933024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114450 0039d316-1c4b-4281-b951-d872f2087c98
* Improve sharding supervisor to print out timed out shards.maruel@chromium.org2011-12-141-13/+49
| | | | | | | | | | | | | | It also makes sure to timeout faster than the buildbot time out, so the remaining shards are printed out. Note that the timeout is hardcoded but can be overriden. BUG= TEST= Review URL: http://codereview.chromium.org/8919011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114430 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for a data race in media::AudioRendererAlgorithmBasetimurrrr@chromium.org2011-12-141-1/+9
| | | | | | | | TBR=rnk BUG=107181 Review URL: http://codereview.chromium.org/8913005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114427 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression to make the Webkit Mac valgrind bot greentimurrrr@chromium.org2011-12-141-1/+13
| | | | | | | | BUG=105341 TBR=rnk Review URL: http://codereview.chromium.org/8938018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114410 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a few Memcheck suppressions to make the waterfall greenertimurrrr@chromium.org2011-12-141-9/+8
| | | | | | | | | Looks like some types were slightly altered (e.g. String -> AtomicString) BUG=103467,107503,101151,101145 TBR=rnk Review URL: http://codereview.chromium.org/8930030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114409 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one zip-related Valgrind suppressiontimurrrr@chromium.org2011-12-141-12/+1
| | | | | | | BUG=30703 Review URL: http://codereview.chromium.org/8933028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114407 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress two new bugs in WebKit.jhawkins@chromium.org2011-12-141-0/+38
| | | | | | | | | | BUG=107503 TEST=none TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8931021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114362 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress an uninit condition in deflate().jhawkins@chromium.org2011-12-141-0/+12
| | | | | | | | | | BUG=107502 TEST=none TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8890094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114353 0039d316-1c4b-4281-b951-d872f2087c98
* Allocate SocketController lazily.miket@chromium.org2011-12-132-16/+0
| | | | | | | | | | | | | | | | | | | | | | To work around some unit tests that use ExtensionService but don't provide an IO thread that SocketController now needs to completely tear itself down, we allocate SocketController lazily and DCHECK on destruction that there is an IO thread message loop. This is a reasonable compromise for getting the benefit of lifetime management by sticking SocketController in ExtensionService. BTW, aa said putting random crap in ExtensionService wasn't a good idea. Our chickens are coming home to roost. As platform APIs get bigger, we should provide our own dumping ground for these classes, and then callers won't get hung up in surprising lifetime issues like this one. BUG=106969 TEST=existing unit/heap/mem checks should cover us. Verified memcheck behavior manually. Review URL: http://codereview.chromium.org/8925001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114287 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Options2: Pull the trigger."jhawkins@chromium.org2011-12-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 11079a4772dacf7865c3d650b7aa911242bb782e. Revert "Fix build after code changed from underneath." This reverts commit 93b43a2cd246c85ee6159a70223966f5efe2af86. Revert "Moar build fix." This reverts commit bf84b5766d5d05466da641685a1f554786598310. Revert "Fix the fix." This reverts commit 4aecf275ac5c7163483f48ffa2abcfa1481ffd53. R=csilv@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8937011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114276 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-0/+3
| | | | | | | | | | | | Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug). BUG=100885 TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114267 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114236 - Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+0
| | | | | | | | | | | | | BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/8930012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114239 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-0/+3
| | | | | | | | | | BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114236 0039d316-1c4b-4281-b951-d872f2087c98
* update suppression for http://crbug.com/96010 until this real bug is fixedbruening@google.com2011-12-131-2/+3
| | | | | | | | | BUG=96010 TEST=Ran Release unit_tests BrowserAboutHandlerTest.WillHandleBrowserAboutURL and confirmed suppression is used and no errors reported; confirmed in Debug by hand with build that disables the DCHECK that kills child before this error is hit Review URL: http://codereview.chromium.org/8935005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114224 0039d316-1c4b-4281-b951-d872f2087c98
* Remove bug_86483a valgrind suppression.shess@chromium.org2011-12-131-13/+0
| | | | | | | | | | | Hasn't fired since October 18, and it should be fixed. BUG=86483 Review URL: http://codereview.chromium.org/8897016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114134 0039d316-1c4b-4281-b951-d872f2087c98
* Removing valgrind suppression for bug 76370.scherkus@chromium.org2011-12-131-12/+0
| | | | | | | | | | | In addition to being unable to repro locally, the stack trace has been incorrect for a while and there are no reports from linux/mac valgrind bots. BUG=76370 TBR=timurrr Review URL: http://codereview.chromium.org/8923018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114130 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Update system_api dep to 58d34158.derat@chromium.org2011-12-121-1/+1
| | | | | | | | | | | | | | I'm doing this to pick up a naming change for a not-yet-used D-Bus signal that'll be sent by the power manager ("PowerButtonEvent" becomes "ButtonEvent"). BUG=98328 TEST=ran "gclient sync" TBR=satorux@chromium.org Review URL: http://codereview.chromium.org/8919023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114108 0039d316-1c4b-4281-b951-d872f2087c98