summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-262-3/+5
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-2/+2
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-2/+2
* seccomp: disable seccomp for RendererMainTestevan@chromium.org2010-10-151-2/+4
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-103-37/+55
* Move TestTimeouts from chrome/test to base/test.sergeyu@chromium.org2010-10-055-0/+197
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-176-140/+337
* Remove test isolation enforcement code.phajdan.jr@chromium.org2010-08-162-29/+1
* Separate out the constructor and Run from test_suite.cc. This is an isolatedbrettw@chromium.org2010-08-162-52/+81
* FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src...viettrungluu@chromium.org2010-08-141-3/+1
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-098-500/+245
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-098-245/+500
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-3/+3
* De-wstringify perf_test_suite.h and test_suite.h.evan@chromium.org2010-08-032-14/+8
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Change chrome from statically enabling high resolution timers on windowsmbelshe@chromium.org2010-06-291-2/+1
* Make gtest report an error if there are tests marked as "MAYBE"glider@chromium.org2010-06-111-0/+25
* Record out-of-proc-tests' FAILS/FLAKY failures in the XML output.kinuko@chromium.org2010-06-031-0/+6
* [TTF] [GTTF] Implement the FAILS_ prefix for tests.phajdan.jr@chromium.org2010-05-121-13/+25
* Clean up suppressing error dialogs for buildbots.phajdan.jr@chromium.org2010-05-041-12/+5
* Switch base to using CHECK_*.willchan@chromium.org2010-03-021-2/+2
* linux: use xmessage for the dialog used in LOG(FATAL)evan@chromium.org2010-03-011-10/+7
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-2/+2
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-263-9/+9
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-292-4/+13
* Force failing CHECK/DCHECKs to end the process on Windows.timurrrr@chromium.org2009-12-101-4/+14
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-0/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-4/+4
* Make the eviction function faster by reading/writing 1MB blocksnsylvain@chromium.org2009-11-251-26/+25
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-192-1/+39
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-271-54/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-132-2/+2
* Convert a CopyRecursiveDirNoCache to use FilePaths insteadtony@chromium.org2009-10-123-30/+25
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-1/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-099-0/+690