Bug 214442
| Summary: | [GTK][WPE] imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect.html is failing since added | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect.html
Failing since added in r264458.
Diff:
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect-actual.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: NetworkError: A network error occurred.
Description
This test validates that connectStart and connectEnd are the same when a connection is reused (e.g. when a persistent connection is used).
@@ -6,5 +5,10 @@
PASS window.performance is defined
PASS window.performance.getEntriesByType is defined
-FAIL There should be 2 PerformanceEntries assert_equals: There should be 2 PerformanceEntries expected 2 but got 0
+PASS There should be 2 PerformanceEntries
+PASS connectStart and fetchStart should be the same
+PASS connectEnd and fetchStart should be the same
+FAIL secureConnectionStart and fetchStart should be the same assert_equals: secureConnectionStart and fetchStart should be the same expected 0 but got 71.00000000000001
+PASS domainLookupStart and fetchStart should be the same
+PASS domainLookupEnd and fetchStart should be the same
Marking as a failure because the value in the new FAIL entry is not stable, changing the last value on every test run, thus making a stable baseline impossible.
wpt.fyi link: https://wpt.fyi/results/resource-timing/resource_connection_reuse_mixed_content_redirect.html?label=master&product=chrome%5Bexperimental%5D&product=firefox%5Bexperimental%5D&product=safari%5Bexperimental%5D&product=webkitgtk&aligned
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
GLIB passing consistently since (238699@main-238705@main]