RESOLVED FIXED214442
[GTK][WPE] imported/w3c/web-platform-tests/resource-timing/resource_connection_reuse_mixed_content_redirect.html is failing since added
https://bugs.webkit.org/show_bug.cgi?id=214442
Summary [GTK][WPE] imported/w3c/web-platform-tests/resource-timing/resource_connectio...
Lauro Moura
Reported 2020-07-16 20:40:12 PDT
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
Lauro Moura
Comment 1 2021-08-02 19:48:40 PDT
GLIB passing consistently since (238699@main-238705@main]
Note You need to log in before you can comment on or make changes to this bug.