New issue
Advanced search Search tips

Issue 885123 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 18
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: ----



Sign in to add a comment

Flaky test: TextPaintTimingDetectorTest.LastTextPaint_ReportFirstPaintTime

Project Member Reported by sheriff-...@appspot.gserviceaccount.com, Sep 18

Issue description

Components: Blink
Labels: OS-Android
Cc: maxlg@chromium.org
Owner: maxlg@chromium.org
Status: Assigned (was: Available)
The test is flaky because EXPECT_ET is used to compare two clamped times which can be the same value.
Project Member

Comment 5 by bugdroid1@chromium.org, Sep 18

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2023b99193454d3d790e535cee140942f404fa23

commit 2023b99193454d3d790e535cee140942f404fa23
Author: Liquan(Max) Gu <maxlg@chromium.org>
Date: Tue Sep 18 16:36:15 2018

[FCP++] Fix test flakiness due to time clamping

The test LastTextPaint_ReportFirstPaintTime is flaky because it used
EXPECT_GT for time comparison. This is an issue because time is clamped. We
should use EXPECT_GE instead.

Bug:  885123 
Change-Id: I519eeb23dcd9a1376cf91ecdc288fbf6d7b40daa
Reviewed-on: https://chromium-review.googlesource.com/1230436
Reviewed-by: Steve Kobes <skobes@chromium.org>
Commit-Queue: Liquan (Max) Gǔ <maxlg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592073}
[modify] https://crrev.com/2023b99193454d3d790e535cee140942f404fa23/third_party/blink/renderer/core/paint/text_paint_timing_detector_test.cc

Labels: -Sheriff-Chromium
Removing from sheriff queue.
Status: Fixed (was: Assigned)
The CL should have fixed the bug.

Sign in to add a comment