Skip to content

Fix FDO Secrets GUI test crashes#13311

Open
droidmonkey wants to merge 1 commit into
developfrom
fix/fdosecrets-gui-test
Open

Fix FDO Secrets GUI test crashes#13311
droidmonkey wants to merge 1 commit into
developfrom
fix/fdosecrets-gui-test

Conversation

@droidmonkey
Copy link
Copy Markdown
Member

Testing strategy

Tested in a debugger, need end user testing to confirm fix. @WhyNotHugo

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@droidmonkey droidmonkey requested review from Copilot and varjolintu May 5, 2026 04:05
@droidmonkey droidmonkey added the pr: tests Pull request adds or modifies tests label May 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR adjusts GUI test event processing to prevent crashes in the FDO Secrets GUI tests (fixes #13307), by changing how Qt events/timers are pumped during dialog-driving flows.

Changes:

  • Simplifies TestGuiFdoSecrets::processEvents() to call QApplication::processEvents().
  • Adds an extra event-processing pass before driving the access control dialog to help queued timers fire.

Comment thread tests/gui/TestGuiFdoSecrets.cpp
Comment thread tests/gui/TestGuiFdoSecrets.cpp
@droidmonkey droidmonkey force-pushed the fix/fdosecrets-gui-test branch from 98f5890 to fd22a32 Compare May 5, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: tests Pull request adds or modifies tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fdo Secret Service GUI tests crash on Qt6

2 participants