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

Commit a82711a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use threadsafe death testing for dispatcher tests" into udc-qpr-dev am: 0b8abab2

parents cd6b2c36 0b8abab2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9584,6 +9584,7 @@ public:
using InputDispatcherStylusInterceptorDeathTest = InputDispatcherStylusInterceptorTest;

TEST_F(InputDispatcherStylusInterceptorDeathTest, UntrustedOverlay_AbortsDispatcher) {
    testing::GTEST_FLAG(death_test_style) = "threadsafe";
    ScopedSilentDeath _silentDeath;

    auto [overlay, window] = setupStylusOverlayScenario();