summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Generate shim headers for libpngphajdan.jr@chromium.org2012-12-181-0/+66
| | | | | | | | BUG=165264 Review URL: https://codereview.chromium.org/11470020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173618 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry / Devtools TraceHandler: exposes tracing via dev tools.bulach@chromium.org2012-12-185-53/+155
| | | | | | | | | | | | | | - exposes start / stop / get request methods via devtools. This allows Telemetry to integrate trace collection across all platforms in a consistent way. BUG= TEST=./tools/telemetry/run_tests --browser=android-content-shell testGotTrace Review URL: https://chromiumcodereview.appspot.com/11548032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173595 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 173550dpapad@chromium.org2012-12-171-2/+0
| | | | | | | | | | | | | | | | > Linux: use generated library loader for libspeechd. > > This will require an update to build/install-build-deps.sh > (done in a separate CL as requested by the infra team). > > BUG=162733 > > Review URL: https://codereview.chromium.org/11415243 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/11573052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173561 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use generated library loader for libspeechd.phajdan.jr@chromium.org2012-12-171-0/+2
| | | | | | | | | | | This will require an update to build/install-build-deps.sh (done in a separate CL as requested by the infra team). BUG=162733 Review URL: https://codereview.chromium.org/11415243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173550 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak reported in file_util::CreateDirectory()bruening@google.com2012-12-171-0/+12
| | | | | | | | | | BUG=166485 TBR=rnk@chromium.org TEST=waterfall.sh Review URL: https://codereview.chromium.org/11616003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173527 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in content::DOMStorageContextImpl::DeleteLocalStorage()bruening@google.com2012-12-171-0/+10
| | | | | | | | | | BUG=166470 TBR=michaeln@chromium.org TEST=waterfall.sh Review URL: https://codereview.chromium.org/11607004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173520 0039d316-1c4b-4281-b951-d872f2087c98
* Update OSMesa leak suppression after changes in r173364bruening@google.com2012-12-171-1/+1
| | | | | | | | | | BUG=148477 TEST=waterfall.sh TBR=gman@chromium.org Review URL: https://codereview.chromium.org/11618002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173506 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 172809kkania@chromium.org2012-12-171-93/+160
| | | | | | | | | | | | | | | | > Enable all browser tests except below tests and tests which are failing on local machine. > EncodingAliases*.* > NewStackCloudPolicyTest*.* > DeviceManagementServiceIntegrationTestInstance*.* > RestoreOnStartupPolicyTestInstance*.* > PolicyPrefsTestInstance*.* > > Review URL: https://chromiumcodereview.appspot.com/11557022 TBR=pshenoy@chromium.org Review URL: https://codereview.chromium.org/11616002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173500 0039d316-1c4b-4281-b951-d872f2087c98
* Add a tool to look for unused suppressions.phajdan.jr@chromium.org2012-12-173-34/+69
| | | | | | | | | | | This is a resubmit of https://codereview.chromium.org/11421163 and should work with the PRESUBMIT check. BUG=112065 Review URL: https://codereview.chromium.org/11569037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173499 0039d316-1c4b-4281-b951-d872f2087c98
* exclude more test from browser_test with Dr.Memoryzhaoqin@google.com2012-12-171-0/+6
| | | | | | | | TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11592006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173419 0039d316-1c4b-4281-b951-d872f2087c98
* exclude more tests from browser_tests with Dr.Memoryzhaoqin@google.com2012-12-161-0/+21
| | | | | | | | TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11588007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173397 0039d316-1c4b-4281-b951-d872f2087c98
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-152-0/+44
| | | | | | | | | | | This lets us have identifiers that match reserved words. BUG=166268 Review URL: https://chromiumcodereview.appspot.com/11565053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173332 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Output symbolized stacks on android.tonyg@chromium.org2012-12-142-5/+33
| | | | | | | | | | | | The non-symbolized stacks in logcat aren't much use otherwise. BUG=None TEST=tools/perf/run_multipage_benchmarks --browser=android-content-shell -v jsgamebench tools/perf/page_sets/jsgamebench.json NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11569036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173203 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the --noshow-results flag which is no longer supported by ↵bruening@google.com2012-12-141-1/+0
| | | | | | | | | | | | run_webkit_tests.py after WebKit roll 137511:137535. TBR=adamk@chromium.org BUG= Review URL: https://codereview.chromium.org/11566034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173168 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in AutofillPopupView::Createbruening@google.com2012-12-141-0/+7
| | | | | | | | | | BUG=166161 TBR=estade@chromium.org TEST=waterfall.sh Review URL: https://codereview.chromium.org/11566033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173160 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms failure from r173095.thestig@chromium.org2012-12-141-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173106 0039d316-1c4b-4281-b951-d872f2087c98
* adding render stats for deferred image decodingqinmin@chromium.org2012-12-141-0/+28
| | | | | | | | | BUG=163980 Review URL: https://chromiumcodereview.appspot.com/11575015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173095 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-131-1/+1
| | | | | | | | | | xp-release-dual-core/moz/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=300&rev=171887 TBR=cmp@chromium.org BUG=165548 Review URL: https://codereview.chromium.org/11569023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172985 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Clang 168474:169803.hans@chromium.org2012-12-132-2/+3
| | | | | | | | | BUG=165895 Review URL: https://chromiumcodereview.appspot.com/11572012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172949 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: fix memory benchmark for reference builds.marja@chromium.org2012-12-131-3/+5
| | | | | | | | | | | They don't have domAutomationController.getHistogram. BUG=158323 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11576013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172940 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: More elegant histogram printing.marja@chromium.org2012-12-131-4/+8
| | | | | | | | | | | | | | We now consider the _by_url data important for histograms, and only print out histograms one by one. So we don't need hacks in perf_tests_helper for printing out a list of histograms (for which we don't any more know which page they refer to). BUG=158323 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11573008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172939 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: error message fix.marja@chromium.org2012-12-131-1/+1
| | | | | | | | | | | | | We don't have a --record option to page_runner any more, instead we have a separate tool record_wpr. BUG=NONE NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11569012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172899 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Remove the stress_memory tests for YouTube.marja@chromium.org2012-12-131-15/+0
| | | | | | | | | | | | | The .wpr committed yesterday was done with this .json. The page is not stable enough to keep the click sequences working. TBR=nduca@chromium.org,tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/11564008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172838 0039d316-1c4b-4281-b951-d872f2087c98
* Enable all browser tests except below tests and tests which are failing on ↵pshenoy@chromium.org2012-12-131-160/+93
| | | | | | | | | | | | | | local machine. EncodingAliases*.* NewStackCloudPolicyTest*.* DeviceManagementServiceIntegrationTestInstance*.* RestoreOnStartupPolicyTestInstance*.* PolicyPrefsTestInstance*.* Review URL: https://chromiumcodereview.appspot.com/11557022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172809 0039d316-1c4b-4281-b951-d872f2087c98
* Remove tsan suppressions for http://crbug.com/164349.asvitkine@chromium.org2012-12-131-19/+0
| | | | | | | | BUG=164349 Review URL: https://chromiumcodereview.appspot.com/11548029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172787 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Print stdout upon a TabCrashException.tonyg@chromium.org2012-12-136-20/+40
| | | | | | | | | | BUG=None TEST=None NOTRY=1 Review URL: https://chromiumcodereview.appspot.com/11416359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172772 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-131-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl1/report.html?history=150&rev=172684 TBR=cmp@chromium.org BUG=165835 Review URL: https://codereview.chromium.org/11442073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172751 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-131-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/linux-release-lowmem/moz/report.html?history=250&rev=172704 TBR=cmp@chromium.org BUG=165830 Review URL: https://codereview.chromium.org/11442072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172749 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-131-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/linux-release-lowmem/intl2/report.html?history=150&rev=172686 TBR=cmp@chromium.org BUG=165820 Review URL: https://codereview.chromium.org/11553040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172723 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-121-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/linux-release-lowmem/bloat-http/report.html?history=150&rev=172686 TBR=cmp@chromium.org BUG=165803 Review URL: https://codereview.chromium.org/11519048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172708 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-12-121-3/+3
| | | | | | | | | | | | http://build.chromium.org/f/chromium/perf/linux-release/intl1/report.html?history=150&rev=172672 http://build.chromium.org/f/chromium/perf/linux-release/intl2/report.html?history=150&rev=172672 http://build.chromium.org/f/chromium/perf/linux-release/moz/report.html?history=150&rev=172672 TBR=cmp@chromium.org BUG=165791 Review URL: https://codereview.chromium.org/11442066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172693 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations:rtenneti@google.com2012-12-121-3/+3
| | | | | | | | | | | | http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=172644&graph=ws_peak_b http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=450&rev=172644&graph=ws_peak_r http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl2/report.html?history=150&rev=172644 TBR=cmp@chromium.org BUG=165791 Review URL: https://codereview.chromium.org/11554032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172673 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppression for ShutdownDetector.robertshield@chromium.org2012-12-121-4/+6
| | | | | | | | | | BUG=29675,165630 TEST=NONE NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11548028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172648 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-12-121-5/+5
| | | | | | | | | | | | | | | | | xp-release-dual-core/intl1/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl1/report.html?history=150&rev=172215 xp-release-dual-core/intl2/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl2/report.html?history=150&rev=172192 linux-release/moz/time: http://build.chromium.org/f/chromium/perf/linux-release/moz/report.html?history=150&rev=172222 linux-release/intl1/times: http://build.chromium.org/f/chromium/perf/linux-release/intl1/report.html?history=150&rev=172222 linux-release/intl2/times: http://build.chromium.org/f/chromium/perf/linux-release/intl2/report.html?history=250&rev=172222 TBR=cmp BUG=165548 Review URL: https://codereview.chromium.org/11554009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172629 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: error messages & memory benchmark fixmarja@chromium.org2012-12-122-1/+13
| | | | | | | | | | | | | | | | | | | Display better errors when clicking an element fails. Also fixes the histogram printing for the memory benchmark. For a hard-coded set of Google pages (such as GMail), we produce custom memory histograms (V8.Something_gmail) instead of the generic histograms (V8.Something), if we detect that a renderer is only rendering this page and no other pages. For this test, we need to disable histogram customizing, so that we get the same generic histograms produced for all pages. BUG=158323 NOTRY=true Review URL: https://codereview.chromium.org/11478048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172578 0039d316-1c4b-4281-b951-d872f2087c98
* Compress and correct the ash supressions.petermayo@chromium.org2012-12-111-354/+57
| | | | | | | | BUG=164676, 144990 TEST=local Review URL: https://codereview.chromium.org/11515002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172443 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions now that leaks are fixedccameron@chromium.org2012-12-112-17/+0
| | | | | | | | | BUG=143563 Review URL: https://chromiumcodereview.appspot.com/10896041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172423 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak export_tarball tool:phajdan.jr@chromium.org2012-12-111-1/+7
| | | | | | | | | | | | - remove sqlite test data in its new directory - remove WebKit change logs to save ~10 MB in tarball size - fix for python2.7+ BUG=none Review URL: https://codereview.chromium.org/11506014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172417 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Increase Kraken timeout to allow it to pass on Android.tonyg@chromium.org2012-12-111-1/+1
| | | | | | | | | | BUG=163680 TEST=tools/perf/run_multipage_benchmarks --browser=android-content-shell kraken tools/perf/page_sets/kraken.json Review URL: https://chromiumcodereview.appspot.com/11519015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172374 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: fix sharding option for android.bulach@chromium.org2012-12-111-1/+1
| | | | | | | | | | | | Follow up on r172044, need to set the action for --keep_test_server_ports option. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/11458008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172368 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Fix scrolling tests on Windows.marja@chromium.org2012-12-111-1/+1
| | | | | | | | | | | | | | | The http://twitter.com/katyperry page failed because the document.readyState was stuck in "interactive" and never went to "complete". The behavior after this CL matches what the scrolling test used to do before the interaction refactoring (i.e., it didn't wait for the page to become "complete" then either. BUG= Review URL: https://codereview.chromium.org/11532006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172340 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Fix browser finding on Linux.marja@chromium.org2012-12-111-1/+3
| | | | | | | | | | | This broke recently because of some unknown reason. It seems that localhost:port/json/ gives a 404 but localhost:port/json works. BUG= NOTRY=true Review URL: https://codereview.chromium.org/11532004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172324 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for false positives in vp8 (issue 158718)glider@chromium.org2012-12-111-1/+2
| | | | | | | | BUG=158718 TBR=timurrrr Review URL: https://codereview.chromium.org/11533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172316 0039d316-1c4b-4281-b951-d872f2087c98
* Adding tsan ignore for arena_thread_freereskjellander@chromium.org2012-12-111-0/+4
| | | | | | | | | | | | | | | This seems to cause trouble when using GCC 4.6. See https://code.google.com/p/webrtc/issues/detail?id=300 for details on how to reproduce the problem. BUG=webrtc:300 TEST=On a WebRTC r2893 checkout, run: tools/valgrind-webrtc/webrtc_tests.sh --tool=tsan -t out/Release/system_wrappers_unittests with a TSAN compiled Release build. It passes with this ignore added. Review URL: https://chromiumcodereview.appspot.com/11088045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172313 0039d316-1c4b-4281-b951-d872f2087c98
* Updated perf thresholds for chrome.dllbattre@chromium.org2012-12-111-1/+1
| | | | | | | | | BUG=165414 TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11477005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172312 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the _by_url printing for histograms.marja@chromium.org2012-12-112-2/+7
| | | | | | | | | | | | | | Also, "." was used in a different meaning, and unnecessarily messing up histogram names like "V8.Foo", so, replaced it with "_" for histograms. After these, we can use the "_by_url" results for histograms for computing the percentiles we need. BUG= Review URL: https://codereview.chromium.org/11513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172311 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Perf Regression on linux release and linux release 64 buildersbattre@chromium.org2012-12-111-3/+3
| | | | | | | | | TBR=cmp@chromium.org BUG=165414 Review URL: https://codereview.chromium.org/11534005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172297 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Remove suppressions for resolved memory leaksjsbell@chromium.org2012-12-111-19/+0
| | | | | | | | | | | TBR=thestig@chromium.org BUG=122249 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11519013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172195 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Fix image_decoding_benchmark on older builds of Chrome.tonyg@chromium.org2012-12-101-0/+3
| | | | | | | | | | | | 1. Fall back to webkitNow or Date.now if performance.now isn't available. 2. Avoid divide-by-zero if DecodeImage isn't available in timeline. BUG=None TEST=tools/perf/run_multipage_benchmarks --browser=exact --browser-executable=chrome/tools/test/reference_build/chrome_linux/chrome image_decoding_benchmark tools/perf/page_sets/tough_image_cases.json Review URL: https://codereview.chromium.org/11506016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172145 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Fix waterfall breakage from crrev.com/172126dtu@chromium.org2012-12-101-1/+1
| | | | | | | | | TBR=tonyg@chromium.org BUG=None. Review URL: https://codereview.chromium.org/11507008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172144 0039d316-1c4b-4281-b951-d872f2087c98