[Webkit-unassigned] [Bug 153942] New: [GTK] Private browsing mode tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 6 09:15:46 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153942

            Bug ID: 153942
           Summary: [GTK] Private browsing mode tests are flaky
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

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
@@ -5,8 +5,8 @@

 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
@@ -4,8 +4,8 @@


 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.

https://build.webkit.org/results/GTK Linux 64-bit Release (Tests)/r196216 (13627)/results.html#

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160206/ace7b168/attachment.html>


More information about the webkit-unassigned mailing list