summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support disabling unit test batching. Use it for angle_end2end_tests"senorblanco2015-06-292-50/+9
* Support disabling unit test batching. Use it for angle_end2end_testsphajdan.jr2015-06-292-9/+50
* Delete ChromeStagingInstrumentationTestRunner.newt2015-06-251-1/+8
* Replace some Tokenize calls with SplitString.brettw2015-06-241-2/+5
* Move more string_util functions to base namespace.brettw2015-06-241-3/+3
* [Android log] Remove Log#makeTagdgn2015-06-221-1/+1
* Set empty root view controller for ios unit tests.justincohen2015-06-191-0/+4
* Change histogram.h includes to histogram_macros.h in metrics code.asvitkine2015-06-161-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+2
* Provide dummy Android UI thread with looper for C++ unit testsaberent2015-06-104-0/+91
* Non-SFI mode: Implement test launcher for nacl_helper_nonsfi_unittests.hidehiko2015-06-099-86/+351
* [Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptionszhenw2015-06-022-6/+4
* Testing: Fixed printing FilePaths when a test fails comparing them.mgiuca2015-05-281-0/+5
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-4/+3
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-1/+1
* Cleanup: Simplify some checks in tests.thestig2015-05-111-1/+1
* Add some more scoped_ptr functions in values.hestade2015-05-071-29/+22
* base: Remove most uses of MessageLoopProxyskyostil2015-04-306-50/+38
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-296-38/+50
* base: Remove use of MessageLoopProxyskyostil2015-04-296-50/+38
* base: Remove using declaration from test_suite.h header.tfarina2015-04-272-40/+34
* [Android] Add an out-of-app instrumentation driver APK. (RELAND)jbudorick2015-04-271-1/+5
* Revert of [Android] Add an out-of-app instrumentation driver APK. (patchset #...jdonnelly2015-04-241-5/+1
* [Android] Add an out-of-app instrumentation driver APK.jbudorick2015-04-241-1/+5
* Update {virtual,override} to follow C++11 style in base.nick2015-04-222-8/+8
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-183-0/+41
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-1/+1
* base/test/launcher: Don't trim leading whitespace from test outputnick2015-04-161-1/+1
* base: Rename DiscardableMemory::Memory() to ::data().reveman2015-04-161-3/+3
* Added test support to observe and verify UMA user actions during tests.bruthig2015-04-144-0/+169
* Make ctrl-c work reliably in the gtest test launcher on Macphajdan.jr2015-04-131-1/+1
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-073-0/+44
* Enable NeedsBraces check and fix some checkstyle issues.aurimas2015-04-031-8/+8
* Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180...mfomitchev2015-04-023-42/+0
* Make TestMockTimeTaskRunner run tasks with the same delay in the order they w...engedy2015-04-022-9/+57
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-013-0/+42
* Remove uses of KillProcess.rvargas2015-04-011-1/+1
* Upstream ios wait_util for testsstuartmorgan2015-03-313-0/+113
* Base: Change task posting logic to SequencedWorkerPool during shutdown.erikchen2015-03-311-0/+3
* Initial RemoteCommandServicebinjin2015-03-182-1/+10
* base: Rename discardable memory allocator interface and remove unnecessary cl...reveman2015-03-175-70/+72
* Re-land: base: Implement browser process support for discardable memory.reveman2015-03-163-0/+70
* Revert "base: Implement browser process support for discardable memory."Stephen White2015-03-163-70/+0
* base: Implement browser process support for discardable memory.reveman2015-03-163-0/+70
* Make ctrl-c work reliably in the gtest test launcher on Linuxphajdan.jr2015-03-131-0/+3
* Fix GN NaCl Debug build of base.ncbray2015-03-101-4/+15
* Add ability to clear pending tasks of TestMockTimeTaskRunner without running ...engedy2015-03-102-0/+10
* base: Stop passing by non-const references in some more places.danakj2015-03-102-6/+7
* base: Fix/add header #ifndef guards.danakj2015-03-107-16/+21
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-1/+1