Bug 164095 - REGRESSION: http/tests/misc/acid2.html and http/tests/misc/acid2-pixel.html are flaky failures
Summary: REGRESSION: http/tests/misc/acid2.html and http/tests/misc/acid2-pixel.html a...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-27 16:54 PDT by Ryan Haddad
Modified: 2016-11-29 13:16 PST (History)
4 users (show)

See Also:


Attachments
Patch (8.32 KB, patch)
2016-10-28 05:35 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-10-27 16:54:22 PDT
LayoutTests http/tests/misc/acid2.html and http/tests/misc/acid2-pixel.html are flaky failures

https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK1%20(Tests)/r208004%20(907)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Facid2.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Facid2-pixel.html

--- /Volumes/Data/slave/sierra-debug-tests-wk1/build/layout-test-results/http/tests/misc/acid2-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk1/build/layout-test-results/http/tests/misc/acid2-actual.txt
@@ -7,12 +7,12 @@
         RenderText {#text} at (12,46) size 131x28
           text run at (12,46) width 131: "Hello World!"
 layer at (36,2638) size 764x226
-  RenderBlock (relative positioned) {DIV} at (36,2554) size 764x226 [border: (12px solid #00000000)]
+  RenderBlock (relative positioned) {DIV} at (36,2554) size 764x226 [bgcolor=#FF0000] [border: (12px solid #00000000)]
     RenderTable {TABLE} at (12,12) size 1x0
       RenderTableSection {TBODY} at (0,0) size 1x0
         RenderTableRow {TR} at (0,0) size 1x0
           RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
-    RenderBlock {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)]
+    RenderBlock {DIV} at (60,60) size 120x12 [border: none (12px solid #000000) none (12px solid #000000)]
       RenderBlock {DIV} at (12,0) size 144x12
         RenderText {#text} at (0,-1) size 101x14
           text run at (0,-1) width 101: "                              "
@@ -32,7 +32,7 @@
           text run at (12,8) width 1: " "
     RenderBlock {DIV} at (12,180) size 740x12
       RenderBlock {DIV} at (60,0) size 96x12 [color=#FFA500] [bgcolor=#FFFF00] [border: none (24px solid #000000) none (24px solid #000000)]
-    RenderTable {UL} at (96,192) size 48x12 [bgcolor=#FF0000]
+    RenderTable {UL} at (96,192) size 48x12
       RenderTableSection (anonymous) at (0,0) size 48x12
         RenderTableRow (anonymous) at (0,0) size 48x12
           RenderTableCell {LI} at (0,0) size 12x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
@@ -56,7 +56,7 @@
   RenderBlock (positioned) {BLOCKQUOTE} at (72,48) size 96x12 [border: none (24px solid #000000) none (24px solid #000000)]
     RenderBlock (floating) {ADDRESS} at (24,0) size 48x12 [bgcolor=#FFFF00]
 layer at (84,2710) size 144x24
-  RenderBlock (positioned) {DIV} at (48,72) size 144x24 [bgcolor=#FF0000]
+  RenderBlock (positioned) {DIV} at (48,72) size 144x24
     RenderBlock {DIV} at (0,0) size 144x0
       RenderInline {OBJECT} at (0,0) size 131x14
         RenderInline {OBJECT} at (0,0) size 131x14
Comment 1 Ryan Haddad 2016-10-27 16:55:31 PDT
Prior to http://trac.webkit.org/changeset/207967 http/tests/misc/acid2.html, was a flaky assertion failure, with http/tests/misc/acid2-pixel.html failing alongside it. The test no longer asserts, but both tests are still flaky failures.
Comment 2 Ryan Haddad 2016-10-27 16:56:12 PDT
This could be due to https://trac.webkit.org/changeset/207757
Comment 3 youenn fablet 2016-10-28 05:35:14 PDT
Created attachment 293145 [details]
Patch
Comment 4 Radar WebKit Bug Importer 2016-10-31 16:22:08 PDT
<rdar://problem/29035050>
Comment 5 Ryan Haddad 2016-11-29 13:16:51 PST
These tests are no longer flaky. Closing as config changed.