Changeset 75895 in webkit


Ignore:
Timestamp:
Jan 16, 2011 2:08:41 PM (13 years ago)
Author:
robert@webkit.org
Message:

2011-01-16 Robert Hogan <robert@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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r75894 r75895  
     12011-01-16  Robert Hogan  <robert@webkit.org>
     2
     3        Unreviewed, re-skip test after r75894.
     4
     5        [Qt] plugins/keyboard-events.html fails after r72717
     6
     7        Re-skip plugins/keyboard-events.html.
     8        Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
     9        a headless build, such as the buildbot. So need to solve this a
     10        different way.
     11
     12        https://bugs.webkit.org/show_bug.cgi?id=50050
     13
     14        * platform/qt/Skipped:
     15
    1162011-01-16  Robert Hogan  <robert@webkit.org>
    217
  • trunk/LayoutTests/platform/qt/Skipped

    r75894 r75895  
    330330plugins/application-plugin-plugins-disabled.html
    331331
     332# [Qt] plugins/keyboard-events.html fails after r72717
     333# https://bugs.webkit.org/show_bug.cgi?id=50050
     334# Need to set the X11 keycode in EventSender. Also needs to work on a
     335# headless display (like the buildbot), so XKeysymToKeycode doesn't work.
     336plugins/keyboard-events.html
    332337# =========================================================================== #
    333338#       Failing execCommand tests.                                            #
Note: See TracChangeset for help on using the changeset viewer.