summaryrefslogtreecommitdiffstats
path: root/chrome/test/test_launcher
Commit message (Expand)AuthorAgeFilesLines
* Clean up out-of-process test runner.phajdan.jr@chromium.org2010-10-213-600/+0
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-4/+3
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-2/+2
* Correcting orphaned process cleanup in out_of_proc_test_runner.cc.rsimha@chromium.org2010-09-301-4/+7
* browser_tests: dial back test timeout from 45 to 20 seconds.evan@chromium.org2010-09-271-3/+3
* Use a scoped temp dir in browser_tests instead of deleting the default user d...rohitrao@chromium.org2010-09-231-1/+18
* Cleanup orphaned testserver processes on posix.rsimha@chromium.org2010-09-221-0/+18
* Revert 59409 - GTTF: Move browser_tests test launcher timeout to chrome/test/...phajdan.jr@chromium.org2010-09-141-7/+20
* GTTF: Move browser_tests test launcher timeout to chrome/test/test_timeoutsphajdan.jr@chromium.org2010-09-141-20/+7
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-0/+1
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-172-2/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+1
* Make --gtest_repeat flag work correctly for browser_tests.phajdan.jr@chromium.org2010-08-091-6/+31
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-092-2/+2
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-092-2/+2
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-3/+3
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-3/+3
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-3/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+3
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-301-0/+3
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Browser tests: Fix the --single_process flag for Windows.rvargas@google.com2010-07-221-1/+2
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Increase subprocess test timeout from 30-->45 seconds and re-enablejrg@chromium.org2010-07-091-1/+3
* Run in-process browser tests using the sandbox.jam@chromium.org2010-06-091-1/+46
* Record out-of-proc-tests' FAILS/FLAKY failures in the XML output.kinuko@chromium.org2010-06-032-9/+23
* Add test name to OOP timeout log message so the log parser knows which one ti...pam@chromium.org2010-05-311-1/+1
* Create directory if the given gtest_output path is in an unexisting directory.kinuko@chromium.org2010-05-281-1/+8
* Make out-of-process tests output correct XML file (re-submitting due to wrong...kinuko@chromium.org2010-05-242-75/+203
* Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-242-203/+75
* Make out-of-process tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-242-75/+203
* Revert 47917 - Make outofprocess tests output correct XML filenick@chromium.org2010-05-212-202/+75
* Revert 47918 - Fix FilePath string initialization that broke build in 47917nick@chromium.org2010-05-211-2/+1
* Fix FilePath string initialization that broke build in 47917kinuko@chromium.org2010-05-211-1/+2
* Make out-of-process tests output correct XML filekinuko@chromium.org2010-05-212-75/+202
* Remove EnableSingleProcess() since it's unused. Improve comments and user he...pkasting@chromium.org2010-05-131-22/+30
* Implement a command-line switch to control the out-of-processphajdan.jr@chromium.org2010-05-041-3/+15
* [GTTF] Remove the in-process test launcher, which is no longer used.phajdan.jr@chromium.org2010-03-262-194/+0
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-161-5/+12
* Add a metrics extensions API.rogerta@chromium.org2010-02-261-2/+8
* Fix a problem in browser_tests launcher which was interpreting the linephajdan.jr@chromium.org2010-01-111-2/+4
* Making the browser tests run out-of-process on Windows.jcampan@chromium.org2009-11-191-3/+30
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-3/+3
* Relanding the CL that made interactive UI tests run out-of-proc.jcampan@chromium.org2009-11-061-0/+5
* Reverting 30879.jcampan@chromium.org2009-11-041-5/+0
* Making the interactive ui tests run out of process to avoid runningjcampan@chromium.org2009-11-031-0/+5
* Use ASCII strings for switch names.evan@chromium.org2009-10-132-7/+6
* Moving the work done in WinMain to another method called explictly,jcampan@chromium.org2009-09-302-21/+34
* This CL makes a more generic browser test launcher and a DLL of thejcampan@chromium.org2009-09-105-0/+451