Bug 186847

Summary: [GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slightly flaky
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, calvaris
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alicia Boya García 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
Comment 1 Diego Pino 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.