Skip to content

Bump external/Catch2 from 2de12cb to 29c9844#296

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/submodules/external/Catch2-29c9844
Open

Bump external/Catch2 from 2de12cb to 29c9844#296
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/submodules/external/Catch2-29c9844

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2026

Bumps external/Catch2 from 2de12cb to 29c9844.

Commits
  • 29c9844 v3.13.0
  • 56024c0 More tests for MapGenerator
  • edfed6c Efficient skipToNthElementImpl for Take and Map generators
  • 75bfcc3 Expose skipToNthElement in the GeneratorWrapper
  • 056e4fe MapGenerator only calls mapping function if the result is used
  • 3a0cf7e Support filtering on both sections and generators (#3069)
  • b6c7b21 Improve test for --warn InfiniteGenerators
  • 045ac7a Simplify IGeneratorTracker
  • 72671fd Check for infinite generators before we construct generator's tracker
  • 120827d Fix formatting in catch_commandline.cpp
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `2de12cb` to `29c9844`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@2de12cb...29c9844)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-version: 29c9844f688acb27c87338c39cd186ebfe41aa19
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Feb 21, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Feb 21, 2026
When KfRaiseIrql/KeLowerIrql cycles run before tests that check
KeSetSystemAffinityThreadEx return value, the thread-local
_usersim_group_affinity_cache can be left dirty. This happens because
KeLowerIrql tries to restore the saved affinity {Mask=0} (the initial
cache value meaning 'no override') via SetThreadGroupAffinity, which
fails since Mask=0 is invalid--leaving the cache at {Mask=1}.

Handle Mask=0 explicitly in usersim_set_current_thread_affinity by
restoring the thread to the process-default affinity instead of
passing the invalid zero mask to the OS.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant