[Webkit-unassigned] [Bug 186847] New: [GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slightly flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 08:00:43 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186847

            Bug ID: 186847
           Summary: [GTK]
                    http/tests/inspector/network/resource-sizes-memory-cac
                    he.html is slightly flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

The following test is slightly flaky on GTK:

http/tests/inspector/network/resource-sizes-memory-cache.html

Latest runs: FPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/resource-sizes-memory-cache-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/inspector/network/resource-sizes-memory-cache-actual.txt
@@ -3,12 +3,20 @@

 == Running test suite: Resource.Size.MemoryCache
 -- Running test case: Resource.Size.MemoryCache.Basic
-PASS: statusCode should be 304.
+FAIL: statusCode should be 304.
+    Expected: 304
+    Actual: NaN
 PASS: compressed should be false.
-PASS: responseSource should be Symbol(memory-cache).
-PASS: estimatedNetworkEncodedSize should be exactly 0 bytes.
-PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
-PASS: size should be exactly 27 bytes.
+FAIL: responseSource should be Symbol(memory-cache).
+    Expected: Symbol(memory-cache)
+    Actual: Symbol(unknown)
+FAIL: estimatedNetworkEncodedSize should be exactly 0 bytes.
+FAIL: estimatedTotalTransferSize should be >= (encoded body size + headers).
+    Expected: greater than or equal to 20
+    Actual: NaN
+FAIL: size should be exactly 27 bytes.
+    Expected: 27
+    Actual: NaN
 FAIL: networkEncodedSize should be exactly 0 bytes.
     Expected: 0
     Actual: NaN

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180620/0af2284a/attachment-0001.html>


More information about the webkit-unassigned mailing list