Bug 177687 - REGRESSION(High Sierra): http/tests/inspector/network/resource-sizes-memory-cache.html is failing
Summary: REGRESSION(High Sierra): http/tests/inspector/network/resource-sizes-memory-c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-29 15:20 PDT by Matt Lewis
Modified: 2017-10-13 14:58 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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