Bug 264787

Summary: [resultsdbpy] Test search autocomplete suggestions are case-sensitive.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jbedard, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ben Schwartz 2023-11-13 18:51:57 PST
When using the search box to find a test, the autocomplete suggestions are case-sensitive, meaning that tests only populate if the case typed matches the start of a test name.

REPRODUCIBILITY:
1. For this example, suppose we are trying to find the test TestWebKitAPI.WKWebExtensionAPITabs.PortDisconnectWithMultipleListeners.
2. Start typing and get to the following: TestWebKitAPI.WKWebExtensionAPITabs.
3. Type a lowercase p.

RESULTS:
 - Expected: the example API test populates as an autocomplete suggestion.
 - Actual: the test is not shown in the list of autocomplete suggestions.
Comment 1 Radar WebKit Bug Importer 2023-11-13 18:52:09 PST
<rdar://problem/118368309>