Status: Available Owner: ---- CC: [email protected] Labels: Type-Bug Pri-2 OS-Mac Area-Infrastructure Size-Medium OS-Linux
New issue 16704 by [email protected]: Mac & Linux testing doesn't support reusing existing browsers http://code.google.com/p/chromium/issues/detail?id=16704 The automation support we use for unittesting can request a new browser or an existing one. Currently, Mac and Linux always start/stop the browser for each test in a unittest. This means things are slower, but probably not a big deal. But, in the case of valgrind unittests, that extra startup/shutdown is probably contributing a large amount to the reason the tests are so slow, as we take time to validate the startup/shutdown code paths over and over (when once would be enough). If we can find a way to support that on both platforms, it could greatly help valgrind cycle times. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
