Skip to content

Add Runner C++ hotkey conflict unit test seed - #48352

Merged
Clint Rutkas (crutkas) merged 2 commits into
microsoft:mainfrom
crutkas:tests/runner-cpp-core-seed
Jul 28, 2026
Merged

Add Runner C++ hotkey conflict unit test seed#48352
Clint Rutkas (crutkas) merged 2 commits into
microsoft:mainfrom
crutkas:tests/runner-cpp-core-seed

Conversation

@crutkas

Copy link
Copy Markdown
Member

Adds the C++ counterpart to #48346: a focused Runner native unit-test seed for core hotkey conflict behavior.

Why this one:

  • Runner is core infrastructure rather than another C# module test.
  • It adds the missing native C++ test-project path for Runner.
  • The seed test is deterministic and covers in-app hotkey conflict detection.
  • It keeps the active rollout to two PRs: one C# module-services PR (Add Awake module services unit test seed #48346) and one C++ core/runner PR.

Validation:

  • tools\build\build.ps1 -Platform x64 -Configuration Debug -Path src\runner\UnitTests
  • vstest.console.exe x64\Debug\tests\Runner\Runner.UnitTests.dll /Tests:HasConflict_TwoModulesSameHotkey_InAppConflict → 1 passed

Clint Rutkas (crutkas) and others added 2 commits June 5, 2026 17:56
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@crutkas
Clint Rutkas (crutkas) merged commit 021ca6a into microsoft:main Jul 28, 2026
12 checks passed
@crutkas
Clint Rutkas (crutkas) deleted the tests/runner-cpp-core-seed branch July 28, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Tests issues that relate to tests Needs-Review This Pull Request awaits the review of a maintainer.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants