DescriptionRemove psutil from the mini_installer test framework.
The mini_installer test framework used the psutil module to find process IDs and paths, but this module was not available on the buildslave. Remove psutil and call Windows API directly instead.
NOTRY=True
BUG=264859
1) Uninstall Chrome (if it's installed.)
2) Put mini_installer.exe in the same folder as test_installer.py
3) Use Python 2.6.x. Make sure that psutil is not installed. Run "python test_installer.py config\config.config". The test should pass.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220650
Patch Set 1 #Patch Set 2 : Remove psutil from process_verifier.py. #
Total comments: 2
Patch Set 3 : Address gab's comment. #
Total comments: 10
Patch Set 4 : Address mathp's comments. #
Messages
Total messages: 13 (0 generated)
|