summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a variant valgrind suppression for bug 23018.eroman@chromium.org2009-10-091-6/+11
| | | | | | | | | | | | | | This got triggered on the linux valgrind bot: http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(valgrind)(2)/builds/527/steps/valgrind%20test%3A%20ui/logs/stdio And for whatever reason is constructing a different signature for KillProcessTask::Run(). BUG=23018 Review URL: http://codereview.chromium.org/266033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28490 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused valgrind suppression.eroman@chromium.org2009-10-081-6/+0
| | | | | | | | | | | | | | | | | | | | | This has not reproduced in the past 40 runs of the valgrind bots. Chromium Mac (valgrind) Chromium Mac UI (valgrind)(1) Chromium Mac UI (valgrind)(2) Chromium Mac UI (valgrind)(3) Linux Tests (valgrind)(1) Linux Tests (valgrind)(2) Linux Tests (valgrind)(3) Linux Tests (valgrind)(4) Webkit Linux (valgrind) Webkit_Linux_(valgrind_layout) BUG=22702 Review URL: http://codereview.chromium.org/269026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28467 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a valgrind suppression which isn't being used.eroman@chromium.org2009-10-081-40/+0
| | | | | | | | | | | | | | | | | | | | | This hasn't shown up on the buildbots during the past 40 cycles of: Chromium Mac (valgrind) Chromium Mac UI (valgrind)(1) Chromium Mac UI (valgrind)(2) Chromium Mac UI (valgrind)(3) Linux Tests (valgrind)(1) Linux Tests (valgrind)(2) Linux Tests (valgrind)(3) Linux Tests (valgrind)(4) Webkit Linux (valgrind) Webkit_Linux_(valgrind_layout) BUG=22559 Review URL: http://codereview.chromium.org/264017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28466 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for bug 22031.eroman@chromium.org2009-10-081-8/+0
| | | | | | | | | | This has not reproduced in the past 40 runs. BUG=22031 Review URL: http://codereview.chromium.org/270031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28450 0039d316-1c4b-4281-b951-d872f2087c98
* Move bug_17996 to the intentional section of the valgrind suppressions file, ↵jhawkins@chromium.org2009-10-081-7/+8
| | | | | | | | | | as the one-time leaks are intentional. BUG=none TEST=none Review URL: http://codereview.chromium.org/270028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28442 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak and a use-after-free error spotted on the bots.jhawkins@chromium.org2009-10-081-0/+41
| | | | | | | | BUG=24345,24346 TEST=none Review URL: http://codereview.chromium.org/269023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28436 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fixed bug 18984 from suppressions list.huanr@chromium.org2009-10-081-16/+0
| | | | | | | | BUG=18984 Review URL: http://codereview.chromium.org/269017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28381 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up code duplication in layout test http_server.mhm@chromium.org2009-10-071-26/+26
| | | | | | | | | | | | | Refactored out UrlIsAlive to live outside the ApacheHttpd class and imported http_utils.py into http_server.py Now they share common code. BUG=6784 TEST=started and stopped http_server successfully. Review URL: http://codereview.chromium.org/243022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28351 0039d316-1c4b-4281-b951-d872f2087c98
* Add back a suppression, in widened form, that was recently removeddank@chromium.org2009-10-071-0/+13
| | | | | | | | | | but still shows up on the bots. BUG=20814 Review URL: http://codereview.chromium.org/268009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28343 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 20778 from suppressions list as it got fixed.huanr@chromium.org2009-10-071-5/+0
| | | | | | | | BUG=20778 Review URL: http://codereview.chromium.org/266008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28328 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use -j4 to build gdb, it seems unsafe on mac.dank@chromium.org2009-10-071-9/+14
| | | | | | | | Also don't install anything until everything is built. Review URL: http://codereview.chromium.org/262012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28326 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Remove suppressions that have not been used in the last 100 runs ↵jhawkins@chromium.org2009-10-071-575/+0
| | | | | | | | | | on the Mac bots. BUG=none TEST=none Review URL: http://codereview.chromium.org/262013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28317 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r28275, because I didn't use all the Mac valgrind bots when removing ↵jhawkins@chromium.org2009-10-071-0/+735
| | | | | | | | | | | | | | | suppressions. This reverts, "Update test_expectations.txt to match a flaky test and a new crasher." TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/271006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28296 0039d316-1c4b-4281-b951-d872f2087c98
* Added another CoreAudio ThreadSanitizer suppression.scherkus@chromium.org2009-10-071-4/+2
| | | | | | | | | | BUG=23579 TEST=should be no more CoreAudio-related races detected Review URL: http://codereview.chromium.org/246082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28288 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Remove suppressions that have no been used in the last 100 runs on ↵jhawkins@chromium.org2009-10-071-735/+0
| | | | | | | | | | the buildbots. BUG=none TEST=none Review URL: http://codereview.chromium.org/257072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28195 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for recent leak that showed up.mattm@chromium.org2009-10-061-0/+26
| | | | | | | | | | BUG=23918 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/258031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28090 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-064-0/+23
| | | | | | | | BUG=none TEST=successful builds Review URL: http://codereview.chromium.org/256059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
* Add page_cycler test machine setup notes to httpd2_linux.conf. No Code Change.thestig@chromium.org2009-10-061-6/+11
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/256069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28071 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a UMR in chromium_jpeg_write_scanlines to get the tree greendkegel@google.com2009-10-051-0/+11
| | | | | | | | | BUG=17067 TEST=valgrind unit test bot green Review URL: http://codereview.chromium.org/251092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28040 0039d316-1c4b-4281-b951-d872f2087c98
* Fix suppression counts - ints were concatenated, not summed uptimurrrr@chromium.org2009-10-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/243091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28009 0039d316-1c4b-4281-b951-d872f2087c98
* Don't instrument Crypto API for ThreadSanitizer on Mactimurrrr@chromium.org2009-10-031-0/+6
| | | | | | | | | | Currently, RSAPrivateKeyUnitTest.InitRandomTest takes too long to pass. We ignore istrumentation of libcrypto/Security libraries to speed up the tests that use it. This is similar to http://codereview.chromium.org/242032 Review URL: http://codereview.chromium.org/259033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27952 0039d316-1c4b-4281-b951-d872f2087c98
* Add deps files I forgot in my previous checkin.brettw@chromium.org2009-10-031-0/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/243086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27932 0039d316-1c4b-4281-b951-d872f2087c98
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-032-11/+11
| | | | | | | | | | | | | | | into the gfx namespace. Combine the PNGEncoder and PNGDecoder. There were separate when we had different executables for the browser and renderer, and linked the encoder only in one of them (which saved us some space used by libpng). This hasn't been the case for years, so combining them (again) makes sense. TEST=none BUG=none Review URL: http://codereview.chromium.org/243076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27930 0039d316-1c4b-4281-b951-d872f2087c98
* Widen an sqlite suppression to match the only warning that fireddkegel@google.com2009-10-021-3/+2
| | | | | | | | | when I ran chomium interactively under valgrind. BUG=20653 Review URL: http://codereview.chromium.org/259024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27904 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust XP morejs expectations after r27708.chase@chromium.org2009-10-011-1/+1
| | | | | | | | | | | | | | | Changing the default allocator from TCMalloc to JEMalloc introduced a page load perf regression. The change is experimental on the trunk. While in place, adjust expectations to avoid firing the perf regression framework. BUG=23565 TEST=XP perf morejs goes green Review URL: http://codereview.chromium.org/255043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27757 0039d316-1c4b-4281-b951-d872f2087c98
* This CL adds gdb_helper to tsan_analyze.py, making thetimurrrr@chromium.org2009-10-012-29/+92
| | | | | | | | | | stack traces much more informative. Two TSAN-specific --show-pc=yes flag was added for the helper to operate. This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/256025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27749 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for AudioQueueStop report in media_unitteststimurrrr@chromium.org2009-10-011-1/+9
| | | | | | | | | and a relevant OpenRadar bug id (rdar://7223948) This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/251058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27733 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore PNG functions from WebKit, ignore V8 internalstimurrrr@chromium.org2009-10-011-2/+8
| | | | | | | | This will speed up ThreadSanitizer by 1.5-2x on some tests. This may result in missing data races on V8 (will address later) Review URL: http://codereview.chromium.org/255038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27730 0039d316-1c4b-4281-b951-d872f2087c98
* Widen operator new(unsigned int) and operator new(int) in dkegel@google.com2009-09-302-31/+22
| | | | | | | | | | | | | current suppressions to match either. Matches recent change in memcheck_analyze.py. (Only doing it in suppressions_mac.txt in case somebody decides to move a suppression to suppressions.txt.) Also shorten a too-long suppression that was just checked in. Review URL: http://codereview.chromium.org/255027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27656 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple of new TSAN suppressions, fix an old onetimurrrr@chromium.org2009-09-302-2/+15
| | | | | | | This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/242080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27645 0039d316-1c4b-4281-b951-d872f2087c98
* Massage autogenerated suppressions to be more portabledkegel@google.com2009-09-301-1/+22
| | | | | | | | between mac and linux, and to avoid droning on and on and on and on. Review URL: http://codereview.chromium.org/255026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27642 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug 23450 to suppressions list.huanr@chromium.org2009-09-301-0/+34
| | | | | | | | | BUG=23450 TEST=none Review URL: http://codereview.chromium.org/257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27640 0039d316-1c4b-4281-b951-d872f2087c98
* Print suppressions used by ThreadSanitizer.timurrrr@chromium.org2009-09-302-11/+40
| | | | | | | The suppression-count logic is copied from memcheck_analyze.py Review URL: http://codereview.chromium.org/246046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27638 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple of new ThreadSanitizer suppressionstimurrrr@chromium.org2009-09-301-0/+13
| | | | | | Review URL: http://codereview.chromium.org/256011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27623 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one suppression (to handle -fno-inline?).dank@chromium.org2009-09-301-1/+2
| | | | | | | | | | | | This suppresses a warning that fired in SessionRestoreUITest.* 16 times during a five day fishing expedition on linux at r26941. BUG=19371 TEST=run valgrind on ui tests Review URL: http://codereview.chromium.org/242076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27621 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mac valgrind suppression.thestig@chromium.org2009-09-301-0/+10
| | | | | | | | | BUG=23416 TEST=none TBR=stuartmorgan Review URL: http://codereview.chromium.org/251040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27598 0039d316-1c4b-4281-b951-d872f2087c98
* sync-webkit-git: a better message when you're not on the right branchevan@chromium.org2009-09-291-3/+4
| | | | | | Review URL: http://codereview.chromium.org/235056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27560 0039d316-1c4b-4281-b951-d872f2087c98
* This CL relates to the known reports on std::string.timurrrr@chromium.org2009-09-291-1/+3
| | | | | | | | | | We expand the _M_mutate rule to match both _M_mutateEjjj (Linux) and _M_mutateEmmm (Mac) and add a rule for _M_set_length_and_sharable This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/242054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27508 0039d316-1c4b-4281-b951-d872f2087c98
* Add ThreadSanitizer suppression for a debug-only data race in Threadtimurrrr@chromium.org2009-09-291-0/+6
| | | | | | | | | | Unfortunately, we can't make it more narrow since the stacktrace in the report looks like: #0 base::Thread::ThreadMain() #1 ThreadFunc(void*) #2 ThreadSanitizerStartThread Review URL: http://codereview.chromium.org/251028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27505 0039d316-1c4b-4281-b951-d872f2087c98
* Don't instrument NSS - one more filtertimurrrr@chromium.org2009-09-291-0/+1
| | | | | | | | | I've missed /usr/lib32/nss/libsoftokn3 in the previous patch ( http://codereview.chromium.org/242032 ) ("ldd ./sconsbuild/Debug/base_unittests" doesn't show it) Review URL: http://codereview.chromium.org/235054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27499 0039d316-1c4b-4281-b951-d872f2087c98
* A sqlite valgrind suppression for the mac.thestig@chromium.org2009-09-291-0/+8
| | | | | | | | | BUG=23314 TEST=none TBR=stuartmorgan Review URL: http://codereview.chromium.org/245040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27461 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppressions for recent runs.thestig@chromium.org2009-09-291-0/+19
| | | | | | | | | BUG=23310,23313 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/251026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27460 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add valgrind suppression for bug 16584.thestig@chromium.org2009-09-291-0/+16
| | | | | | | | BUG=16584 TEST=none Review URL: http://codereview.chromium.org/251021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27454 0039d316-1c4b-4281-b951-d872f2087c98
* Don't instrument NSS for ThreadSanitizertimurrrr@chromium.org2009-09-281-0/+5
| | | | | | | | Currently, RSAPrivateKeyUnitTest.InitRandomTest takes too long to pass. We ignore istrumentation of NSS to speed up the tests that use it. Review URL: http://codereview.chromium.org/242032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27366 0039d316-1c4b-4281-b951-d872f2087c98
* This CL adds the facility of providing Linux- andtimurrrr@chromium.org2009-09-282-3/+23
| | | | | | | | | | | | | | | Darwin-specific ignore files to ThreadSanitizer. This is necessary because ThreadSanitizer cannot handle the dSYM files properly and the "src:*" ignore rules don't work on Mac. The ignores_mac file contains the rules that make ThreadSanitizer ignore the false positives reported on base::subtle::{NoBarrier_Load, Release_Store} This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/251017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27365 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind keeps complaining about:nsylvain@chromium.org2009-09-281-14/+1
| | | | | | | | | | | | | ==25902== </valgrindoutput> ==25902== FATAL: in suppressions file "/b/slave/chromium-rel-linux-valgrind-tests-1/build/src/tools/valgrind/memcheck/suppressions.txt" near line 1081: ==25902== too many callers in stack trace ==25902== exiting now. So, i'm making the stack trace smaller. Review URL: http://codereview.chromium.org/244020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27358 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for new memory leak that appeared during the WebKit deps roll.levin@chromium.org2009-09-271-0/+31
| | | | | | | | | | TBR=senorblanco@chromium.org BUG=23197 TEST=None Review URL: http://codereview.chromium.org/243020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27338 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Valgrind suppression.thestig@chromium.org2009-09-261-0/+9
| | | | | | | | | BUG=23151 TEST=none TBR=dank Review URL: http://codereview.chromium.org/242016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27314 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a valgrind suppression yet again.thestig@chromium.org2009-09-261-1/+1
| | | | | | | | | BUG=22932 TEST=none TBR=stuartmorgan Review URL: http://codereview.chromium.org/243015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27309 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a valgrind suppression.thestig@chromium.org2009-09-251-0/+1
| | | | | | | | BUG=20113 TEST=none Review URL: http://codereview.chromium.org/248008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27292 0039d316-1c4b-4281-b951-d872f2087c98