summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sanity_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-1/+1
| | | | | | | | | | | | Part 2 of what looks like it'll be 3 or 4. See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fcec09fc659f39a6 BUG=89173,43586,88318,79074,76170,62772,69390,62311,88834,102030,62311,60071,113057,55915,53926,74554,47228,96459,85863,61619,102094,48833,61619,50648,22111 Review URL: https://chromiumcodereview.appspot.com/9348108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122124 0039d316-1c4b-4281-b951-d872f2087c98
* Converting Toast crasher test from UI test to browser test. finnur@chromium.org2012-01-201-22/+1
| | | | | | | | | | The old UI test would just hang due to limitations in our test framework, but the browser test catches the crash that we currently have in our codebase (a crash due to recent refactoring). BUG=45115 TEST=None, this is to add a new test for a disabled one. Review URL: https://chromiumcodereview.appspot.com/9250010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118430 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Mark GoogleTest.Crash and ColumnLayout.Crash as flaky under Mac.jhawkins@chromium.org2011-06-121-2/+9
| | | | | | | | | | | | BUT=85863 TEST=none TBR=thestig BUG= Review URL: http://codereview.chromium.org/7003136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88793 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 88791 - Valgrind: Mark GoogleTest.Crash as flaky under Mac.jhawkins@chromium.org2011-06-121-7/+1
| | | | | | | | | | | | | BUG=85863 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/7046103 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/7104130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88792 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Mark GoogleTest.Crash as flaky under Mac.jhawkins@chromium.org2011-06-121-1/+7
| | | | | | | | | | BUG=85863 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/7046103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88791 0039d316-1c4b-4281-b951-d872f2087c98
* Moves everything related to launching and terminating the browser from ↵nirnimesh@chromium.org2011-01-081-2/+2
| | | | | | | | | | | | | UITestBase into ProxyLauncher. The primary changes are in ui_test.* and proxy_launcher.*. The changes in the remaining files are mostly just changing namespaces from UITestBase:: to ProxyLauncher::. BUG=None. TEST=All tests should pass. No functionality change. Review URL: http://codereview.chromium.org/5967003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70827 0039d316-1c4b-4281-b951-d872f2087c98
* Remove base/platform_thread.h stub and fix up all callers to use the new ↵brettw@google.com2011-01-011-2/+1
| | | | | | | | | location and namespace. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70346 0039d316-1c4b-4281-b951-d872f2087c98
* ui_tests: disable EarlyReturnTest.evan@chromium.org2010-09-241-5/+11
| | | | | | | | | | | | It always times out. It is only passing on the bots because of a bug in the UI test framework that doesn't detect the timeout. BUG=45115 TEST=ui_tests are 30 seconds faster Review URL: http://codereview.chromium.org/3433022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60504 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts.phajdan.jr@chromium.org2010-09-101-5/+0
| | | | | | | | | | | | Next patches will also centralize timeouts for our other test binaries based on that file. BUG=none TEST=none Review URL: http://codereview.chromium.org/3308020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59145 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-301-7/+6
| | | | | | | | | This removes all switch-related wstring APIs from ui_test.cc, and fixes all the callers. Review URL: http://codereview.chromium.org/3066026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54392 0039d316-1c4b-4281-b951-d872f2087c98
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-1/+1
| | | | | | | | | For this patch, I skipped over any instance where it wasn't a nearly trivial change. Review URL: http://codereview.chromium.org/3069014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54285 0039d316-1c4b-4281-b951-d872f2087c98
* spelling error FLAKEY->FLAKY. EarlyReturnTest.ToastCrasherrafaelw@chromium.org2010-05-261-1/+1
| | | | | | | | | BUG=45115 TBR=jhawkins Review URL: http://codereview.chromium.org/2249003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48303 0039d316-1c4b-4281-b951-d872f2087c98
* Marking EarlyReturnTest.ToastCrasher as flakyrafaelw@chromium.org2010-05-261-1/+2
| | | | | | | | | BUG=45115 TBR=cpu Review URL: http://codereview.chromium.org/2234004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48286 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for crash on early return from browser_main.cccpu@chromium.org2010-02-231-1/+21
| | | | | | | | | | | | | | | | BrowserImpl dtor assumes full construction of all sub-objects, this is not true at least in one case (the try chrome again toast). See bug for more details - Added a UI test to detect these shenaningans in all platforms - had to hack ui_tests a bit, I hope is palatable BUG=34799 TEST= UI test included Review URL: http://codereview.chromium.org/571017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39690 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-021-8/+8
| | | | | | Review URL: http://codereview.chromium.org/99298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15127 0039d316-1c4b-4281-b951-d872f2087c98
* Port more UI tests to Linux.phajdan.jr@chromium.org2009-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | | - enable following ui tests on Linux: history_uitest.cc inspector_controller_uitest.cc browser/history/redirect_uitest.cc browser/locale_tests_uitest.cc browser/sanity_uitest.cc - move information about Linux-specific splash page to more generic location and enable more logic about start page on Linux - maintainability cleanups (DISABLED_ instead of #if 0) - misc GCC-related cleanups Review URL: http://codereview.chromium.org/49006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12281 0039d316-1c4b-4281-b951-d872f2087c98
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
| | | | | | | | | Normalize end of file newlines in chrome/. All files end in a single newline. Review URL: http://codereview.chromium.org/42015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1287 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome to the repository.initial.commit2008-07-261-0/+73
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98