Bug 198824 - [GTK] media/video-transformed.html is flaky
Summary: [GTK] media/video-transformed.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-13 06:05 PDT by Miguel Gomez
Modified: 2020-06-19 00:36 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2019-06-13 06:05:58 PDT
media/video-transformed.html [ Failure Pass ]

Sometimes the test fails on the first run and passes on the second. This is the diff when it fails:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-transformed-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-transformed-actual.txt
@@ -6,7 +6,7 @@
       RenderBlock {P} at (0,0) size 784x18
         RenderText {#text} at (0,0) size 216x17
           text run at (0,0) width 216: "Test painting of transformed video"
-      RenderBlock (anonymous) at (0,34) size 784x480
+      RenderBlock (anonymous) at (0,34) size 784x498
         RenderText {#text} at (0,142) size 4x17
           text run at (0,142) width 4: " "
         RenderBR {BR} at (210,156) size 0x0
@@ -16,6 +16,8 @@
         RenderText {#text} at (0,462) size 4x17
           text run at (0,462) width 4: " "
         RenderBR {BR} at (210,476) size 0x0
+        RenderText {#text} at (0,480) size 35x17
+          text run at (0,480) width 35: "FAIL"
 layer at (12,42) size 206x156
   RenderVideo {VIDEO} at (4,0) size 206x156 [border: (3px solid #FF0000)]
 layer at (12,202) size 206x156
Comment 1 Diego Pino 2020-06-19 00:36:51 PDT
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed.

Committed r263254: <https://trac.webkit.org/changeset/263254>