Changeset 61641 in webkit


Ignore:
Timestamp:
Jun 22, 2010 5:25:17 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-22 Eric Seidel <eric@webkit.org>

No review, skipping test due to revealed bug in ClipboardQt.

editing/execCommand/copy-without-selection.html fails on Qt after r61637
https://bugs.webkit.org/show_bug.cgi?id=41025

The Qt Clipboard::setData code wrongly reinterpret_casts UChar
data as char* data. This was exposed by the previous commit
which no long strips \0 characters during innerHTML.

Skipping the affected test until a Qt person can fix
platform/qt/ClipboardQt.cpp

  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r61640 r61641  
     12010-06-22  Eric Seidel  <eric@webkit.org>
     2
     3        No review, skipping test due to revealed bug in ClipboardQt.
     4
     5        editing/execCommand/copy-without-selection.html fails on Qt after r61637
     6        https://bugs.webkit.org/show_bug.cgi?id=41025
     7
     8        The Qt Clipboard::setData code wrongly reinterpret_casts UChar
     9        data as char* data.  This was exposed by the previous commit
     10        which no long strips \0 characters during innerHTML.
     11
     12        Skipping the affected test until a Qt person can fix
     13        platform/qt/ClipboardQt.cpp
     14
     15        * platform/qt/Skipped:
     16
    1172010-06-22  Tony Gentilcore  <tonyg@chromium.org>
    218
  • trunk/LayoutTests/platform/qt/Skipped

    r61599 r61641  
    54405440fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html
    54415441fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html
     5442
     5443# Clipboard::setData is broken on Qt
     5444# https://bugs.webkit.org/show_bug.cgi?id=41025
     5445editing/execCommand/copy-without-selection.html
Note: See TracChangeset for help on using the changeset viewer.