Bug 177687

Summary: REGRESSION(High Sierra): http/tests/inspector/network/resource-sizes-memory-cache.html is failing
Product: WebKit Reporter: Matt Lewis <jlewis3>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, hi, inspector-bugzilla-changes, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Matt Lewis 2017-09-29 15:20:15 PDT
http/tests/inspector/network/resource-sizes-memory-cache.html is failing on High Sierra WK1 according to the dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Finspector%2Fnetwork%2Fresource-sizes-memory-cache.html

This has been happening since the High Sierra Queues were brought up.

https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20WK1%20(Tests)/builds/62
Comment 1 Alexey Proskuryakov 2017-10-01 11:30:38 PDT
@@ -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
Comment 3 Matt Lewis 2017-10-09 17:01:33 PDT
The test is skipped on
Comment 4 Matt Lewis 2017-10-09 17:02:47 PDT
(In reply to Matt Lewis from comment #3)
> The test is skipped on

The test was skipped on WK1 in https://trac.webkit.org/changeset/216087/webkit

The failures on WK2 are flaky according to the dashboard.
Comment 5 Matt Lewis 2017-10-13 14:58:21 PDT
Marked as flaky in:
https://trac.webkit.org/changeset/223300/webkit