summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Used scoped_ptrsuyash.s@samsung.com2014-03-072-4/+4
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-062-19/+0
* Add a comment regarding base::PathService::Override usage.thestig@chromium.org2014-02-261-1/+1
* Fixed bug which caused incorrect XML report to be written by the newfatalerr@yandex-team.ru2014-02-261-0/+3
* Hook up more GN toolkit and UI-based flags.brettw@chromium.org2014-02-121-0/+2
* Don't write duplicate gtest logs on iOS.lliabraa@chromium.org2014-02-061-0/+4
* FindBugs: Rename org.chromium.base.test.util.ScalableTimeout.ScaleTimeout to ...thestig@chromium.org2014-02-061-1/+1
* Add more owners to base for Androidnyquist@chromium.org2014-02-041-0/+1
* Pull new GN binary @ r247206brettw@chromium.org2014-01-281-1/+1
* Threading: Remove TaskRunnerHandlesNonZeroDelays from TaskRunnerTestDelegatenhiroki@chromium.org2014-01-282-45/+0
* GTTF: Clearly tag unreliable results in the new test launcherphajdan.jr@chromium.org2014-01-241-0/+9
* Convert GN single-item list concat to use lists.brettw@chromium.org2014-01-171-3/+3
* Clean up TestLauncherDelegate.phajdan.jr@chromium.org2014-01-133-30/+2
* Avoid printing three stack traces on CHECK failure. Print just one.phajdan.jr@chromium.org2014-01-131-1/+4
* 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