summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Only print summary of all test iterations if there is more than one.phajdan.jr@chromium.org2014-01-102-11/+12
* linux_aura: Reenable parallel_jobs_.erg@chromium.org2014-01-081-11/+0
* During the self-destruct flow (user-level Chrome being replaced by system-lev...huangs@chromium.org2014-01-082-6/+5
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-081-0/+1
* Add a StatisticsDeltaReader class and use caseslpromero@chromium.org2014-01-073-0/+133
* GTTF: Include info about disabled tests and platforms in JSON test summary.phajdan.jr@chromium.org2014-01-073-4/+121
* GTTF: only print the message about skipping retries when it actually applies.phajdan.jr@chromium.org2014-01-071-40/+41
* Emit test name in FATAL logs.fischman@chromium.org2014-01-041-0/+13
* Make --gtest_list_tests work again for unit tests.phajdan.jr@chromium.org2014-01-032-7/+1
* Move base BUILD.gn files to main tree.brettw@chromium.org2014-01-021-0/+150
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-304-37/+40
* Revert 242671 "Implement sampling profiler (chromium side change)"haraken@chromium.org2013-12-281-1/+0
* Implement sampling profiler (chromium side change)haraken@chromium.org2013-12-281-0/+1
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-2/+2
* Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."groby@chromium.org2013-12-203-137/+0
* Reland "Add a HistogramRecorder class and use cases."lpromero@chromium.org2013-12-203-0/+137
* GTTF: add an option to pass test filter using a filephajdan.jr@chromium.org2013-12-194-59/+70
* GTTF: Limit number of retried tests.phajdan.jr@chromium.org2013-12-172-62/+71
* GTTF: Fix the test launcher's JSON output for non-UTF8-encoded snippets.phajdan.jr@chromium.org2013-12-131-1/+21
* GTTF: Make new test launcher automatically use single process mode when debug...phajdan.jr@chromium.org2013-12-113-1/+41
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-101-2/+2
* Fix Java style issues in base/aurimas@chromium.org2013-12-1013-18/+18
* linux_aura: Move parallel_jobs_ override to base/.erg@chromium.org2013-12-101-0/+11
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-083-5/+5
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-083-5/+5
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-073-5/+5
* Run dbus_unittests serially.phajdan.jr@chromium.org2013-12-061-1/+1
* Add a MultiProcessTest::SpawnChildWithOptions().viettrungluu@chromium.org2013-12-063-37/+42
* GTTF: Don't use multi-process new test launcher on Android.phajdan.jr@chromium.org2013-12-051-0/+5
* GTTF: Enable --brave-new-test-launcher by default.phajdan.jr@chromium.org2013-12-051-7/+1
* GTTF: Update --help for new test launcher.phajdan.jr@chromium.org2013-12-051-8/+31
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-5/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-3/+2
* Run ipc_tests serially when using new test launcher.phajdan.jr@chromium.org2013-12-032-6/+25
* Update OWNERS filesjoth@chromium.org2013-12-021-1/+0
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-272-16/+0
* Add missing namespace base around RunUnitTestsUsingBaseTestSuitephajdan.jr@chromium.org2013-11-271-0/+4
* GTTF: Expose RunUnitTestsUsingBaseTestSuite in base/test/test_suite.hphajdan.jr@chromium.org2013-11-272-0/+11
* GTTF: Flip test launcher defaults (developer mode is now default)phajdan.jr@chromium.org2013-11-275-29/+63
* GTTF: Lower test launcher timeout back to 45s.phajdan.jr@chromium.org2013-11-231-1/+1
* Fix chrome upload with content uriqinmin@chromium.org2013-11-205-1/+103
* Revert 235752 "Fix chrome upload with content uri"qinmin@chromium.org2013-11-185-103/+1
* Fix chrome upload with content uriqinmin@chromium.org2013-11-185-1/+103
* Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde...""tommycli@chromium.org2013-11-153-51/+234
* GTTF: Fix cc_unittests ignoring gtest_filter with new test launcher.phajdan.jr@chromium.org2013-11-141-0/+2
* GTTF: Make the test launcher's retry limit configurable.phajdan.jr@chromium.org2013-11-143-1/+18
* Revert 234367 "Base: Make RegistryOverrideManager support sharde..."tommycli@chromium.org2013-11-123-233/+51
* Base: Make RegistryOverrideManager support sharded/parallel tests.tommycli@chromium.org2013-11-123-51/+233