Skip to content

Conversation

@Kellesi
Copy link
Collaborator

@Kellesi Kellesi commented Aug 4, 2025

Make USimpleString::matches IRQL independent
Add tests for it
Task: https://jira.dev.local/jira/browse/KF-23

@Kellesi Kellesi requested a review from Copilot August 11, 2025 18:08
Copy link
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

This PR fixes the USimpleString::matches method to be IRQL independent and adds comprehensive test coverage for wildcard matching functionality.

  • Adds comprehensive unit tests for USimpleString::matches and USimpleString::matchesIgnoreCase methods
  • Adds test file to CMakeLists.txt build configuration
  • Renames existing test files from HexTest.cpp/MapTest.cpp to Hex.cpp/Map.cpp for consistency

Reviewed Changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
test/USimpleString.cpp Comprehensive test suite for USimpleString wildcard matching functionality with '*' and '?' patterns
test/CMakeLists.txt Updates build configuration to include new test file and renames existing test files

@belyshevdenis
Copy link
Collaborator

@Kellesi please revert the renaming of Hex and Map tests to originals

@belyshevdenis
Copy link
Collaborator

@SergiusTheBest do you mind? this branch is the part of another one with strings testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants