summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Compile all the chrome_test UI tests on the Macstuartmorgan@chromium.org2010-05-271-3/+9
| | | | | | | | | | | Removes the last of the ui test exceptions on the Mac, disabling a couple of tests as necessary to keep things green. BUG=45108,45243 TEST=Tests run Review URL: http://codereview.chromium.org/2234007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48447 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS: Disable failing RendererCrashTest.Crash test.thestig@chromium.org2010-05-031-0/+3
| | | | | | | | BUG=43115 TEST=CrOS UI Valgrind goes greener. Review URL: http://codereview.chromium.org/1876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46293 0039d316-1c4b-4281-b951-d872f2087c98
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable ↵thestig@chromium.org2010-04-061-30/+37
| | | | | | | | | | ChromeLoggingTest along the way. BUG=none TEST=none Review URL: http://codereview.chromium.org/1559016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43738 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Mark CheckFalseTest.CheckFails as flaky. It's failing on the Vista ↵thestig@chromium.org2010-03-181-0/+4
| | | | | | | | | | dbg bot. BUG=38497 TEST=Vista dbg ui tests go green 100% of the time. Review URL: http://codereview.chromium.org/1072003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41970 0039d316-1c4b-4281-b951-d872f2087c98
* In release mode, trigger a SIGABRT rather than a SIGTRAP for fatal log ↵thestig@chromium.org2010-03-181-11/+65
| | | | | | | | | | errors, i.e. CHECK(false). Also enable tests to make sure we assert/crash as expected. BUG=none TEST=Chrome in release mode generates crash dumps when CHECK() fails. See UI tests: AssertionTest.*:CheckFalseTest.*:RendererCrashTest.* Review URL: http://codereview.chromium.org/830003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41912 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the following tests FLAKY on Windows.tkent@chromium.org2010-01-121-0/+4
| | | | | | | | | | | | | | - NPAPITester.NoHangIfInitCrashes - MetricsServiceTest.CrashRenderers - ResourceDispatcherTest.CrossSiteAfterCrash - RendererCrashTest.Crash BUG=32048 TEST=none TBR=jar, nsylvain Review URL: http://codereview.chromium.org/548009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36004 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 31512.jcampan@chromium.org2009-11-101-1/+1
| | | | | | | | | The Assertion test is still failing. TBR=cpu Review URL: http://codereview.chromium.org/379018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31522 0039d316-1c4b-4281-b951-d872f2087c98
* Put back the test I disabledcpu@chromium.org2009-11-101-1/+1
| | | | | | | | | | | | | | | I don't see how I broke it, so I want to test if whatever it was passed. Not only that but it also passes on the trybots. BUG=26715 TEST=none TBR=jcampan (because he is a sheriff) Review URL: http://codereview.chromium.org/371083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31512 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AssertionTest.Assertion while I figure out how I broke itcpu@chromium.org2009-11-041-1/+1
| | | | | | | | | | BUG=26715 TBR=beng Review URL: http://codereview.chromium.org/365006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30984 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the BrowserCrashTest.Crash test from the code because it nevernsylvain@chromium.org2009-10-051-20/+0
| | | | | | | | worked. I will make bug 3910 about creating such test. Review URL: http://codereview.chromium.org/243098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28042 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative patch to fix flakiness in RendererCrashTest.Crash.phajdan.jr@chromium.org2009-09-221-0/+1
| | | | | | | | | | | If that doesn't fix it, then maybe the crash_service.exe isn't running? TEST=none BUG=22569 Review URL: http://codereview.chromium.org/215048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26814 0039d316-1c4b-4281-b951-d872f2087c98
* Reliability test porting: stringy stuff.estade@chromium.org2009-08-131-4/+6
| | | | | | | | | No functional change. This gets things compiling on linux, but it still needs some work before it can be run on linux. BUG=19085 Review URL: http://codereview.chromium.org/164352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23272 0039d316-1c4b-4281-b951-d872f2087c98
* Make automation proxy objects to ref_counted. That allows to process async ↵stoyan@chromium.org2009-05-281-1/+1
| | | | | | | | | | | notifications directly in channel background thread. Add support for listener-less ChannelProxy. BUG=none TEST=none Review URL: http://codereview.chromium.org/113722 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17093 0039d316-1c4b-4281-b951-d872f2087c98
* Speed up RendererCrashTest.huanr@chromium.org2009-05-181-3/+4
| | | | | | Review URL: http://codereview.chromium.org/115430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16294 0039d316-1c4b-4281-b951-d872f2087c98
* Convert Windows Sleep to PlatformThread::Sleepevan@chromium.org2009-04-281-3/+3
| | | | | | | | | | | | First stage to make tests/others cross-platform. BUG=None TEST=Ran tests successfully (windows) Review URL: http://codereview.chromium.org/63113 Patch from Mohamed Mansour <m0.interactive@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14688 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
* Make CommandLine into a normal object, with some statics for getting at the ↵evan@chromium.org2009-01-211-6/+3
| | | | | | | | | | | current process's command line. One explicit goal of this change is to *not* deal with the string/wstring issues at the API on POSIX; the functions are the same as before, which means they remain as broken as before. (I did try to fix the internals, though, so migrating the callers is now possible by adding platform-appropriate hooks.) Review URL: http://codereview.chromium.org/18248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8347 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/+162
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98