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. [==========] 0 tests from 0 test cases ran. (1 ms total) [ PASSED ] 0 tests.
On Tue, Jan 5, 2010 at 9:16 PM, Dan Kegel <[email protected]> wrote: > On Tue, Jan 5, 2010 at 9:13 PM, n179911 <[email protected]> wrote: >> For this test case defined in unload_test.cc: >> TEST_F(UnloadTest, CrossSiteInfiniteBeforeUnloadSync) {...} >> >> i have tried: >> ./out/Debug/automated_ui_tests --gtest_filter='CrossSiteInfiniteUnloadSync' >> ./out/Debug/base_unittests --gtest_filter='CrossSiteInfiniteUnloadSync' >> >> But no test is being run in both cases. > > Try > $ make tab_switching_test > $ out/Debug/tab_switching_test > --gtest_filter=UnloadTest.CrossSiteInfiniteBeforeUnloadSync >
-- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
