summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-097-21/+16
* base: Fix/add header #ifndef guards.danakj2015-03-097-16/+21
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* base: Add/Fix namespace closing comments.danakj2015-03-072-2/+2
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+2
* Stop pretty-printing pref JSONhashimoto2015-03-051-11/+1
* Moving ScopedMockLog from net/test to base/test.lukasza2015-03-043-0/+168
* Let TestMockTimeTaskRunner ignore task nestability.engedy2015-02-272-4/+2
* Fix PEImage tests to use a checked in binary.Will Harris2015-02-262-0/+0
* don't mix system and bundled ICUmostynb2015-02-231-0/+1
* [Android] Rework instrumentation test skipping and result generation.jbudorick2015-02-211-48/+81
* Upgrade ICU to 54.1jshin2015-02-201-0/+24
* Fix typo and remove extra line break from TestMockTimeTaskRunner.engedy2015-02-162-3/+2
* Add support in TestMockTimeTaskRunner for vending mock Time values and mock C...engedy2015-02-132-56/+135