[Webkit-unassigned] [Bug 83263] New: [Qt][WK2] fast/events/page-visibility-* tests fail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 5 03:47:45 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83263
Summary: [Qt][WK2] fast/events/page-visibility-* tests fail
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
CC: simon.fraser at apple.com, jesus at webkit.org
Blocks: 69554
These tests were unskipped by http://trac.webkit.org/changeset/113235
( after implementing layoutTestController.setPageVisibility() )
But unfortunately these tests still fail:
- fast/events/page-visibility-iframe-move-test.html
- fast/events/page-visibility-iframe-propagation-test.html
- fast/events/page-visibility-transition-test.html
fast/events/page-visibility-iframe-move-test.html
==================================================
- crazy flakey test
- 58 test cases (58%) succeeded, 42 test cases (42%) had incorrect layout
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-iframe-move-test-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-iframe-move-test-actual.txt
@@ -1,21 +1,2 @@
-This test checks that an iframe that moves between pages with different visibility will have the correct visibility value.
+FAIL: Timed out waiting for notifyDone to be called
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Window 1 Loaded
-Window 2 Loaded
-PASS window.document.webkitHidden is false
-PASS window2.document.webkitHidden is false
-PASS iframe.contentDocument.webkitHidden is false
-PASS window.document.webkitHidden is true
-PASS window2.document.webkitHidden is false
-PASS iframe.contentDocument.webkitHidden is false
-Adopted iframe to Window 1
-PASS window.document.webkitHidden is true
-PASS window2.document.webkitHidden is false
-PASS iframe.contentDocument.webkitHidden is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
fast/events/page-visibility-iframe-propagation-test.html
=========================================================
- It fails always
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-iframe-propagation-test-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-iframe-propagation-test-actual.txt
@@ -1,27 +1,2 @@
-This test checks that Page Visibility state events are propagated to child frames.
+FAIL: Timed out waiting for notifyDone to be called
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Main Page:
-PASS document.webkitVisibilityState is "visible"
-PASS document.webkitHidden is false
-Child Frame:
-PASS childFrame.contentDocument.webkitVisibilityState is "visible"
-PASS childFrame.contentDocument.webkitHidden is false
-Main Page:
-PASS document.webkitVisibilityState is "hidden"
-PASS document.webkitHidden is true
-Child Frame:
-PASS childFrame.contentDocument.webkitVisibilityState is "hidden"
-PASS childFrame.contentDocument.webkitHidden is true
-Main Page:
-PASS document.webkitVisibilityState is "visible"
-PASS document.webkitHidden is false
-Child Frame:
-PASS childFrame.contentDocument.webkitVisibilityState is "visible"
-PASS childFrame.contentDocument.webkitHidden is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
fast/events/page-visibility-transition-test.html
=================================================
- It fails always.
--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-transition-test-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/events/page-visibility-transition-test-actual.txt
@@ -1,23 +1,2 @@
-This test checks that Page Visibility state values are correct and the event changes are fired correctly.
+FAIL: Timed out waiting for notifyDone to be called
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.webkitVisibilityState is "visible"
-PASS document.webkitHidden is false
-PASS document.webkitVisibilityState is "hidden"
-PASS document.webkitHidden is true
-PASS document.webkitVisibilityState is "hidden"
-PASS document.webkitHidden is true
-PASS document.webkitVisibilityState is "prerender"
-PASS document.webkitHidden is true
-PASS document.webkitVisibilityState is "visible"
-PASS document.webkitHidden is false
-PASS document.webkitVisibilityState is "preview"
-PASS document.webkitHidden is true
-PASS document.webkitVisibilityState is "visible"
-PASS document.webkitHidden is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list