Changeset 50825 in webkit


Ignore:
Timestamp:
Nov 11, 2009 11:04:59 AM (14 years ago)
Author:
dbates@webkit.org
Message:

2009-11-11 Daniel Bates <dbates@webkit.org>

Reviewed by Eric Seidel.

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


We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
on both the Qt and GTK builds since there are issues with drag-and-drop support
in these builds.


For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576

  • platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html since there are issues with drag-and-drop support in both GTK and Qt.
  • platform/qt/Skipped: Ditto.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r50813 r50825  
     12009-11-11  Daniel Bates  <dbates@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=31334
     6       
     7        We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
     8        on both the Qt and GTK builds since there are issues with drag-and-drop support
     9        in these builds.
     10       
     11        For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
     12        For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
     13
     14        * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
     15        since there are issues with drag-and-drop support in both GTK and Qt.
     16        * platform/qt/Skipped: Ditto.
     17
    1182009-11-11  Yuta Kitamura  <yutak@chromium.org>
    219
  • trunk/LayoutTests/platform/gtk/Skipped

    r50800 r50825  
    14591459# DnD failures https://bugs.webkit.org/show_bug.cgi?id=30576
    14601460fast/events/drag-and-drop-dataTransfer-types-nocrash.html
     1461fast/events/drag-and-drop-fire-drag-dragover.html
    14611462fast/events/drag-and-drop.html
    14621463fast/events/drag-parent-node.html
  • trunk/LayoutTests/platform/qt/Skipped

    r50794 r50825  
    186186
    187187# ------- missing drag-and-drop support
     188# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
    188189fast/events/drag-parent-node.html
    189190fast/events/drag-and-drop.html
    190191fast/events/drag-and-drop-dataTransfer-types-nocrash.html
     192fast/events/drag-and-drop-fire-drag-dragover.html
    191193
    192194# ------- broken backgroundOf(el)
Note: See TracChangeset for help on using the changeset viewer.