RESOLVED FIXED 186847
[GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slightly flaky
https://bugs.webkit.org/show_bug.cgi?id=186847
Summary [GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slight...
Alicia Boya García
Reported 2018-06-20 08:00:43 PDT
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
Attachments
Diego Pino
Comment 1 2023-01-10 07:43:11 PST
The test or tests filed under this bug are not failing anymore. Test expectations updated in https://commits.webkit.org/258724@main.
Note You need to log in before you can comment on or make changes to this bug.