summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Increase the broken tests threshold from 10 to 20phajdan.jr@chromium.org2014-03-311-1/+1
* Remove GN GYP generator.brettw@chromium.org2014-03-271-3/+0
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-1/+1
* Fix "unreachable code" warnings (MSVC warning 4702) in base/.pkasting@chromium.org2014-03-201-2/+0
* Fix a compile failure on some FYI bot that is worried about use-without-init.pkasting@chromium.org2014-03-191-17/+7
* Style changes split off of https://codereview.chromium.org/202993003/ .pkasting@chromium.org2014-03-191-46/+42
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-193-7/+13
* Move some functions in test_file_util to base namespace.brettw@chromium.org2014-03-176-48/+61
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-6/+4
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-10/+9
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-9/+10
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-10/+9
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-9/+10
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-10/+9
* [Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRe...isherman@chromium.org2014-03-123-23/+9
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-093-30/+13
* Add multiprocess test helper functions.viettrungluu@chromium.org2014-03-083-15/+102
* 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