NEW 177687
REGRESSION(High Sierra): http/tests/inspector/network/resource-sizes-memory-cache.html is failing
https://bugs.webkit.org/show_bug.cgi?id=177687
Summary REGRESSION(High Sierra): http/tests/inspector/network/resource-sizes-memory-c...
Matt Lewis
Reported 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
Attachments
Alexey Proskuryakov
Comment 1 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
Matt Lewis
Comment 3 2017-10-09 17:01:33 PDT
The test is skipped on
Matt Lewis
Comment 4 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.
Matt Lewis
Comment 5 2017-10-13 14:58:21 PDT
Note You need to log in before you can comment on or make changes to this bug.