summaryrefslogtreecommitdiffstats
path: root/chrome/test/mini_installer
Commit message (Expand)AuthorAgeFilesLines
* Test app launcher registration in test_installer rather than InstallationVali...grt2015-04-086-2/+29
* test_installer: fix RunCleanCommand for SxS installs.grt2015-02-251-8/+21
* Make changes to mini_installer test files trigger tests.grt2015-02-231-0/+37
* Test installing Google Chrome in SxS mode.grt2015-02-1813-57/+254
* Add support for correct Windows 10 version enumeration.wfh2015-02-021-1/+2
* Add support to the mini_installer for component=shared_library builds.grt2015-01-071-31/+12
* [Installer Test] Update chrome_helper.GetProcessIDAndPathPairs() to use psutil.huangs2014-09-121-16/+4
* Temporarily stop launching Chrome in installer test runs.grt2014-09-105-15/+28
* Emit actions and states from test_installer.py when not in quiet mode.grt2014-09-091-5/+13
* Fix interpretation of tests specified on the command line.grt2014-09-031-1/+1
* Reduce flakes in the mini_installer test.grt2014-09-029-32/+87
* Moving the core of the main() into a function.pmonette@google.com2014-08-181-4/+14
* Write empty json results for component builds.grt@chromium.org2014-08-041-42/+24
* mini_installer test improvements.grt@chromium.org2014-07-311-10/+18
* Mark json results failures as unexpected in python tests.dpranke@chromium.org2014-07-311-4/+7
* Revert 286584 "Revert 286504 "Fix typos in num_failures_by_type ..."skobes@chromium.org2014-07-301-2/+2
* Revert 286504 "Fix typos in num_failures_by_type for json results."skobes@chromium.org2014-07-301-2/+2
* Fix typos in num_failures_by_type for json results.dpranke@chromium.org2014-07-301-2/+2
* mini_installer test improvements for recipe integration.grt@chromium.org2014-07-292-38/+130
* mini_installer code cleanups (no functional changes).grt@chromium.org2014-07-091-1/+1
* Cause mini_installer tests to noop on component builds.robertshield@chromium.org2014-05-291-0/+23
* Update product name of Chromium mini_installer in mini_installer tests.robertshield@chromium.org2014-03-181-2/+2
* Fix typo in quit_chrome.py.robertshield@chromium.org2014-03-051-1/+1
* Add a fallback to mini_installer_tests' quit_chrome.py exit logic.robertshield@chromium.org2014-03-051-6/+22
* Add an endline character to InstallerTest::__str__gab@chromium.org2013-11-191-1/+1
* Chrome Early Loading Frameworkcaitkp@chromium.org2013-11-132-0/+8
* Support conditional checks in property files in the mini_installer test frame...sukolsak@chromium.org2013-09-2010-55/+105
* Make verifiers a class in the mini_installer test framework.sukolsak@chromium.org2013-09-206-151/+190
* Use CreateProcess instead of subprocess.Popen to launch Chrome in the mini_in...sukolsak@chromium.org2013-09-201-3/+7
* Allow more time for Windows to launch and quit Chrome in the mini_installer t...sukolsak@chromium.org2013-09-192-2/+2
* Rename path_resolver to variable_expander in the mini_installer test framework.sukolsak@chromium.org2013-09-186-57/+58
* Update a property file in the mini_installer test framework to work around a ...sukolsak@chromium.org2013-09-171-1/+2
* Clean the machine before running commands in the mini_installer test framework.sukolsak@chromium.org2013-09-162-16/+71
* Verify Uninstall registry entries in the mini_installer test framework.sukolsak@chromium.org2013-09-115-2/+53
* Catch ERROR_INVALID_WINDOW_HANDLE in the quit chrome script.sukolsak@chromium.org2013-09-091-1/+8
* Add a test for installing Chrome at system level.sukolsak@chromium.org2013-09-099-17/+87
* Uninstall Chrome silently in the mini_installer test framework.sukolsak@chromium.org2013-09-051-1/+2
* Run commands in the mini_installer test framework from the framework's direct...sukolsak@chromium.org2013-09-051-4/+10
* Pass the build directory to the mini_installer test framework via command line.sukolsak@chromium.org2013-09-0411-112/+146
* Exit with status 1 if any test fails in the mini_installer test framework. Ot...sukolsak@chromium.org2013-09-031-2/+7
* Remove psutil from the mini_installer test framework.sukolsak@chromium.org2013-08-302-19/+31
* Check whether Chromium or Google Chrome is being tested.sukolsak@chromium.org2013-08-301-4/+25
* Use optparse instead of argparse to enable the mini_installer test framework ...sukolsak@chromium.org2013-08-294-28/+28
* Verify registry values in the registry verifier.sukolsak@chromium.org2013-08-292-23/+76
* Fix the error message of the process verifier.sukolsak@chromium.org2013-08-291-2/+2
* Implement the process verifier in the Automated Installer Testing Framework.sukolsak@chromium.org2013-08-2313-23/+295
* Automate uninstallation of Chrome by running the uninstall command from the r...sukolsak@chromium.org2013-08-211-4/+37
* Implement the file verifier in the Automated Installer Testing Framework.sukolsak@chromium.org2013-08-207-3/+95
* Use unittest framework in the Automated Installer Testing Framework.sukolsak@chromium.org2013-08-126-99/+124
* Initial commit for the Automated Installer Testing Framework. The design docu...sukolsak@chromium.org2013-08-069-0/+289