summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Android] Reland: Convert ContentShellTest.apk to isolate.jbudorick2015-02-111-4/+24
* Remove CloseProcessHandle.rvargas2015-02-091-5/+4
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-095-26/+27
* Revert #315148 "[Android] Convert ContentShellTest.apk to isolate."dpranke2015-02-081-24/+4
* [Android] Convert ContentShellTest.apk to isolate.jbudorick2015-02-071-4/+24
* Update {virtual,override,final} to follow C++11 style in base.dcheng2015-02-061-11/+6
* Flush gcda files on test suite exit, not on every tear down.eugenebut2015-02-041-0/+3
* Add the ability to change directories before execing.rickyz2015-02-031-1/+5
* [Android] Add support for command-line flags via annotation.jbudorick2015-02-032-0/+166
* Implement throttling logic for fetching affiliation information.engedy2015-02-022-0/+6
* Mechanical rename of tracing includes for /baseprimiano2015-01-314-4/+4
* iOS gtest launcher: retry tests in one big batchPaweł Hajdan2015-01-293-28/+34
* Refactoring in unit_test_launcher.cc:Paweł Hajdan, Jr2015-01-282-266/+255
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-3/+3
* iOS gtest launcher: make simple unit tests like base_unittests workPaweł Hajdan2015-01-239-52/+133
* [Clean-up] Replace the final straggler use of MockTimeProvider with Clock.isherman2015-01-233-102/+0
* Fix formatting in base/test/launcher/unit_test_launcher.ccPaweł Hajdan, Jr2015-01-221-291/+268
* Add a Java API for UMA histograms.ppi2015-01-221-0/+43
* Revert of Give asan/win bot a very generous timeout. (patchset #1 id:1 of htt...thakis2015-01-151-1/+1
* iOS gtest launcher: get list of tests from executable running in simulatorPaweł Hajdan2015-01-1510-9/+214
* Extract UnitTestLauncherDelegate declaration to a headerPaweł Hajdan, Jr2015-01-142-174/+230
* Add TestMockTimeTaskRunner in base/test.engedy2015-01-133-0/+281
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-123-18/+16
* Revert of Add TestMockTimeTaskRunner in base/test. (patchset #5 id:100001 of ...erg2015-01-123-280/+0
* base: Update test_launcher to use the new version of launchProcess.rvargas2015-01-121-9/+10
* Add TestMockTimeTaskRunner in base/test.engedy2015-01-123-0/+280