<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Private browsing mode tests are flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=153942">153942</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] Private browsing mode tests are flaky
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcatanzaro&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>plugins/private-browsing-mode-2.html and plugins/private-browsing-mode.html have been flaky since r191881, around when we landed several RunLoop/WorkQueue/GMainLoopSource changes:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/plugins/private-browsing-mode-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/plugins/private-browsing-mode-actual.txt
&#64;&#64; -5,8 +5,8 &#64;&#64;

 PASS plugin1.privateBrowsingEnabled is false
 PASS plugin1.cachedPrivateBrowsingEnabled is false
-PASS plugin1.privateBrowsingEnabled is true
-PASS plugin1.cachedPrivateBrowsingEnabled is true
+FAIL plugin1.privateBrowsingEnabled should be true. Was false.
+FAIL plugin1.cachedPrivateBrowsingEnabled should be true. Was false.
 PASS plugin2.privateBrowsingEnabled is true
 PASS plugin2.cachedPrivateBrowsingEnabled is true

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/plugins/private-browsing-mode-2-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/plugins/private-browsing-mode-2-actual.txt
&#64;&#64; -4,8 +4,8 &#64;&#64;


 PASS plugin1.privateBrowsingEnabled is false
-PASS plugin1.privateBrowsingEnabled is true
+FAIL plugin1.privateBrowsingEnabled should be true. Was false.
 PASS plugin2.privateBrowsingEnabled is true
 PASS plugin1.privateBrowsingEnabled is false
-PASS plugin2.privateBrowsingEnabled is false
+FAIL plugin2.privateBrowsingEnabled should be false. Was true.

<a href="https://build.webkit.org/results/GTK">https://build.webkit.org/results/GTK</a> Linux 64-bit Release (Tests)/r196216 (13627)/results.html#</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>