Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe14245d72bfd8edea97054e188dfeda324a14bd
      
https://github.com/WebKit/WebKit/commit/fe14245d72bfd8edea97054e188dfeda324a14bd
  Author: Richard Robinson <[email protected]>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    M Tools/TestWebKitAPI/Runner/SwiftTestsController.swift

  Log Message:
  -----------
  [Swift in WebKit] Swift Testing should support parameterized tests
https://bugs.webkit.org/show_bug.cgi?id=312427
rdar://174878119

Reviewed by Aditya Keerthi.

Swift Testing's `filter` argument accepts a regex, whereas `run-api-tests` 
expects to be able to
pass in an already well-formed test name. This is mainly an issue for 
parameterized tests which use
paranetheses.

Fix by escaping any regex metacharacters from the filter string, which matches 
how gtest works.

* Tools/TestWebKitAPI/Runner/SwiftTestsController.swift:

Canonical link: https://commits.webkit.org/311337@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to