summaryrefslogtreecommitdiffstats
path: root/base/test_suite.h
Commit message (Expand)AuthorAgeFilesLines
* Print stack trace on exception in unit tests on Windows.maruel@chromium.org2009-09-081-1/+19
* Print a backtrace when a test binary crashes.phajdan.jr@chromium.org2009-09-031-0/+14
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-251-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"tony@chromium.org2009-08-241-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-241-0/+1
* Revert r24043, "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-211-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-211-0/+1
* Ignore SIGPIPE when running tests.mark@chromium.org2009-06-231-1/+18
* Do not monitor system power state during unit tests.phajdan.jr@chromium.org2009-05-271-2/+8
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-231-0/+6
* Revert "Remove dependency on GTK from base/test_suite.h"agl@chromium.org2009-04-031-0/+5
* Remove dependency on GTK from base/test_suite.hagl@chromium.org2009-04-031-5/+0
* The test suite commandline leak is easy to plug, so we may as well.dkegel@google.com2009-03-181-1/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Another horrible workaround for bug 6436 (purify freaking out with base_unitt...erikkay@google.com2009-01-221-0/+4
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-3/+4
* Work around a stupid Purify bug that was causing lots of bogus messages to ap...erikkay@google.com2009-01-151-13/+17
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-0/+18
* 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process namesjeremy@chromium.org2008-10-291-24/+2
* Enable stats_tabe_unittest.cc on OS X.jeremy@chromium.org2008-10-271-3/+7
* Added linux process utilities and tests.estade@chromium.org2008-10-221-6/+14
* Added linux clipboard.estade@chromium.org2008-10-171-0/+5
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-15/+19
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-12/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-2/+1
* Expand an internal-only URL to its destination.evanm@google.com2008-08-111-4/+5
* fix base test harness to work on mac. fix command_line unit tests to match wh...pinkerton@google.com2008-08-081-0/+18
* Add base to the repository.initial.commit2008-07-261-0/+115