summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update perf expectationsnsylvain@chromium.org2012-03-151-1/+1
| | | | | | | | | | xp-release-single-core: intl2 is now flakily failing, but does not seem to have regressed much. http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl2/report.html?history=450&rev=126909 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9699086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126945 0039d316-1c4b-4281-b951-d872f2087c98
* One more suppression for a race on base::Thread::message_loop_timurrrr@chromium.org2012-03-151-2/+8
| | | | | | | | BUG=118319 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9703063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126909 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo and a style nit in some of TSan suppressionstimurrrr@chromium.org2012-03-151-4/+3
| | | | | | | | BUG=113771 TBR=bradchen Review URL: https://chromiumcodereview.appspot.com/9700057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126902 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple of NULL-deref stacks in WebKittimurrrr@chromium.org2012-03-151-0/+22
| | | | | | | | TBR=dhollowa BUG=118387 Review URL: https://chromiumcodereview.appspot.com/9705059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126901 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 151385:152598thakis@chromium.org2012-03-151-1/+1
| | | | | | | | | | | | | | | New stuff: * ObjC number, array, dict literals * ASan fixes, visibility fixes (see bugs) * (c++11: User-defined literals) * -Wstring-plus-int BUG=114996,112539 TEST=none Review URL: http://codereview.chromium.org/9703027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126898 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one uninit and widen a few suppressions to make the WebKit/Mac bot ↵timurrrr@chromium.org2012-03-152-4/+21
| | | | | | | | | | greener BUG=30704,118384 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9702069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126895 0039d316-1c4b-4281-b951-d872f2087c98
* Drop some unused Memcheck:Unaddressable suppressions, widen one TSan one.timurrrr@chromium.org2012-03-152-162/+0
| | | | | | | | | BUG=100235,106104,109485,111371,113638,84779,87094,87408,90967 TEST=http://chromium-build-logs.appspot.com/suppression_query?suppression_query=bug_XXX rocks! TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9702066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126886 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind.sh vs gdb: keep the registers in gdb in sync with the code.timurrrr@chromium.org2012-03-151-1/+3
| | | | | | | | | | | | This might come at a performance price but I don't think this is important for valgrind.sh (please note the tests on the bots are started using a different runner) BUG=113513 TEST=http://code.google.com/p/chromium/issues/detail?id=113513#c8 Review URL: http://codereview.chromium.org/9666056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126883 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a flaky sync_unit_testtimurrrr@chromium.org2012-03-151-0/+2
| | | | | | | | BUG=118370 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9704051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126879 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of failing tests from TSan runstimurrrr@chromium.org2012-03-151-0/+9
| | | | | | | | BUG=118365,118367 TBR=dhollowa Review URL: https://chromiumcodereview.appspot.com/9702064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126877 0039d316-1c4b-4281-b951-d872f2087c98
* Add PluginLoaderPosix tsan suppression.jam@chromium.org2012-03-151-0/+9
| | | | | | | BUG=118345 Review URL: https://chromiumcodereview.appspot.com/9702061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126843 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126822 - widen suppression for race on ↵jam@chromium.org2012-03-151-0/+2
| | | | | | | | | | | | | | | fun:content::BrowserThread::PostTask TBR=jam@chromium.org BUG=115540 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9706050 TBR=zhaoqin@google.com Review URL: https://chromiumcodereview.appspot.com/9699064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126837 0039d316-1c4b-4281-b951-d872f2087c98
* suppress memory leak from SelectFileDialogExtensionTestzhaoqin@google.com2012-03-152-0/+13
| | | | | | | | | | TBR=satorux@chromium.org BUG=118336 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9699063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126834 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectationsnsylvain@chromium.org2012-03-151-1/+1
| | | | | | | | | | | | | xp-release-dual-core: moz 3% virtual memory regression. http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=50&rev=126809&graph=vm_peak_r Started in 126412, when tcmalloc was updated to branch r144. BUG=118329 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9699062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126832 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectationsnsylvain@chromium.org2012-03-151-2/+2
| | | | | | | | | | | | | | | mac-release-10.5: 100% vm size final memory increase for chrome processes (excluding browser) http://build.chromium.org/f/chromium/perf/mac-release-10.5/intl2/report.html?history=300&rev=126775&graph=vm_size_final_r mac-release-10.5: 50% vm size final memory increase for chrome processes (including browser) http://build.chromium.org/f/chromium/perf/mac-release-10.5/intl2/report.html?history=300&rev=126775&graph=vm_size_final_t seems to start in 124803, "Automatically start the GPU process 5s after browser startup." BUG=118321 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9705047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126830 0039d316-1c4b-4281-b951-d872f2087c98
* add suppression for race on on BrowserMainLoop::ShutdownThreadsAndCleanUpzhaoqin@google.com2012-03-151-0/+15
| | | | | | | | | | TBR=jam@chromium.org BUG=118319 test=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9702060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126825 0039d316-1c4b-4281-b951-d872f2087c98
* widen suppression for race on fun:content::BrowserThread::PostTaskzhaoqin@google.com2012-03-151-2/+0
| | | | | | | | | | TBR=jam@chromium.org BUG=115540 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9706050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126822 0039d316-1c4b-4281-b951-d872f2087c98
* widen suppresion for leak in UserManagerImpl::CreateUserzhaoqin@google.com2012-03-151-2/+0
| | | | | | | | | | TBR=nkostylev@chromium.org BUG=116996 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9699059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126815 0039d316-1c4b-4281-b951-d872f2087c98
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-141-1/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/9566002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126779 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126750 (It still times out on the real bots) - Re-enable ↵mattm@chromium.org2012-03-141-0/+3
| | | | | | | | | | | | | | OriginBoundCertServiceTest on TSAN now that they use ECDSA. BUG=92439 TEST=try bot Review URL: https://chromiumcodereview.appspot.com/9700001 TBR=mattm@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126776 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectationsnsylvain@chromium.org2012-03-141-1/+1
| | | | | | | | | | | | | linux-release-lowmem: 3.5% bloat http time regression http://build.chromium.org/f/chromium/perf/linux-release-lowmem/bloat-http/report.html?history=230&rev=126733 seems to start in 125608, "Roll WebKit r110147:110159" BUG=118252 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9699051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126771 0039d316-1c4b-4281-b951-d872f2087c98
* Widen heapcheck suppressions for chromeos::UserManagerImpl leak.rnk@chromium.org2012-03-141-11/+3
| | | | | | | | | TBR=nkostylev@chromium.org,bartfab@chromium.org BUG=116996,117995 Review URL: https://chromiumcodereview.appspot.com/9702043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126751 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable OriginBoundCertServiceTest on TSAN now that they use ECDSA.mattm@chromium.org2012-03-141-3/+0
| | | | | | | | | BUG=92439 TEST=try bot Review URL: https://chromiumcodereview.appspot.com/9700001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126750 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectationsnsylvain@chromium.org2012-03-141-2/+2
| | | | | | | | | | | | | | | | vista-release-dual-core: 0.7% dhtml time regression http://build.chromium.org/f/chromium/perf/vista-release-dual-core/dhtml/report.html?history=270&rev=126694 mac-release-10.5: 0.5% dhtml time regression http://build.chromium.org/f/chromium/perf/mac-release-10.5/dhtml/report.html?history=350&rev=126677 They both seem to start in 125608, "Roll WebKit r110147:110159" BUG=118252 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9702038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126745 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for unpacked extensions to crx_id tool.jvoung@google.com2012-03-142-34/+115
| | | | | | | | | BUG= 117778 TEST= crx_id_unittest.py Review URL: https://chromiumcodereview.appspot.com/9693014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126740 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress InvalidationClientImpl leaks on Valgrind and Heapcheckbruening@google.com2012-03-142-0/+18
| | | | | | | | | | TBR=akalin@chromium.org BUG=118203 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/9705028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126687 0039d316-1c4b-4281-b951-d872f2087c98
* suppress leaks in PasswordStore codebruening@google.com2012-03-141-0/+20
| | | | | | | | | | TBR=erg@chromium.org BUG=118196 TEST=waterfall.sh went from 53 to 0 leaks with Password Review URL: https://chromiumcodereview.appspot.com/9700027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126679 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude IndexedDBUILayoutTest.WorkerLayoutTests on Valgrind Mac b/c it's ↵bruening@google.com2012-03-141-0/+1
| | | | | | | | | | | | failing like IndexedDBUILayoutTest.LayoutTests BUG=110612 TBR=dgrogan@chromium.org TEST= Review URL: https://chromiumcodereview.appspot.com/9706026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126673 0039d316-1c4b-4281-b951-d872f2087c98
* Converts absolute paths in the command to relative path.maruel@chromium.org2012-03-142-2/+28
| | | | | | | | | | | | | | It is a workaround for 'make' which is sending absolute paths for actions. To be reverted once all build tools are verified to not use absolute paths. R=rogerta@chromium.org BUG=98636 TEST= Review URL: http://codereview.chromium.org/9704001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126660 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heap leak checker errors from CL 9689056bartfab@google.com2012-03-141-7/+21
| | | | | | | | | | | | This CL suppresses heap checker error messages due to known leaks in UserManager and (too) clever compiler optimizations. BUG=116996,117995 TEST=waterfall.sh Review URL: http://codereview.chromium.org/9677047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126563 0039d316-1c4b-4281-b951-d872f2087c98
* Fix calling NamedTemporaryFile in dmprof.py and add PRESUBMIT.py for ↵dmikurube@chromium.org2012-03-143-31/+321
| | | | | | | | | | | deep_memory_profiler. BUG=114301 TEST=none Review URL: http://codereview.chromium.org/9694046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126547 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind errors from CL 9689056bartfab@google.com2012-03-131-2/+12
| | | | | | | | | | | | | This CL suppresses heap checker error messages due to known leaks in UserManager. BUG=116996 TEST=waterfall.sh Review URL: http://codereview.chromium.org/9677048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126440 0039d316-1c4b-4281-b951-d872f2087c98
* Lower static initializer expectations after skia patches by pliard.thakis@chromium.org2012-03-131-3/+3
| | | | | | | | | | | | | | (In the same range, dmikurube's tcmalloc roll added 1 file with a static initializer. After discussion, we're accepting that for now.) Linux 64: 9 fewer files with initializers Linux 32: 8 fewer files with initializers Mac: 4 fewer files with initializers TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9677057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126422 0039d316-1c4b-4281-b951-d872f2087c98
* Add strace_inputs.py to strace a test executable and detect its dependencies.maruel@chromium.org2012-03-131-0/+162
| | | | | | | | | | | | | | | | | It detects if all the files in a directories were read and put the dependency on the directory entry instead of listing each individual files. Detects all the temporary files that are created in the checkout directory and that will need to be cleaned up to mark http://crbug.com/116251 fixed. R=rogerta@chromium.org BUG=98640 TEST= Review URL: http://codereview.chromium.org/9689025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126395 0039d316-1c4b-4281-b951-d872f2087c98
* Copy asan_symbolize.py to tools/glider@chromium.org2012-03-132-3/+155
| | | | | | | | | | Change asan_wrapper.sh accordingly. BUG=117791 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/9688014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126352 0039d316-1c4b-4281-b951-d872f2087c98
* Add wildcard OWNERS files for directories where anyone can approve commits.dpranke@chromium.org2012-03-121-0/+1
| | | | | | | | | R=ben@chromium.org, darin@chromium.org BUG=88315 Review URL: https://chromiumcodereview.appspot.com/9664020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126218 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes the relative path when the first input file is used as the command.maruel@chromium.org2012-03-122-23/+46
| | | | | | | | | | | | | | | | Add cacheinvalidation_unittests_run. It is a good example of a unit test not needing any data file. Saves the json result file in a human-readable layout. Generate the list of valid modes dynamically. R=akalin@chromium.org,csharp@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9668042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126174 0039d316-1c4b-4281-b951-d872f2087c98
* mac: We now need at least xcode 3.2.6thakis@chromium.org2012-03-121-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9688015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126155 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown for ↵bruening@google.com2012-03-122-0/+8
| | | | | | | | | | | | Heapcheck and DrMemory BUG=117796 TEST= TBR=lipalani@chromium.org Review URL: https://chromiumcodereview.appspot.com/9669052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126143 0039d316-1c4b-4281-b951-d872f2087c98
* Updated the rev-a of the linux-release-64 static-initializers perf ↵joaodasilva@chromium.org2012-03-121-1/+1
| | | | | | | | | | configuration, so that "improve" and "regress" are the same. BUG=117784 Review URL: https://chromiumcodereview.appspot.com/9662061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126142 0039d316-1c4b-4281-b951-d872f2087c98
* Allow gtest exclusion from memory tool runs based on Windows version.rnk@chromium.org2012-03-121-2/+43
| | | | | | | | | | | | I need this so that I can exclude a bunch of tests that are only failing under DrMemory on XP. R=timurrrr@chromium.org,bruening@chromium.org TEST=Ran googleurl tests under drmemory with win-7 exclusions, worked. Review URL: https://chromiumcodereview.appspot.com/9630020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126141 0039d316-1c4b-4281-b951-d872f2087c98
* Added suppression for v8 uninitialized read introduced in 126117.joaodasilva@chromium.org2012-03-121-0/+7
| | | | | | | | | | TBR=svenpanne@chromium.org BUG=117789 TEST=Memory bots Review URL: https://chromiumcodereview.appspot.com/9690013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126134 0039d316-1c4b-4281-b951-d872f2087c98
* The v8 roll in 126117 introduced a statically initialized mutex that isn't ↵joaodasilva@chromium.org2012-03-121-1/+1
| | | | | | | | | | | | trivial to replace. TBR=cmp@chromium.org BUG=117784 TEST=linux pref bot goes green Review URL: https://chromiumcodereview.appspot.com/9669047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126123 0039d316-1c4b-4281-b951-d872f2087c98
* Updated suppression for leak from setenv on Mac.joaodasilva@chromium.org2012-03-121-2/+2
| | | | | | | | | | TBR=jnd@chromium.org BUG=105022 TEST=Mac Webkit Valgrind bot goes green Review URL: https://chromiumcodereview.appspot.com/9688009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126104 0039d316-1c4b-4281-b951-d872f2087c98
* Update cros.DEPSkeybuk@chromium.org2012-03-111-1/+1
| | | | | | | | | | | | | | | Pull the latest system_api which contains the definition for bluetooth_agent::kDisplayPinCode. BUG=chromium-os:27101 TEST=emerge chromeos-chrome Change-Id: I260d456ad8feb387d09dae5df38210ff44bd6e26 Review URL: http://codereview.chromium.org/9663014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126056 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude WebsiteSettingsModelTest.* from DrMemory.rnk@chromium.org2012-03-101-5/+4
| | | | | | | | | | | | | We're sharding unit_tests 6 ways, and it hits a DCHECK on some shards, as well as when run in isolation. TBR=markusheintz@chromium.org BUG=117679 TEST= Review URL: https://chromiumcodereview.appspot.com/9667029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126041 0039d316-1c4b-4281-b951-d872f2087c98
* exclude flaky test SSLClientSocketTest.VerifyReturnChainProperlyOrdered on ↵zhaoqin@google.com2012-03-091-0/+3
| | | | | | | | | | | | Linux Tests (valgrind)(2) TBR=palmer@chromium.org BUG=117196 TEST= Review URL: https://chromiumcodereview.appspot.com/9667010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125911 0039d316-1c4b-4281-b951-d872f2087c98
* symbolicate_crash.py: Thread HEX names are sometimes more or less than 4 chars.rsesek@chromium.org2012-03-091-2/+2
| | | | | | | | | BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/9662014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125887 0039d316-1c4b-4281-b951-d872f2087c98
* exclude BookmarksUITest.ShouldRedirectToExtension from Chromium OS UI ↵zhaoqin@google.com2012-03-091-0/+2
| | | | | | | | | | | | (valgrind)(2) TBR=arv@chromium.org BUG=39401 TEST= Review URL: https://chromiumcodereview.appspot.com/9666012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125876 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude WebsiteSettingsModelTest.HTTP(S)?Connection from DrMemory.rnk@chromium.org2012-03-091-0/+5
| | | | | | | | | | | | These tests are DCHECKing, and then DR is crashing while taking the backtrace. TBR=bruening@chromium.org BUG=http://code.google.com/p/drmemory/issues/detail?id=826 TEST= Review URL: https://chromiumcodereview.appspot.com/9667006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125864 0039d316-1c4b-4281-b951-d872f2087c98