With this response, I have reached enlightenment! On Wed, Apr 8, 2009 at 11:20 AM, Evan Martin <[email protected]> wrote: > On Wed, Apr 8, 2009 at 11:10 AM, Scott Hess <[email protected]> wrote: >> It occurs to me that if you ran ui_tests while running Chromium.app, >> or two ui_tests, you may also see strange and wonderful results. > > This depends on the Pawel patch I mentioned in my previous mail. > > Current code looks like: > > void UITest::AssertAppNotRunning(const std::wstring& error_message) { > #if defined(OS_WIN) > ASSERT_EQ(0, GetBrowserProcessCount()) << error_message; > #else > // TODO(port): Enable when chrome_process_filter is ported. > NOTIMPLEMENTED(); > #endif > } >
--~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
