summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Adds EnormousTest annotation.klundberg@chromium.org2012-10-111-0/+24
* Update all unit tests that override paths to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-4/+6
* Upstreaming chrome/common/chrome_* diff.aurimas@chromium.org2012-10-021-4/+2
* - Implement delayed task posting for SequencedWorkerPool.nhiroki@chromium.org2012-10-022-25/+142
* Add ScopedPathOverride to the unit test suite.pastarmovj@chromium.org2012-09-272-0/+64
* Use gtest failures and EXPECTS instead of returning a failure enum in test ta...gab@chromium.org2012-09-262-84/+84
* Move base Java utils to base/test/android/javatests.nyquist@chromium.org2012-09-247-0/+216
* Add some TraceAnalyzer utility methods to simplify test codejbates@chromium.org2012-09-133-28/+108
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-122-0/+180
* Fix trace event macro naming issuejbates@chromium.org2012-09-111-5/+5
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-112-180/+0
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-102-0/+180
* Android: Use external storage for test data.nileshagrawal@chromium.org2012-09-041-8/+5
* implement SetWatchEvent and WaitForEvent for trace-based-tests.jbates@chromium.org2012-09-011-5/+4
* Disable DCHECKs in non-official release builds on Android.wangxianzhu@chromium.org2012-08-291-1/+1
* Rename SystemMonitor's MediaDevice calls to RemovableStorage. Functional chan...thestig@chromium.org2012-08-261-2/+2
* SystemMonitor: Pull device type into the device idvandebo@chromium.org2012-08-211-2/+1
* Fix TraceEventTestFixture flakinessjbates@chromium.org2012-08-161-1/+2
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-3/+2
* Fix some clang errors on Android.nileshagrawal@chromium.org2012-08-011-0/+3
* add device type as an argument in OnDevicesChanged.wjia@chromium.org2012-07-311-1/+2
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-272-5/+4
* Remove old test timeout and process waiting function interfaces.tedvessenes@gmail.com2012-07-261-27/+0
* Revert 144488 - For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-07-254-75/+4
* Replace MessagePumpForUI with MessagePumpDefault in unit tests.rohitrao@chromium.org2012-07-253-0/+46
* Change base::SystemMonitor's media device functions to take a type and FilePa...thestig@chromium.org2012-07-212-11/+7
* Make it possible to run gtests on iOS.leng@chromium.org2012-07-138-4/+209
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1113-13/+0
* Get base_unittests closer to compiling for iOSstuartmorgan@chromium.org2012-07-111-2/+4
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-0/+1
* Remove ANDROID_APK_TEST_TARGETnileshagrawal@chromium.org2012-06-282-10/+2
* For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-06-274-4/+75
* Suppress the "Assertion Failed" dialog of VC++. (Take 2)hbono@chromium.org2012-06-191-0/+8
* Revert r142693 "Suppress the "Assertion Failed" dialog of VC++."oshima@chromium.org2012-06-181-6/+0
* Suppress the "Assertion Failed" dialog of VC++.hbono@chromium.org2012-06-181-0/+6
* Remove duplicate call to InitAndroidTest.nileshagrawal@chromium.org2012-06-112-3/+10
* Reverting Temporal increase of test timeouts for ASAN image.glotov@google.com2012-06-041-1/+1
* Chromium support of running DumpRenderTree as an apk on Androidwangxianzhu@chromium.org2012-06-014-45/+61
* Temporal increase of test timeouts for ASAN image.glotov@google.com2012-05-311-1/+1
* Provide android specific implementation for MultiProcessTest::SpawnChildImplnileshagrawal@chromium.org2012-05-292-0/+40
* Run base_unittests_apk on the test try bot for realz.nileshagrawal@chromium.org2012-05-231-0/+4
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-2/+1
* Initialize Android OS path overrides for testingpeter@chromium.org2012-04-272-1/+11
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+2
* Convert the session restore ui_tests to browser_tests. I renabled the disable...jam@chromium.org2012-04-252-24/+11
* Add a "--silent" flag to our test suite to disable gtest output. This clears ...jam@chromium.org2012-04-232-11/+25
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+1
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-1/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-3/+3
* Implementation of SequencedTaskRunner based on SequencedWorkerPool.francoisk777@gmail.com2012-04-024-0/+624