<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>210796</bug_id>
          
          <creation_ts>2020-04-21 07:55:35 -0700</creation_ts>
          <short_desc>[GTK] Several resourceLoadStatistics tests are failing</short_desc>
          <delta_ts>2020-05-08 00:09:46 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=210184</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=194629</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego Pino">dpino</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cgarcia</cc>
    
    <cc>lmoura</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1643871</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-04-21 07:55:35 -0700</bug_when>
    <thetext>The following tests started failing after r260356:

http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database.html [ Timeout ]
http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html [ Failure ]
http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html [ Failure ]
http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html [ Failure ]

See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r260356%20(13404)/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-actual.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: WebSocket connection to &apos;ws://localhost/&apos; failed: Unexpected response code: 200
+CONSOLE MESSAGE: The server did not accept the WebSocket handshake.
 Construct a cross-site WebSocket in a frame with server-side refusal. The test passes if Resource Load Statistics logs it properly.
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.

See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r260356%20(13404)/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-actual.txt
@@ -6,10 +6,8 @@
 Before deletion: LocalStorage entry does exist.
 Before deletion: IDB entry does exist.
 
-After deletion: HttpOnly cookie exists.
-After deletion: Client-side cookie exists.
-After deletion: Regular server-side cookie exists.
-After deletion: LocalStorage entry does exist.
+After script-accessible deletion: No cookies found.
+After deletion: LocalStorage entry does not exist.
 After deletion: IDB entry does exist.

See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r260356%20(13404)/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-actual.txt
@@ -6,10 +6,8 @@
 Before deletion: LocalStorage entry does exist.
 Before deletion: IDB entry does exist.
 
-After deletion: HttpOnly cookie exists.
-After deletion: Client-side cookie exists.
-After deletion: Regular server-side cookie exists.
-After deletion: LocalStorage entry does exist.
+After script-accessible deletion: No cookies found.
+After deletion: LocalStorage entry does not exist.
 After deletion: IDB entry does exist.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1644248</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2020-04-22 02:30:17 -0700</bug_when>
    <thetext>These are not regressions, since they were skipped before. I&apos;ll check them, I think they all passed for me locally.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1644266</commentid>
    <comment_count>2</comment_count>
    <who name="Lauro Moura">lmoura</who>
    <bug_when>2020-04-22 04:57:14 -0700</bug_when>
    <thetext>(In reply to Diego Pino from comment #0)
&gt; The following tests started failing after r260356:
&gt; 
&gt; http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.
&gt; html [ Failure ]

snip.

&gt; See:
&gt; https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/
&gt; r260356%20(13404)/http/tests/websocket/connection-refusal-in-frame-resource-
&gt; load-statistics-diff.txt
&gt; 
&gt; ---
&gt; /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/
&gt; http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-
&gt; expected.txt
&gt; +++
&gt; /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/
&gt; http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-
&gt; actual.txt
&gt; @@ -1,4 +1,4 @@
&gt; -CONSOLE MESSAGE: WebSocket connection to &apos;ws://localhost/&apos; failed:
&gt; Unexpected response code: 200
&gt; +CONSOLE MESSAGE: The server did not accept the WebSocket handshake.
&gt;  Construct a cross-site WebSocket in a frame with server-side refusal. The
&gt; test passes if Resource Load Statistics logs it properly.
&gt;  
&gt;  On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST
&gt; COMPLETE&quot;.

This one was due to an obsolete console message. Rebaselined in bug194629 / r260495</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1650510</commentid>
    <comment_count>3</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-05-08 00:09:46 -0700</bug_when>
    <thetext>http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database.html has been a timeout flaky since:

[r260716-r260717]             TIMEOUT (Expected: TIMEOUT)
r260718                       UNKNOWN
r260719                       PASS (Expected: TIMEOUT)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>