[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

robert at webkit.org robert at webkit.org
Sun Feb 20 23:04:08 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b8633a7b419f9afc01d19be61a00d3b7ee034751
Author: robert at webkit.org <robert at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 16 22:08:41 2011 +0000

    2011-01-16  Robert Hogan  <robert at webkit.org>
    
            Unreviewed, re-skip test after r75894.
    
            [Qt] plugins/keyboard-events.html fails after r72717
    
            Re-skip plugins/keyboard-events.html.
            Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
            a headless build, such as the buildbot. So need to solve this a
            different way.
    
            https://bugs.webkit.org/show_bug.cgi?id=50050
    
            * platform/qt/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75895 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 54cf792..0188d73 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,20 @@
 2011-01-16  Robert Hogan  <robert at webkit.org>
 
+        Unreviewed, re-skip test after r75894.
+
+        [Qt] plugins/keyboard-events.html fails after r72717
+
+        Re-skip plugins/keyboard-events.html.
+        Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
+        a headless build, such as the buildbot. So need to solve this a
+        different way.
+
+        https://bugs.webkit.org/show_bug.cgi?id=50050
+
+        * platform/qt/Skipped:
+
+2011-01-16  Robert Hogan  <robert at webkit.org>
+
         Reviewed by Andreas Kling.
 
         [Qt] plugins/keyboard-events.html fails after r72717
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 6c92bae..5058a15 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -329,6 +329,11 @@ http/tests/plugins/plugin-document-has-focus.html
 # ---- Bug: Qt Style Widgets should render when plugins are disabled
 plugins/application-plugin-plugins-disabled.html
 
+# [Qt] plugins/keyboard-events.html fails after r72717 
+# https://bugs.webkit.org/show_bug.cgi?id=50050 
+# Need to set the X11 keycode in EventSender. Also needs to work on a
+# headless display (like the buildbot), so XKeysymToKeycode doesn't work.
+plugins/keyboard-events.html 
 # =========================================================================== #
 #       Failing execCommand tests.                                            #
 # =========================================================================== #

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list