summaryrefslogtreecommitdiffstats
path: root/tools/xdisplaycheck
Commit message (Collapse)AuthorAgeFilesLines
* Disable LeakSanitizer for xdisplaycheck.earthdok@chromium.org2013-07-231-0/+7
| | | | | | | | | | | Prevent memory leaks in xdisplaycheck from interfering with LSan bots. BUG=NONE R=glider@chromium.org Review URL: https://chromiumcodereview.appspot.com/19962006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213124 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly release resources in xdisplaycheck.glider@chromium.org2013-07-041-11/+26
| | | | | | | | | | | | | Fix a memory leak in xdisplaycheck that causes the LeakSanitizer bot to fail. Patch by Sergey Matveev (earthdok@chromium.org) BUG=NONE R=sadrul@chromium.org Review URL: https://codereview.chromium.org/18345020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210192 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mode to ensure a server is not already running.petermayo@chromium.org2012-05-191-1/+13
| | | | | | | | | BUG=128770 TEST=local positive, negative, and no argument. Review URL: https://chromiumcodereview.appspot.com/10409035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137990 0039d316-1c4b-4281-b951-d872f2087c98
* Increase maximum sleep time.petermayo@chromium.org2012-04-131-5/+5
| | | | | | | | | | | | | | | | | From experience of measuring the time to succeed on our bots, 1 in 10000 times the start time came up as high as 25 seconds. This bumps the theoretical sleep time over that threshhold. Also updated the title comment description, since this changes the numbers, and the rest was not updated as the purpose expanded. R=sadrul@chromium.org BUG=103882 TEST=try jobs. Review URL: http://codereview.chromium.org/10008101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132208 0039d316-1c4b-4281-b951-d872f2087c98
* Increase timeout for X starting.petermayo@chromium.org2012-04-021-4/+10
| | | | | | | | | | Increase logging of what we checked, and how long it took. BUG=103882 TEST=Run locally. Review URL: https://chromiumcodereview.appspot.com/9802038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130123 0039d316-1c4b-4281-b951-d872f2087c98
* xdisplaycheck: Remove obsolete check.sadrul@chromium.org2011-11-231-2/+2
| | | | | | | | | BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8676012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111382 0039d316-1c4b-4281-b951-d872f2087c98
* Check for XInput2 for touchui and aura bots.sadrul@chromium.org2011-10-211-5/+37
| | | | | | | | | BUG=101061 TEST=none Review URL: http://codereview.chromium.org/8363012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106652 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
| | | | | | | | | | | | | | | | | These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
| | | | | | | | BUG=none TEST=successful builds Review URL: http://codereview.chromium.org/256059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Why: Simpler build code. If everybody includes it, it should be included automatically. Why now: The webkit chromium builds need it be specified, since can't default to build/common.gypi. What was done: 1. build/common.gypi's contents were moved to a new file build/gyp_chromium.gypi 2. tools/gyp/gyp_chromium was moved to build/gyp_chromium and made to automatically include build/gyp_chromium.gypi. 3. lots of gyp files were fixed to not refer to build/common.gypi any more. 4. o3d which also builds independently of chrome, was fixed to have a gyp_o3d that includes gyp_chromium.gypi too. 5. build/common.gypi was left empty, because there are some external projects that still refer to it. Things that are left to do after this patch is in: 1. The following external files (in other repositories) need to stop include common.gypi ./third_party/hunspell/hunspell.gyp ./third_party/icu/icu.gyp ./v8/tools/gyp/v8.gyp 2. Once nobody refers to common.gypi anymore, delete common.gypi -or- Delete gyp_chromium.gypi and move its content back to common.gypi Tested on mac, win and linux. On win, got a few unit tests errors on chrome bookmarks, which should not be related. I'm running again with clobber to verify. Review URL: http://codereview.chromium.org/206006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26302 0039d316-1c4b-4281-b951-d872f2087c98
* Add a small untility for checking to see if the X server is alive.tony@chromium.org2009-06-162-0/+64
This will be used by the buildbots after Xvfb is executated to make sure that Xvfb is alive. Review URL: http://codereview.chromium.org/126165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18549 0039d316-1c4b-4281-b951-d872f2087c98