Bug 264787 - [resultsdbpy] Test search autocomplete suggestions are case-sensitive.
Summary: [resultsdbpy] Test search autocomplete suggestions are case-sensitive.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-13 18:51 PST by Ben Schwartz
Modified: 2023-11-15 13:22 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>