summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Automate JSGameBench with Chrome Remote Control.tonyg@chromium.org2012-11-023-0/+31
| | | | | | | | | BUG=124813 TEST=Manual on linux Review URL: https://codereview.chromium.org/11364037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165561 0039d316-1c4b-4281-b951-d872f2087c98
* Re-instate exclusions that were removed by r164464 for tests that fail under ↵bruening@google.com2012-11-011-0/+5
| | | | | | | | | | | Dr. Memory. BUG=157132 TBR=rnk@google.com Review URL: https://codereview.chromium.org/11369035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165512 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf 'SIZES' expectations to accomodate NaCl IPC IRT nexes.bbudge@chromium.org2012-11-011-3/+3
| | | | | | | | | | This increases sizes. This is temporary and will be reset lower once we have completed the switch from the old SRPC proxy to the new IPC one. BUG=116317 TEST=none Review URL: https://codereview.chromium.org/11366043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165506 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a couple conditional jump errors in webkit layout tests.thestig@chromium.org2012-11-011-0/+50
| | | | | | | | | | BUG=158998,159005 NOTRY=true TBR=oshima Review URL: https://chromiumcodereview.appspot.com/11360046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165491 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable unit_tests on Dr. Memory Windows botbruening@google.com2012-11-011-4/+0
| | | | | | | | | | BUG=157132 TBR=rnk@chromium.org TEST=They now pass locally after tool bug fixes Review URL: https://codereview.chromium.org/11366039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165447 0039d316-1c4b-4281-b951-d872f2087c98
* Added test for findbugs plugin.michaelbai@chromium.org2012-11-015-0/+101
| | | | | | | | | | | | | | - The java files had the issue that findbugd plugin need to find out, they compiled with the same configuration as chrome for android's. - The run_findbugs_plugin_tests.py runs the findbugs against the above Java classes, and expects to find the same issues as those in expected_result.txt. BUG=143971, 157970 Review URL: https://chromiumcodereview.appspot.com/11343057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165442 0039d316-1c4b-4281-b951-d872f2087c98
* android: Build android_tools_common target as static_library.tfarina@chromium.org2012-11-011-1/+1
| | | | | | | | | | BUG=111541 R=bulach@chromium.org Review URL: https://chromiumcodereview.appspot.com/11275079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165422 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome-remote-control] Clean up kraken output a little.tonyg@chromium.org2012-11-012-2/+10
| | | | | | | | | | | | | 1. Mark sub-results as unimportant so the total stands out more on the buildbot. 2. Alphabetize results. 3. Display averages instead of lists in the csv output. BUG=None TEST=Manual Review URL: https://codereview.chromium.org/11364016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165411 0039d316-1c4b-4281-b951-d872f2087c98
* Enable error messages such as Dr. Memory crashes on stderr so we can ↵bruening@google.com2012-11-011-2/+4
| | | | | | | | | | | | distinguish an app crash from a tool crash. BUG=157132 R=rnk@chromium.org TEST=Ran net_unittests and drmem i#1067's "Exception in client library" showed up. Review URL: https://codereview.chromium.org/11365035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165406 0039d316-1c4b-4281-b951-d872f2087c98
* exclude more tests from browser_tests with Dr.Memoryzhaoqin@google.com2012-11-011-0/+5
| | | | | | | | TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11368030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165393 0039d316-1c4b-4281-b951-d872f2087c98
* TSan v2 suppressions for races in remoting_unittests.glider@chromium.org2012-11-011-0/+7
| | | | | | | | BUG=157586,158922 TBR=timurrrr Review URL: https://codereview.chromium.org/11367035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165384 0039d316-1c4b-4281-b951-d872f2087c98
* More changes for TSan v2 support:glider@chromium.org2012-11-012-0/+19
| | | | | | | | | | | -- add the ignores file -- set the appropriate definitions for compiling dynamic annotations -- add suppressions for existing data races BUG=23244,62694,102327,120808,158718 Review URL: https://codereview.chromium.org/11227052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165330 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed and re-enabled unit tests for WebContentsVideoCaptureDevice.miu@chromium.org2012-11-012-19/+0
| | | | | | | | | | | | | | 1. Added mechanism to synchronize unit test tear-down with objects being destroyed on other threads. 2. Added locking around StubRenderWidgetHost::color_ in test code. 3. Re-enabled tests and removed relevant suppressions. BUG=158317 TEST=Ran TSAN and Heapcheck with no errors. Ran debug Chromium build with --vmodule=web_contents_video_capture_device=2 and confirmed no breakage in functionality. Review URL: https://chromiumcodereview.appspot.com/11336027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165327 0039d316-1c4b-4281-b951-d872f2087c98
* Add a gfx::::LoadDefaults Heapcheck:Leak suppressionmsw@chromium.org2012-11-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Surfaced by ChromeToMobileServiceTest.RequirementsToEnable; see logs: http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20Heapcheck/builds/13337/ I added a generalized LoadDefaults suppression under the test; full stack: Suppression (error hash=#028FDA4EF95DBAC8#): { <insert_a_suppression_name_here> Heapcheck:Leak fun:?? fun:gfx::::LoadDefaults fun:gfx::GetDefaultWebKitFontRenderParams fun:renderer_preferences_util::UpdateFromSystemSettings fun:PrefsTabHelper::PrefsTabHelper fun:content::WebContentsUserData::CreateForWebContents fun:TabContents::TabContents fun:TabContents::Factory::CreateTabContents fun:BrowserTabstripTabContentsCreator::CreateTabContents fun:chrome::TabContentsFactory fun:chrome::Navigate fun:BrowserWithTestWindowTest::AddTab fun:::ChromeToMobileServiceTest_RequirementsToEnable_Test::TestBody } BUG=132431,157750,122183 TEST=No linux_chromeos unit_test failures R=hbono@chromium.org Review URL: https://codereview.chromium.org/11363029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165313 0039d316-1c4b-4281-b951-d872f2087c98
* Remove bug_122183 heapcheck leak suppression.msw@chromium.org2012-11-011-7/+0
| | | | | | | | | | | | | | | | | | | My http://crrev.com/163497 surfaced a bunch of leaks: Leak issues: 157438, 157499, 157746, 157750, 157752, 157755, 157757. An underlying issue was fixed ( see http://crbug.com/157755 ) But Font Config may still leak... ( see http://crbug.com/157750 ) Potentially related Font Config issues: 132431, 70327, 146955, 39050, 157141 I'm removing the wider suppression, and will re-suppress any leaks that pop up. BUG=122183,157750,157755 TEST=No heapcheck leaks resurface (one from FontConfig may... 132431) R=hshi@chromium.org TBR=timurrrr@chromium.org Review URL: https://chromiumcodereview.appspot.com/11359009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165297 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome-remote-control] Set --metrics-recording-only.tonyg@chromium.org2012-10-311-0/+1
| | | | | | | | | | | | This disables reporting user metrics which is appropriate for tests running continuously on the bots. BUG=None TEST=None Review URL: https://codereview.chromium.org/11365018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165253 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome-remote-control] Fix replaying HTTP on android.tonyg@chromium.org2012-10-315-29/+21
| | | | | | | | | | | | | Forwarder2 only supports one forwarder at a time (it kills previous forwarders), so the HTTPS forwarder was killing the HTTP forwarder. To work around this, we have one forwarder which forwarders both HTTP and HTTPS. BUG=None TEST=Manual on linux, cros and android Review URL: https://codereview.chromium.org/11341017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165222 0039d316-1c4b-4281-b951-d872f2087c98
* exclude more tests from browser_tests with drmemoryzhaoqin@google.com2012-10-311-0/+3
| | | | | | | | TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11368011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165194 0039d316-1c4b-4281-b951-d872f2087c98
* Automate Robohornet Pro with Chrome Remote Control.tonyg@chromium.org2012-10-315-1/+37
| | | | | | | | | BUG=152269 TEST=Manual on linux Review URL: https://codereview.chromium.org/11336038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165184 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude SpdyHttpStreamSpdy3Test tests tootimurrrr@chromium.org2012-10-311-1/+1
| | | | | | | | | BUG=118883 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11358008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165150 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude more media tests from TSan runstimurrrr@chromium.org2012-10-311-2/+4
| | | | | | | | | | BUG=157793 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11358007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165145 0039d316-1c4b-4281-b951-d872f2087c98
* Reserve resource ids starting at 31000 for projects built on Chromium.msarda@chromium.org2012-10-311-0/+2
| | | | | | | | | | | | | Currently iOS has a bunch of strings in the internal repository and they are repacked by the build in the same .pak. The intent of this CL is to have these strings in a protected range to prevent the possibility of sudden build bustage due to collisions. As this seems like a general problem that anything built on Chromium is likely to face, this CLs reserves the resource ids starting at 31000 for all projects built on top of Chromium. Review URL: https://chromiumcodereview.appspot.com/11341009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165143 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude one more net_ test from Valgrind&friends runstimurrrr@chromium.org2012-10-311-0/+1
| | | | | | | | | BUG=118883 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11368004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165141 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude SpdyNetworkTransactionSpdy tests under all memory toolstimurrrr@chromium.org2012-10-312-3/+3
| | | | | | | | | BUG=118883 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11362004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165139 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome remote control multi-page tests: Enable printing out histograms.marja@chromium.org2012-10-311-9/+18
| | | | | | | | BUG=158323 Review URL: https://codereview.chromium.org/11340037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165132 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AudioRendererAlgorithmTest in TSAN media_unittests. It's hanging.thestig@chromium.org2012-10-311-0/+1
| | | | | | | | BUG=157793 TBR=timurrrr Review URL: https://codereview.chromium.org/11348057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165091 0039d316-1c4b-4281-b951-d872f2087c98
* Automate Kraken benchmark with Chrome Remote Control.tonyg@chromium.org2012-10-303-0/+43
| | | | | | | | | BUG=126516 TEST=Manual on linux Review URL: https://codereview.chromium.org/11346041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165012 0039d316-1c4b-4281-b951-d872f2087c98
* Be more specific about the ignored plugin files in checkperms.py. Also ↵thestig@chromium.org2012-10-301-4/+4
| | | | | | | | | | remove an ignored file that no longer exists. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11338049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165011 0039d316-1c4b-4281-b951-d872f2087c98
* Add device_unittests to valgrind/heapchecker scripts.thestig@chromium.org2012-10-302-0/+8
| | | | | | | | NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11345039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164997 0039d316-1c4b-4281-b951-d872f2087c98
* Add link to WebKit revision log for WebKit rolls.scheib@chromium.org2012-10-301-4/+10
| | | | | | | | | | | R=maruel@chromium.org NOTRY=true BUG=None Review URL: https://chromiumcodereview.appspot.com/11339053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164994 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream findbugs plugin for Androidmichaelbai@google.com2012-10-309-0/+266
| | | | | | | | | | FindBugs plugin to detect synchronized method and synchronized this. BUG=143971 Review URL: https://codereview.chromium.org/11263050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164990 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself as an owner for tools/checkperms.thestig@chromium.org2012-10-302-0/+2
| | | | | | | | | | R=maruel@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11227046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164988 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebTestRunner namespace to the list of "bad namespaces" so we don't warn ↵jochen@chromium.org2012-10-301-0/+1
| | | | | | | | | | about not putting OVERRIDE on virtual methods. The WebTestRunner namespace is similar to the WebKit namespace in that its classes change often and are upstream in WebKit Review URL: https://codereview.chromium.org/11339049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164972 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 164951 - Automate Kraken benchmark with Chrome Remote Control.sergeyu@chromium.org2012-10-303-43/+0
| | | | | | | | | | | | | | | This uses web page replay to record the benchmark itself so it deletes the unused kraken data checked into chrome/test/data. BUG=126516 TEST=Manual on linux Review URL: https://codereview.chromium.org/11348021 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/11339048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164966 0039d316-1c4b-4281-b951-d872f2087c98
* Automate Kraken benchmark with Chrome Remote Control.tonyg@chromium.org2012-10-303-0/+43
| | | | | | | | | | | | This uses web page replay to record the benchmark itself so it deletes the unused kraken data checked into chrome/test/data. BUG=126516 TEST=Manual on linux Review URL: https://codereview.chromium.org/11348021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164951 0039d316-1c4b-4281-b951-d872f2087c98
* exclude more tests from browser_tests with Dr.Memoryzhaoqin@google.com2012-10-301-0/+17
| | | | | | | | TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11336033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164932 0039d316-1c4b-4281-b951-d872f2087c98
* Properly initialize SkBitmap in NavigationControllerTest.*pkotwicz@chromium.org2012-10-301-6/+0
| | | | | | | | | | | | Moved DoImagesMatch() to anonymous namespace. BUG=157616 Run=./tools/valgrind/chrome_tests.sh -t cmdline ./out/Debug/content_unittests --gtest_filter=NavigationControllerTest.BackNavigationDoesNotClearFavicon does not produce any errors Review URL: https://chromiumcodereview.appspot.com/11291002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164925 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress most of the reports on the WebKit Valgrind bottimurrrr@chromium.org2012-10-301-6/+18
| | | | | | | | | | BUG=158514,158510,105907,112278 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11346035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164918 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable startup testsaberent@chromium.org2012-10-303-0/+16
| | | | | | | | | | | The Android startup tests need statup_test_common to run. This was lost in the reorganization of the Android repositories for Chrome. BUG=137007 Review URL: https://chromiumcodereview.appspot.com/11342041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164917 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude EventRouterForwarderTest tests from HeapChecker runstimurrrr@chromium.org2012-10-301-0/+1
| | | | | | | | | BUG=158507,155541 TBR=glider NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11348034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164904 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude all SpdyNetworkTransactionSpdy*Test teststimurrrr@chromium.org2012-10-301-1/+1
| | | | | | | | | | BUG=157132 TBR=rnk NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11340041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164893 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a flaky tests from base_ runstimurrrr@chromium.org2012-10-301-0/+4
| | | | | | | | | | BUG=43972 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11340039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164892 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for the ↵timurrrr@chromium.org2012-10-301-1/+1
| | | | | | | | | | | | {media_stream,content}::AudioInputDeviceManager leak BUG=156829 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11342035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164891 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude AudioBusTest.* to make TSan bots happier.glider@chromium.org2012-10-301-2/+2
| | | | | | | | TBR=timurrrr BUG=157793 Review URL: https://codereview.chromium.org/11347034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164887 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressionoshima@chromium.org2012-10-301-4/+0
| | | | | | | | | | | | TBR=timurrrr@chromium.org BUG=148477 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164880 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup suppression for compositor testoshima@chromium.org2012-10-302-53/+7
| | | | | | | | | | | TBR=timurrrr@chromium.org BUG=158357,148477,158314,158312 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11336031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164866 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppression for 148477oshima@chromium.org2012-10-301-20/+13
| | | | | | | | | | | | TBR=timurrrr@chromium.org BUG=148477 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11348027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164852 0039d316-1c4b-4281-b951-d872f2087c98
* Update SIZES after removing IPC IRT nexes.bbudge@chromium.org2012-10-301-3/+3
| | | | | | | | | | Apparently there was some creep upward and the old ranges are too small. tbr=thakis@chromium.org BUG=156740 TEST=bots Review URL: https://codereview.chromium.org/11346024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164819 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf_av test baselines for selected tests on Windows 7 only, to pick ↵anandc@chromium.org2012-10-301-185/+185
| | | | | | | | | | | | | up improvements arising from CL11304015. BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11338014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164800 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome_remote_control] Fix --user-data-dir on ChromeOS.dtu@chromium.org2012-10-291-2/+5
| | | | | | | | | | | This should fix the failure on ChromeOS. BUG=None. TEST=Run a crc/perf test on ChromeOS. Review URL: https://codereview.chromium.org/11273095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164768 0039d316-1c4b-4281-b951-d872f2087c98