Bump external/Catch2 from de7e863 to bcfb10e#296
Merged
Conversation
Alan-Jowett
approved these changes
Mar 17, 2026
Contributor
Author
|
A newer version of external/Catch2 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Collaborator
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Contributor
|
@dependabot recreate |
2de12cb to 29c9844de7e863 to bcfb10e
918faed to
755d36a
Compare
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `de7e863` to `bcfb10e`. - [Release notes](https://github.com/catchorg/Catch2/releases) - [Commits](catchorg/Catch2@de7e863...bcfb10e) --- updated-dependencies: - dependency-name: external/Catch2 dependency-version: 29c9844f688acb27c87338c39cd186ebfe41aa19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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>
be98bfe to
f4c4f0c
Compare
nmlud21
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps external/Catch2 from
de7e863tobcfb10e.Commits
bcfb10ev3.15.1b7e0310fix: move struct TestName of INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD...6d4ea62fix: move struct TestName of INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_METHOD_2 ...195231cdocs: Set missing syntax language3a865e8docs: Enable syntax coloring for code example69e0473Avoid a potential underflow when iterating over invalid inputs6ee0826v3.15.047ea57dConstexpr matching support in the range equals matchersd838f88Constexpr matching support in generic Contains matchersc267b6eConstexpr matching support in the quantifier matchers