DescriptionChange RunPythonUnitTests() to run the unit tests in a separate process.
The unit tests could modify global state in hard-to-revert ways and would make the PRESUBMIT.py check flaky.
Having the test running out of process alleviate any potential issue at the cost of speed (more noticeable on Windows).
TEST=unit tests
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19248
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|