summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [telemetry] Fix unit test failures.dtu@chromium.org2012-11-139-30/+51
| | | | | | | | | | | | | 1. Fix tab crash catching. It should catch WebSocketException as a tab crash. 2. Fix os.path stub behavior on Windows. It should discard path components if there's an absolute path. 3. Fix page set with invalid syntax. It had extra quote marks. BUG=None. TEST=./run_tests in tools/telemetry and tools/perf Review URL: https://codereview.chromium.org/11361196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167270 0039d316-1c4b-4281-b951-d872f2087c98
* Unselect GDI bitmaps after use to make sure that the device context and ↵alexeypa@chromium.org2012-11-121-9/+0
| | | | | | | | | | bitmaps can be destroyed independently. BUG=160477 Review URL: https://codereview.chromium.org/11410038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167261 0039d316-1c4b-4281-b951-d872f2087c98
* Roll v8-i18n r155:157 and update license metadata.torne@chromium.org2012-11-121-5/+1
| | | | | | | | | | | | | Pick up LICENSE file update in r157 and update license tool metadata to match. BUG=160221 TBR=cira@chromium.org Review URL: https://chromiumcodereview.appspot.com/11369182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167171 0039d316-1c4b-4281-b951-d872f2087c98
* Support HTTP test-server based net unit tests on Android.pliard@chromium.org2012-11-1213-135/+705
| | | | | | | | | | | | | | | | | | | | | | | | | | This changes forwarder2 to support both test-server spawner and HTTP server forwarding. The main issue was that the device_forwarder was killed when instantiating a second Forwarder (Python object). Test server based unit tests require two device-to-host redirections, one for the test server spawner and one for the HTTP server. The port used by the HTTP server is allocated dynamically which means that we can't know the full forwarding configuration before we spawn a HTTP server (through the test server spawner). This CL changes the forwarder to let it forward new ports while it is running by making host_forwarder a daemon. This is similar to how ADB works. This also means that a single host_forwarder process (daemon) can now handle multiple devices. BUG=146979 Review URL: https://chromiumcodereview.appspot.com/11269036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167167 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a GDI error in VideoFrameCapturerWin::~VideoFrameCapturerWin().hbono@chromium.org2012-11-121-0/+9
| | | | | | | | | | | This change suppresses a GDI error (deleting a selected object) added by r167058 <http://crrev.com/167058>. TBR=dhollowa,alexeypa BUG=160477 TEST=make the "Windows Tests (DrMemory)" bot green. Review URL: https://codereview.chromium.org/11365192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167147 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression for Bug 150648hbono@chromium.org2012-11-121-1/+0
| | | | | | | | | | | This change updates the suppression rule for Bug 150648 to catch up with the WebKit roll. TBR=dhollowa BUG=150648 TEST=make the "Linux Heapcheck" bot green. Review URL: https://codereview.chromium.org/11275251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167146 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rules for Bug 158998.hbono@chromium.org2012-11-121-2/+10
| | | | | | | | | | | This change widens the supression rules for Bug 158998 to catch up with the huffbuzz-ng roll <http://crrev.com/165892>. TBR=dhollowa BUG=158998 TEST=make the "WebKit Linux (valgrind layout)" bot greener. Review URL: https://codereview.chromium.org/11410028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167145 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@chromium.org2012-11-101-1/+1
| | | | | | | | | | chromium-rel-win7-dual/startup: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/startup/report.html?rev=167096&graph=warm&trace=t&history=50 TBR=cmp@chromium.org BUG=160414 Review URL: https://codereview.chromium.org/11363184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167107 0039d316-1c4b-4281-b951-d872f2087c98
* Updated expectations (rebasing linux-release-lowmem expectationsrtenneti@chromium.org2012-11-101-5/+5
| | | | | | | | | | | | | | | | to fix gasper-alerts). linux-release-lowmem/intl1: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/intl1/report.html?rev=167087&graph=times&trace=t&history=150 linux-release-lowmem/intl2: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/intl2/report.html?rev=167087&graph=times&trace=t&history=150 linux-release-lowmem/morejs: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/morejs/report.html?rev=167087&graph=times&trace=t&history=150 linux-release-lowmem/dhtml: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/dhtml/report.html?rev=167087&graph=times&trace=t&history=150 linux-release-lowmem/moz: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/moz/report.html?rev=167087&graph=times&trace=t&history=150 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11366188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167101 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SBInterstitial field trial. Make V2 the default.mattm@chromium.org2012-11-101-1/+0
| | | | | | | | | BUG=143999, 148870 Review URL: https://chromiumcodereview.appspot.com/11358057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167056 0039d316-1c4b-4281-b951-d872f2087c98
* Commit these files in advance of tests so that they pass on their CQ run.erikwright@chromium.org2012-11-0910-0/+71
| | | | | | | | | | | | | | It appears that, while checkdeps_test is run on the CQ, the new files are not actually source-controlled. Since the checkdeps tests expect them to be, they fail. Commit the data files first, and then later commit the tests that run against them. TBR=joi@chromium.org BUG=155596 Review URL: https://chromiumcodereview.appspot.com/11363174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167010 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tulip2.m4a_backward scrubbing perf-test to pick up improvements ↵anandc@chromium.org2012-11-091-1/+1
| | | | | | | | | | | | from revision 166091. BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11275241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167002 0039d316-1c4b-4281-b951-d872f2087c98
* Updated expectations (rebasing mac-release-10.6 expectations).rtenneti@google.com2012-11-091-2/+2
| | | | | | | | | | | | mac-release-10.6/dhtml/times: http://build.chromium.org/f/chromium/perf/mac-release-10.6/dhtml/report.html?rev=166914&graph=times&trace=t&history=150 mac-release-10.6/intl1/times: http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl1/report.html?rev=166914&history=150 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11293212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167000 0039d316-1c4b-4281-b951-d872f2087c98
* Merging painting_benchmark into scrolling_benchmark to facilitate running on ↵hartmanng@chromium.org2012-11-092-54/+40
| | | | | | | | | | | waterfall. BUG=None Review URL: https://chromiumcodereview.appspot.com/11377076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166976 0039d316-1c4b-4281-b951-d872f2087c98
* We need to build browser_tests during 'compile' step, so enabling in gypi. ↵pshenoy@chromium.org2012-11-091-0/+5
| | | | | | | | Disabled from running in coverage_posix.py. Review URL: https://chromiumcodereview.appspot.com/11377077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166975 0039d316-1c4b-4281-b951-d872f2087c98
* Added pypng library to chrome_remote_controlbajones@chromium.org2012-11-092-0/+3874
| | | | | | | | | | | | | This will be utilized by an upcoming CL that captures tab screenshots for pixel verification. This is a subset of the prior CL 11362023, which has been broken apart to facilitate easier reviews BUG=157479 Review URL: https://chromiumcodereview.appspot.com/11293155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166951 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-11-091-4/+4
| | | | | | | | | | | | | linux-release/moz/times: http://build.chromium.org/f/chromium/perf/linux-release/moz/report.html?rev=166932&graph=times&trace=t&history=150 linux-release/intl2/times: http://build.chromium.org/f/chromium/perf/linux-release/intl2/report.html?rev=167145&graph=times&trace=t&history=150 linux-release/morejs/times: http://build.chromium.org/f/chromium/perf/linux-release/morejs/report.html?rev=166937&graph=times&trace=t&history=150 chromium-rel-win7-dual/morejs/times: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/morejs/report.html?rev=166925&graph=times&trace=t&history=150 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11377080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166945 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up stale media_unittests suppressions.dalecurtis@chromium.org2012-11-095-22/+0
| | | | | | | | | | | | | | | None of these should be necessary anymore. Since these have been around for a while, we may need to update some suppressions after this hits the tsan bots. BUG=157793,126183 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11362178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166939 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectationsrtenneti@google.com2012-11-091-1/+1
| | | | | | | | | | | xp-release-dual-core/moz/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=166912 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11358178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166932 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-11-091-6/+6
| | | | | | | | | | | | | | | | | | | chromium-rel-win7-dual/intl1/times: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/intl1/report.html?history=150&rev=166914 chromium-rel-win7-dual/dom_perf/total: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/dom_perf/report.html?history=150&rev=166914 chromium-rel-win7-dual/moz/times: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/moz/report.html?history=150&rev=166914 xp-release-dual-core/dom_perf/total: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/dom_perf/report.html?history=150&rev=166912 xp-release-dual-core/intl2/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl2/report.html?history=150&rev=166912 xp-release-dual-core/intl1/times: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl1/report.html?history=150&rev=166912 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11363167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166929 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-11-091-1/+1
| | | | | | | | | | | chromium/perf/linux-release/intl1: http://build.chromium.org/f/chromium/perf/linux-release/intl1/report.html?history=150&rev=166913 TBR=cmp@chromium.org BUG=160258 Review URL: https://codereview.chromium.org/11359134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166924 0039d316-1c4b-4281-b951-d872f2087c98
* Mark v8-i18n's license as being android compatible.torne@chromium.org2012-11-091-0/+4
| | | | | | | | | | | | The actual repository contains only Apache 2.0 code which is fine for Android. This is a temporary workaround until the license text can be fixed for real. BUG=160221 Review URL: https://codereview.chromium.org/11312164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166917 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-11-091-2/+2
| | | | | | | | | | | | | | r166795 - revert of v* roll improved the dom_perf score. chromium-rel-win7-dual/dom_perf: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/dom_perf/report.html?history=150&rev=166807 xp-release-dual-core/dom_perf: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/dom_perf/report.html?history=150&rev=166807 TBR=cmp@chromium.org BUG=160118 Review URL: https://codereview.chromium.org/11360161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166827 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-11-091-1/+1
| | | | | | | | | | chromium-rel-win7-dual/dom_perf: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/dom_perf/report.html?history=150&rev=166791 TBR=cmp@chromium.org BUG=160118 Review URL: https://codereview.chromium.org/11358169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166819 0039d316-1c4b-4281-b951-d872f2087c98
* Updated expectations.rtenneti@google.com2012-11-091-1/+1
| | | | | | | | | xp-release-dual-core/dom_perf: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/dom_perf/report.html?history=150&rev=166776 TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11359120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166814 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing benchmark crash on blackboard.com.hartmanng@chromium.org2012-11-082-1/+7
| | | | | | | | | | | | | This site was sometimes timing out during the first request, which produced an uncaught exception in our framework. It should now fail the site gracefully and continue with the rest of the pageset. BUG=159597 Review URL: https://chromiumcodereview.appspot.com/11362160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166778 0039d316-1c4b-4281-b951-d872f2087c98
* Only initialize DBusThreadManager exactly once.stevenjb@chromium.org2012-11-082-17/+0
| | | | | | | | | | | | | | Also only shutdown initialized services in ChromeBrowserMainParts to reduce warning spam. BUG=159854 For chrome/browser: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11332005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166769 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome remote control multipage tests: Add interactions.marja@chromium.org2012-11-089-31/+240
| | | | | | | | | | | | | | | | | | | | | | The page set .json description defines what kind of interactions (e.g., link clicks) are possible for a page. The corresponding Web Page Replay .wpr file must contain replies to the requests sent when the interaction is executed. This will be used in memory tests (see http://codereview.chromium.org/11273081/ ). The top_25_usage.json is a proof of concept page set description adding a couple of interactions. When it's more complete, the existing tests will be migrated to use it. Parts of the code are stolen from nduca@chromium.org (see http://codereview.chromium.org/11114020/ ). BUG=158323 Review URL: https://codereview.chromium.org/11369075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166734 0039d316-1c4b-4281-b951-d872f2087c98
* Update tsan suppressionoshima@chromium.org2012-11-081-1/+0
| | | | | | | | | | | TBR=dalecurtis@chromium.org BUG=157793,93932 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11363145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166731 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 166546 "Suppress uninit error in QuicConnection"oshima@chromium.org2012-11-081-23/+1
| | | | | | | | | | | TBR=rch@chromium.org BUG=159928 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11359113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166729 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Redirect addr2line error output to /dev/null."xhwang@chromium.org2012-11-081-1/+2
| | | | | | | | | | | | | | | | | | | | | This is the same change as in r157369 (by scherkus@chromium.org): The clang update in r155953 introduced DWARF4 which caused older versions of addr2line to spew error messages, effectively breaking asan_symbolize.py. Review URL: https://codereview.chromium.org/10943011 However, in r160808, when the symbolization code is moved to tools/valgrind/asan/third_party/asan_symbolize.py, which is a copy of the upstream asan_symbolize.py, the change in r157369 is discarded. As a result, today I am seeing a lot of errors like the following again (on Lucid): BFD: Dwarf Error: Invalid or unhandled FORM value: 25. BFD: Dwarf Error: Invalid or unhandled FORM value: 25. ... Reland the change in r157369 to mute Dwarf errors. TBR=scherkus@chromium.org Review URL: https://chromiumcodereview.appspot.com/11377041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166655 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Temporarify revert r166485 "Disable MenuManagerTest on heapcheck bot ↵oshima@chromium.org2012-11-081-0/+4
| | | | | | | | | | | | They seems to hang."" TBR=oshima@chromium.org BUG=159860 TEST=none Review URL: https://codereview.chromium.org/11368135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166643 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome_remote_control] Rename chrome_remote_control to telemetry.dtu@chromium.org2012-11-0899-182/+182
| | | | | | | | | | | TBR=nduca@chromium.org TBR=torne@chromium.org BUG=159613 TEST=./run_tests in tools/telemetry and tools/perf show no regressions. (They're not passing right now.) greps for "crc", "chrome_remote_control", and related terms return no results. Review URL: https://codereview.chromium.org/11361165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166638 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations. rtenneti@google.com2012-11-081-1/+1
| | | | | | | | | xp-release/sizes/chrome.exe: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=50&rev=166515&graph=chrome.exe TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11312137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166565 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "GTTF: remove parts of sharding_supervisor that might be hang-prone."phajdan.jr@chromium.org2012-11-082-20/+129
| | | | | | | | | | This reverts commit 245def1fd6e955d439fb5b79f4a4fd7f025ed5c6. BUG= Review URL: https://codereview.chromium.org/11275204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166554 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarify revert r166485 "Disable MenuManagerTest on heapcheck bot They ↵oshima@chromium.org2012-11-071-4/+0
| | | | | | | | | | | | | | | | seems to hang." Bot started passing before this landed, so reverting this to see if the original issue still reproduces. TBR=oshima@chromium.org BUG=159860 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11293160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166548 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninit error in QuicConnectionoshima@chromium.org2012-11-071-1/+23
| | | | | | | | | | | | BUG=159928 TEST=none TBR=rch@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11360136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166546 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: remove parts of sharding_supervisor that might be hang-prone.phajdan.jr@chromium.org2012-11-072-129/+20
| | | | | | | | | BUG=none TEST=none Review URL: https://codereview.chromium.org/11367047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166538 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in ShillServiceCelintStubImploshima@chromium.org2012-11-072-0/+17
| | | | | | | | | | | | TBR=stevenjb@chromium.org TEST=none BUG=159854 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11377037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166504 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninit error on mac valgrindoshima@chromium.org2012-11-071-0/+10
| | | | | | | | | | | | BUG=159867 TEST=none TBR=pkotwicz@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11364136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166502 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline Perf AV tests to use more recent values.anandc@chromium.org2012-11-071-3/+3
| | | | | | | | | Bug=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11361137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166487 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MenuManagerTest on heapcheck bot They seems to hang.oshima@chromium.org2012-11-071-0/+4
| | | | | | | | | | | | BUG=159860 TEST=none TBR=oshima@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11361154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166485 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Clang for the Android port 163674:167488.hans@chromium.org2012-11-071-7/+1
| | | | | | | | | | | | | This brings us up to the same version as the rest of Chromium. Disable -Wasm-operand-widths until crbug.com/159452 is fixed. BUG=159712, 156947, 159452 Review URL: https://chromiumcodereview.appspot.com/11371004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166479 0039d316-1c4b-4281-b951-d872f2087c98
* Large set of Alexa top pages in many categories.hartmanng@chromium.org2012-11-071-0/+2146
| | | | | | | | | Taking over from http://codereview.chromium.org/10969029/. Review URL: https://chromiumcodereview.appspot.com/11364085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166447 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 166369 - Revert 166365 - roll clang 165787:167488pastarmovj@google.com2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Seems like a clobber might be enough to fix the issues caused by this CL. Reverted because it is assumed to be the cause for multiple compile failures on mac and linux. Fixes crash in arm codegen. Doesn't warn on -Wno-arc-abi. Nicer diagnostics for nested macro instantiations. Includes asan support for android on linux (shout if you need that on mac). Fixes issue with debug information in .S files. Renames -faddress-sanitizer to -fsanitize=address (continue to use -faddress-sanitizer in chromium for now, until we've updated all third-party gyp files) BUG=159712,159452,159475,159502,159598,59580 TBR=hans Review URL: https://codereview.chromium.org/11361133 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/11377020 TBR=pastarmovj@google.com Review URL: https://codereview.chromium.org/11377023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166405 0039d316-1c4b-4281-b951-d872f2087c98
* Fix uninitialized memory access in ResourceBundleImageTest.GetImageNamedpkotwicz@chromium.org2012-11-071-34/+0
| | | | | | | | | | | BUG=159725 Test=valgrind stops complaining R=oshima TBR=sail Review URL: https://chromiumcodereview.appspot.com/11293138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166402 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in IBusConfigClient unittestsnona@chromium.org2012-11-072-21/+0
| | | | | | | | | | BUG=159726 TEST=ran chromeos_unittests with valgrind Review URL: https://chromiumcodereview.appspot.com/11369113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166400 0039d316-1c4b-4281-b951-d872f2087c98
* Support running Android apk-based tests under ASan.eugenis@chromium.org2012-11-071-0/+9
| | | | | | | BUG=137569 Review URL: https://codereview.chromium.org/11361125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166394 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude Pipleline tests that hangs on tsanoshima@chromium.org2012-11-071-0/+2
| | | | | | | | | | | | TBR=dalecurtis@chromium.org BUG=157793 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11366125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166386 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 166365 - roll clang 165787:167488pastarmovj@google.com2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Reverted because it is assumed to be the cause for multiple compile failures on mac and linux. Fixes crash in arm codegen. Doesn't warn on -Wno-arc-abi. Nicer diagnostics for nested macro instantiations. Includes asan support for android on linux (shout if you need that on mac). Fixes issue with debug information in .S files. Renames -faddress-sanitizer to -fsanitize=address (continue to use -faddress-sanitizer in chromium for now, until we've updated all third-party gyp files) BUG=159712,159452,159475,159502,159598,59580 TBR=hans Review URL: https://codereview.chromium.org/11361133 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/11377020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166369 0039d316-1c4b-4281-b951-d872f2087c98