summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-1/+1
| | | | | | | | | | | ARGUMENTS_ONLY was misleading since CommandLine has methods for handling "switches" and "arguments", but that constructor still allows both. BUG=none TEST=still builds Review URL: http://codereview.chromium.org/3935001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63325 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ProcessSingletonTest.StartupRaceCondition as FAILS on linux views.mattm@chromium.org2010-10-061-1/+7
| | | | | | | | | BUG=58219 TEST=linux views dbg bot goes green Review URL: http://codereview.chromium.org/3570015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61737 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Re-enable UnloadTest and ProcessSingletonTest now that shared library ↵mattm@chromium.org2010-10-061-7/+1
| | | | | | | | | | | | | build is fixed. (https://bugs.webkit.org/show_bug.cgi?id=46762) TEST=try bots, local shlib build BUG=47575,47979 Review URL: http://codereview.chromium.org/3624002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61598 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ProcessSingletonTest.StartupRaceCondition using default profile again.mattm@chromium.org2010-10-061-6/+30
| | | | | | | | | | | Also, make it use test_launcher_utils::PrepareBrowserCommandLineForTests. BUG=none TEST=not flaky when running on my local machine Review URL: http://codereview.chromium.org/3567017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61597 0039d316-1c4b-4281-b951-d872f2087c98
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-2/+1
| | | | | | | | | | | These are two common patterns in Chrome code: copying a subset of switches from one CommandLine to another, and appending a FilePath to a CommandLine. This sets me up to do a lot more deprecation in a follow-up change. Review URL: http://codereview.chromium.org/3012021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54218 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ProcessSingletonTest.StartupRaceCondition as failing on Linuxstuartmorgan@chromium.org2010-06-301-1/+7
| | | | | | | | | | | TBR=erikkay BUG=47979 TEST=Greener Linux bots Review URL: http://codereview.chromium.org/2811038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51261 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ProcessSingletonWinTest using default profile.mattm@chromium.org2010-06-161-0/+297
Rename to ProcessSingletonTest. Fix issues preventing the test from working on Linux, and enable it there. Test both normal start up and first-run startup paths(win-only). BUG=38572 TEST=run the test (both with and without an existing profile in the default place) Review URL: http://codereview.chromium.org/2721007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50022 0039d316-1c4b-4281-b951-d872f2087c98