forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Privacy Guide: browsertest refactoring (completion card)
Move tests that purely test inner completion fragment functionality into a separate completion fragment test suite. This reduces the runtime of the main test suite significantly (from ~16s to ~9s on a Chromium build machine) and should hence significantly contribute to fixing 1293840. Before: [1/2] [...].HistorySyncFragmentTests (3416 ms) [2/2] [...].PrivacyReviewPageTests (15743 ms) After: [1/3] [...].HistorySyncFragmentTests (3419 ms) [2/3] [...].CompletionFragmentTests (6043 ms) [3/3] [...].PrivacyReviewPageTests (9452 ms) Bug: 1215630,1293840 Change-Id: I376ef562dd2693d53bf4dec04e46bd3a80226432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3450117 Reviewed-by: Sean Harrison <[email protected]> Commit-Queue: Rainhard Findling <[email protected]> Reviewed-by: Demetrios Papadopoulos <[email protected]> Cr-Commit-Position: refs/heads/main@{#969055}
- Loading branch information
Rainhard Findling
authored and
Chromium LUCI CQ
committed
Feb 9, 2022
1 parent
ee1d45d
commit b81eced
Showing
4 changed files
with
73 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters