On Tue, Jan 5, 2010 at 9:23 PM, n179911 <[email protected]> wrote: > Thanks. but It still said '0 tests ran' > > $ out/Debug/tab_switching_test > --gtest_filter=UnloadTest.CrossSiteInfiniteBeforeUnloadSync > Note: Google Test filter = UnloadTest.CrossSiteInfiniteBeforeUnloadSync > [==========] Running 0 tests from 0 test cases.
Try listing the tests, e.g. $ out/Debug/tab_switching_test --gtest_list_tests and verify the UnloadTest tests are even there. See http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Selecting_Tests for where these options come from.
-- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
