[Webkit-unassigned] [Bug 177687] [ High Sierra WK1 ] http/tests/inspector/network/resource-sizes-memory-cache.html is failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 1 11:30:38 PDT 2017


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
@@ -9,10 +9,22 @@
 PASS: estimatedNetworkEncodedSize should be exactly 0 bytes.
 PASS: estimatedTotalTransferSize should be >= (encoded body size + headers).
 PASS: size should be exactly 27 bytes.
-PASS: networkEncodedSize should be exactly 0 bytes.
-PASS: networkTotalTransferSize should be >= (encoded body size + headers).
-PASS: requestBodyTransferSize should be exactly 0 bytes.
-PASS: responseBodyTransferSize should be exactly 0 bytes.
-PASS: requestHeadersTransferSize should be non-empty.
-PASS: responseHeadersTransferSize should be non-empty.
+FAIL: networkEncodedSize should be exactly 0 bytes.
+    Expected: 0
+    Actual: NaN
+FAIL: networkTotalTransferSize should be >= (encoded body size + headers).
+    Expected: greater than or equal to 20
+    Actual: NaN
+FAIL: requestBodyTransferSize should be exactly 0 bytes.
+    Expected: 0
+    Actual: NaN
+FAIL: responseBodyTransferSize should be exactly 0 bytes.
+    Expected: 0
+    Actual: NaN
+FAIL: requestHeadersTransferSize should be non-empty.
+    Expected: greater than 20
+    Actual: NaN
+FAIL: responseHeadersTransferSize should be non-empty.
+    Expected: greater than 20
+    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/20171001/b558baff/attachment-0001.html>


More information about the webkit-unassigned mailing list