summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Make the memory waterfall greenertimurrrr@chromium.org2011-08-172-30/+11
| | | | | | | | TBR=glider BUG=19775,92389,92571,93245,93250 Review URL: http://codereview.chromium.org/7624026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97188 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Purify and Quantify.Doing so will reduce substantially the size of ↵jeanluc@chromium.org2011-08-171-2/+1
| | | | | | | | | the project files. BUG=92102 Review URL: http://codereview.chromium.org/7528010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97156 0039d316-1c4b-4281-b951-d872f2087c98
* Reserve 1GB at the base of the address space of linux nacl_helper for Native ↵bradchen@google.com2011-08-171-0/+2
| | | | | | | | | | | | | | | | | | | Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. This is for resubmit of reverted CL 7670011, fixing nacl.gypi for the linux_shared build. See 7670011 and 7599011 for review history. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7655010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97137 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a UI test failing on an arena assertion on Mac OS, exclude ↵timurrrr@chromium.org2011-08-173-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DnsTransactionTest.FirstTimeoutTest from all TSan runs (was: win-only) crbug is down now, so writing failure output here instead of adding crbug comments: http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20UI%20%28valgrind%29%281%29/builds/4693/steps/memory%20test%3A%20ui/logs/stdio [ RUN ] UILayoutTest.MediaUILayoutTest findSb: can't find pointer 0x1F7FE190 in arena 'client' valgrind: the 'impossible' happened: findSb: VG_(arena_free)() in wrong arena? ==44438== at 0x38034E05: ??? sched status: running_tid=1 Thread 1: status = VgTs_Runnable ==44438== at 0x163FD: free (vg_replace_malloc.c:366) ==44438== by 0x7E4A1F: inflateEnd (in /usr/lib/libz.1.2.3.dylib) ==44438== by 0x182B8F35: png_read_destroy (in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib) ==44438== by 0x182B8C2A: _cg_png_destroy_read_struct (in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib) ==44438== by 0x397E9B5: _CGImagePluginInitPNG (in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO) ==44438== by 0x397D37D: makeImagePlus (in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO) ... ==44438== by 0xE049E9: -[NSWindow makeKeyAndOrderFront:] (in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit) ==44438== by 0xBAD2F84: _ZN18BrowserWindowCocoa4ShowEv (in /b/build/slave/chromium-rel-mac-valgrind-ui-1/build/src/xcodebuild/Release/Chromium.app/Contents/Versions/15.0.856.0/Chromium Framework.framewo http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20%28tsan%29/builds/8091/steps/memory%20test%3A%20net/logs/stdio [ RUN ] DnsTransactionTest.FirstTimeoutTest [72206:2823:0817/063330:4543072922370295:FATAL:dns_test_util.cc(18)] Check failed: !numbers_.empty(). Backtrace: 0 net_unittests 0x00061f03 operator new(unsigned long, void*) + 392087 1 net_unittests 0x00061f37 operator new(unsigned long, void*) + 392139 2 net_unittests 0x0006231e operator new(unsigned long, void*) + 393138 3 net_unittests 0x000625d9 operator new(unsigned long, void*) + 393837 4 net_unittests 0x00747ba9 start + 7062665 TBR=glider BUG=58146,88225 Review URL: http://codereview.chromium.org/7671018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97131 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a few Valgrind suppressions, merge bug#80022 and bug#75051timurrrr@chromium.org2011-08-171-33/+23
| | | | | | | | | | | TODO: crbug is down today (wow!) so couldn't file one of the bugs extracted from http://build.chromium.org/p/chromium.memory/builders/Chromium%20OS%20UI%20%28valgrind%29%286%29/builds/394/steps/memory%20test%3A%20ui_1/logs/stdio TBR=glider BUG=75051,76386,80022,89304,92741 Review URL: http://codereview.chromium.org/7621041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97127 0039d316-1c4b-4281-b951-d872f2087c98
* Improve memcheck_analyzetimurrrr@chromium.org2011-08-171-16/+49
| | | | | | | | | | | | | | 1) Skip the report&suppression frames starting from testing::internal::BlahExceptions and RunnableMethod as they usually have nothing to do with the error but significantly increase the size of the suppressions 2) Drop anonymous namespace prefixes 3) Unify boring callers between error reporting code and suppression generation TEST=ran locally on base_unittests Sanity tests with sanity suppressions removed Review URL: http://codereview.chromium.org/7665001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97116 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more memory leaks in ResourceDispatcherHostTest teststimurrrr@chromium.org2011-08-171-0/+16
| | | | | | | | | BUG=93006 TBR=jam TEST=Valgrind unit_tests go green Review URL: http://codereview.chromium.org/7672013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97112 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 97056 - Gyp fix for release build.rvargas@google.com2011-08-161-2/+0
| | | | | | | | | | | | | | | | | | Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7671011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97058 0039d316-1c4b-4281-b951-d872f2087c98
* Add some heapcheck suppressions after some download code refactoring.jam@chromium.org2011-08-161-0/+16
| | | | | | | | BUG=93006 TBR=timur Review URL: http://codereview.chromium.org/7621028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97057 0039d316-1c4b-4281-b951-d872f2087c98
* Gyp fix for release build.bradchen@google.com2011-08-161-0/+2
| | | | | | | | | | | | | | | Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97056 0039d316-1c4b-4281-b951-d872f2087c98
* Make bubble_border use resources under ui/resources.saintlou@chromium.org2011-08-161-0/+7
| | | | | | | | | | | This issue was originally http://codereview.chromium.org/7584007/ BUG=none TEST=none Review URL: http://codereview.chromium.org/7663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97054 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 97040 - Reserve 1GB at the base address of linux nacl_helper for ↵rvargas@google.com2011-08-161-2/+0
| | | | | | | | | | | | | | | | Native Client. Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7669004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97042 0039d316-1c4b-4281-b951-d872f2087c98
* Reserve 1GB at the base address of linux nacl_helper for Native Client.bradchen@google.com2011-08-161-0/+2
| | | | | | | | | | | Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97040 0039d316-1c4b-4281-b951-d872f2087c98
* Recognize crashed tests as failures in sharding_supervisorcharleslee@chromium.org2011-08-161-40/+51
| | | | | | | | | | | | Added some regexes and shard output processing BUG=92653 TEST=crashed tests are shown in the summary Review URL: http://codereview.chromium.org/7650012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96999 0039d316-1c4b-4281-b951-d872f2087c98
* chmod +x src/tools/bisect-builds.pyrsesek@chromium.org2011-08-161-0/+0
| | | | | | | | | BUG=none TEST=./src/tools/bisect-builds.py Review URL: http://codereview.chromium.org/7634032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96978 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure cros.DEPS dependencies are only checked out on linux.maruel@chromium.org2011-08-161-5/+7
| | | | | | | | | | R=satorux@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7663010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96953 0039d316-1c4b-4281-b951-d872f2087c98
* Fix invalid read in the ResourceTracker tests. It wasn't doing the properbrettw@chromium.org2011-08-161-32/+0
| | | | | | | | | | NPObject reference counting and was double-freeing the object. TEST=tools/valgrind/chrome_tests.sh -t test_shell --gtest_filter="ResourceTrackerTest.*" BUG=92279 Review URL: http://codereview.chromium.org/7658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96948 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for leaking cookiestimurrrr@chromium.org2011-08-161-0/+10
| | | | | | | | BUG=90057 TBR=glider Review URL: http://codereview.chromium.org/7659012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96944 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for [false?] memory leak reports in std::stringtimurrrr@chromium.org2011-08-161-20/+8
| | | | | | | | BUG=76386,92548 TBR=thestig Review URL: http://codereview.chromium.org/7664009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96929 0039d316-1c4b-4281-b951-d872f2087c98
* Update Valgrind suppressionstimurrrr@chromium.org2011-08-162-1/+63
| | | | | | | | TBR=thestig BUG=90057, 92741, 93036, 93038 Review URL: http://codereview.chromium.org/7658009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96926 0039d316-1c4b-4281-b951-d872f2087c98
* Move net_unittests Heapcheck gtest file to tools/heapchecktimurrrr@chromium.org2011-08-161-0/+20
| | | | | | | | TBR=glider TEST=Heapchecker bots turn green again Review URL: http://codereview.chromium.org/7664008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96922 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a flaky test from Valgrind runs because leak check is slower than ↵timurrrr@chromium.org2011-08-161-0/+3
| | | | | | | | | | the test expects TBR=glider BUG=93027 Review URL: http://codereview.chromium.org/7663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96913 0039d316-1c4b-4281-b951-d872f2087c98
* Slightly tweak the tools/heapcheck/chrome_tests.py script to read less gtest ↵timurrrr@chromium.org2011-08-163-36/+30
| | | | | | | | | | | | filter files [Mostly copied the code from tools/valgrind/chrome_tests.py] Also, exclude one test and widen one suppression BUG=93006,93022 TBR=glider Review URL: http://codereview.chromium.org/7659011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96912 0039d316-1c4b-4281-b951-d872f2087c98
* Add Heapchecker suppression for DownloadManagerTests, add Valgrind suppressionstimurrrr@chromium.org2011-08-162-103/+31
| | | | | | | | | BUG=93006 TBR=jam TEST=`./tools/valgrind/waterfall.sh match` locally against the unit_tests logs Review URL: http://codereview.chromium.org/7657006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96905 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for download code after some recent refactorings.jam@chromium.org2011-08-161-0/+110
| | | | | | | | BUG=93006 TBR=timurrrr Review URL: http://codereview.chromium.org/7661012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96901 0039d316-1c4b-4281-b951-d872f2087c98
* Pull system_api.git.satorux@chromium.org2011-08-151-2/+4
| | | | | | | | | | | | system_api.git will be used to share constants and definitions between Chrome and Chrome OS. BUG=chromium-os:19054 TEST=confirm that third_party/cros and third_party/system_api are pulled Review URL: http://codereview.chromium.org/7633078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96857 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 96817 - make bubble_border to use resources under ui/resources.georgey@chromium.org2011-08-151-7/+0
| | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7584007 TBR=saintlou@chromium.org Review URL: http://codereview.chromium.org/7648040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96849 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind/Heapchecker: Check for accidental copy/paste in suppression files.thestig@chromium.org2011-08-152-0/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7645008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96838 0039d316-1c4b-4281-b951-d872f2087c98
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-154-10/+10
| | | | | | Review URL: http://codereview.chromium.org/7583053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96819 0039d316-1c4b-4281-b951-d872f2087c98
* make bubble_border to use resources under ui/resources.saintlou@chromium.org2011-08-151-0/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7584007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96817 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race in ResourceDispatcherHost::OnUserGesturetimurrrr@chromium.org2011-08-151-0/+12
| | | | | | | | BUG=92889 TBR=glider Review URL: http://codereview.chromium.org/7649018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96767 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of more UI tests failing on Valgrind/Mactimurrrr@chromium.org2011-08-151-0/+2
| | | | | | | | TBR=glider BUG=51716 Review URL: http://codereview.chromium.org/7649014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96762 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple of new Valgrind leaks, remove the suppression for a Dr. ↵timurrrr@chromium.org2011-08-152-7/+24
| | | | | | | | | | Memory bug recently fixed TBR=glider BUG=87500,89304,92159,92876 Review URL: http://codereview.chromium.org/7647017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96760 0039d316-1c4b-4281-b951-d872f2087c98
* Widen Valgrind suppressionstimurrrr@chromium.org2011-08-151-13/+8
| | | | | | | | BUG=76386,87500 TBR=glider Review URL: http://codereview.chromium.org/7646014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96759 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo in TSan/UI gtest filtertimurrrr@chromium.org2011-08-151-1/+1
| | | | | | | | TBR=thestig BUG=92717 Review URL: http://codereview.chromium.org/7633059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96753 0039d316-1c4b-4281-b951-d872f2087c98
* Update one memory leak suppression to account for the slightly modified ↵timurrrr@chromium.org2011-08-151-1/+1
| | | | | | | | | | method signature BUG=88863 TBR=glider Review URL: http://codereview.chromium.org/7618038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96752 0039d316-1c4b-4281-b951-d872f2087c98
* Build clang --without-llvmgcc and --without-llvmgxx.mark@chromium.org2011-08-151-1/+4
| | | | | | | | | | | | | | | | | Without this, configure finds llvm-gcc and llvm-g++ if already installed on the system, which will likely be out of date relative to the LLVM being built. This causes "make check" to run additional tests using the system llvm-gcc and llvm-g++. Some of these tests will fail. Since we don't build or care about llvm-gcc, it's pointless to run these tests, and it's scary to run your compiler's test suite and see failures. BUG=none TEST=cd third_party/llvm-build; make check-all; make unittests for i in tools/clang/unittests/*/Release+Asserts/*Tests; do "${i}"; done Review URL: http://codereview.chromium.org/7646012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96744 0039d316-1c4b-4281-b951-d872f2087c98
* Fix BrowserAccessibilityManager valgrind errors.dtseng@chromium.org2011-08-142-63/+0
| | | | | | | | | | BUG=91845,92396,59243 TEST=*_valgrind try bots green. Review URL: http://codereview.chromium.org/7639019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96741 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add more suppression / widen existing suppressions.thestig@chromium.org2011-08-121-7/+50
| | | | | | | | | BUG=19775,32624,89304,92571 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7648003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96646 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind / TSAN: Exclude more tests that are timing out.thestig@chromium.org2011-08-122-0/+7
| | | | | | | | | BUG=51716,92717 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7633028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96608 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable a bunch of tests that are consistently timing out.thestig@chromium.org2011-08-121-0/+9
| | | | | | | | | BUG=92630 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96532 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Update / widen / merge some suppressions.thestig@chromium.org2011-08-121-91/+10
| | | | | | | | BUG=19775,51683,58074,90496 TEST=none Review URL: http://codereview.chromium.org/7628010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96513 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Disable more failing tests.thestig@chromium.org2011-08-121-4/+9
| | | | | | | | | BUG=51716 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96485 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Suppress errors in CVCGDisplayLink::setCurrentDisplay.thestig@chromium.org2011-08-111-0/+26
| | | | | | | | | BUG=92579 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7640006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96483 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leaks in history::TopSitesDatabase::Create and ↵thestig@chromium.org2011-08-111-0/+32
| | | | | | | | | | | views::NativeWidgetGtk::OnPaint. BUG=92571,92573 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96480 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen a suppression.thestig@chromium.org2011-08-111-0/+1
| | | | | | | | | BUG=83561 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96476 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add several new suppressions.thestig@chromium.org2011-08-111-0/+41
| | | | | | | | | BUG=46144,92548,92554 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7639005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96474 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable AutomatedUITestBase.FindInPage which times out a lot.thestig@chromium.org2011-08-111-0/+3
| | | | | | | | | BUG=92535 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96458 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen the suppression for leak in buzz::XmppClient.thestig@chromium.org2011-08-111-4/+4
| | | | | | | | | BUG=80654 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7639001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96456 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind/TSAN: Exclude NamedInterfaceTest.BasicNamedInterface which times ↵thestig@chromium.org2011-08-111-0/+3
| | | | | | | | | | | out a lot. BUG=92527 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96450 0039d316-1c4b-4281-b951-d872f2087c98