summaryrefslogtreecommitdiffstats
path: root/chrome/test/out_of_proc_test_runner.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add a PDF test to load all the pdfs in a test directory, using the test ↵jam@chromium.org2010-11-171-1/+10
| | | | | | | | server. This tests regressions in loading and crashes. Review URL: http://codereview.chromium.org/5141001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66548 0039d316-1c4b-4281-b951-d872f2087c98
* Restrict file protocol on chromeos to certain whitelisted directories. ↵achuith@chromium.org2010-11-111-0/+3
| | | | | | | | | | | Disable this for tests. BUG=chromium-os:3412 TEST=Access file: directories on chromeos. browser, ui, interactive ui and unit tests should continue to pass. Review URL: http://codereview.chromium.org/4160003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65866 0039d316-1c4b-4281-b951-d872f2087c98
* Make browser_tests obey BROWSER_WRAPPER, like how ui_tests do.evan@chromium.org2010-11-101-0/+7
| | | | | | Review URL: http://codereview.chromium.org/4632002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65602 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: do not ignore crashy or hangy test failures in browser_tests launcher.phajdan.jr@chromium.org2010-10-221-9/+19
| | | | | | | | | BUG=59330 TEST=browser_tests Review URL: http://codereview.chromium.org/4000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63489 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up out-of-process test runner.phajdan.jr@chromium.org2010-10-211-0/+498
This change merges 3 files into one, and only moves code without changing behavior. More changes will follow. This is a preparation before fixing the bug. BUG=59330 TEST=browser_tests Review URL: http://codereview.chromium.org/3912003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63335 0039d316-1c4b-4281-b951-d872f2087c98