Files
mscclpp/test
copilot-swe-agent[bot] 7003fec763 Simplify filter matching to use substring matching
- Remove complex wildcard pattern matching (*, ?, negative patterns)
- Use simple substring matching with find()
- Simpler implementation, easier to understand and maintain
- Still supports --gtest_filter for basic test name filtering

Note: For advanced filtering like wildcards, users can use multiple
test runs with different substring filters.

Co-authored-by: chhwang <8018170+chhwang@users.noreply.github.com>
2026-02-11 08:36:24 +00:00
..
2026-02-09 16:55:16 -08:00
2026-01-21 20:32:24 -08:00
2026-01-21 20:32:24 -08:00
2026-02-11 08:32:28 +00:00
2026-02-11 08:32:28 +00:00
2025-10-20 17:23:01 -07:00