Enable NoBackgroundTasksTest.FirstNonEmptyPaintWithoutBackgroundTasks on ChromeOS.
The test failed because rendering the NTP was blocked on loading machine statistics, which was done from a TaskPriority::BACKGROUND task. The priority of that task was changed to TaskPriority::USER_BLOCKING in https://chromium-review.googlesource.com/c/chromium/src/+/1082608, so the test can be enabled. The test is still disabled when Mash is enabled, because the non-empty paint signal isn't fired in this case (even when background tasks aren't disabled). Bug: 831835 Change-Id: Ie847b152b057883f62bef060c6294a427980c838 Reviewed-on: https://chromium-review.googlesource.com/1082609Reviewed-by:Avi Drissman <avi@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#565421}
Showing
Please register or sign in to comment