Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1db9af40 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make UntrustedSpy_AbortsDispatcher threadsafe" into main

parents e3835b32 21f77bd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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();