Bug 186847 - [GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slightly flaky
Summary: [GTK] http/tests/inspector/network/resource-sizes-memory-cache.html is slight...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-20 08:00 PDT by Alicia Boya García
Modified: 2023-01-10 07:43 PST (History)
2 users (show)

See Also:


Attachments

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