Loading services/inputflinger/tests/InputDispatcher_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9015,6 +9015,7 @@ using InputDispatcherSpyWindowDeathTest = InputDispatcherSpyWindowTest; * Adding a spy window that is not a trusted overlay causes Dispatcher to abort. * Adding a spy window that is not a trusted overlay causes Dispatcher to abort. */ */ TEST_F(InputDispatcherSpyWindowDeathTest, UntrustedSpy_AbortsDispatcher) { TEST_F(InputDispatcherSpyWindowDeathTest, UntrustedSpy_AbortsDispatcher) { testing::GTEST_FLAG(death_test_style) = "threadsafe"; ScopedSilentDeath _silentDeath; ScopedSilentDeath _silentDeath; auto spy = createSpy(); auto spy = createSpy(); Loading Loading
services/inputflinger/tests/InputDispatcher_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9015,6 +9015,7 @@ using InputDispatcherSpyWindowDeathTest = InputDispatcherSpyWindowTest; * Adding a spy window that is not a trusted overlay causes Dispatcher to abort. * Adding a spy window that is not a trusted overlay causes Dispatcher to abort. */ */ TEST_F(InputDispatcherSpyWindowDeathTest, UntrustedSpy_AbortsDispatcher) { TEST_F(InputDispatcherSpyWindowDeathTest, UntrustedSpy_AbortsDispatcher) { testing::GTEST_FLAG(death_test_style) = "threadsafe"; ScopedSilentDeath _silentDeath; ScopedSilentDeath _silentDeath; auto spy = createSpy(); auto spy = createSpy(); Loading