Changeset 88111 in webkit


Ignore:
Timestamp:
Jun 4, 2011 4:35:00 AM (13 years ago)
Author:
Laszlo Gombos
Message:

2011-06-04 Laszlo Gombos <Laszlo Gombos>

Reviewed by Andreas Kling.

[Qt] Enable passing File API tests
https://bugs.webkit.org/show_bug.cgi?id=62020

File API has been enabled for QtWebKit in r74115,
let's also enable the passing related tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r88110 r88111  
     12011-06-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Enable passing File API tests
     6        https://bugs.webkit.org/show_bug.cgi?id=62020
     7
     8        File API has been enabled for QtWebKit in r74115,
     9        let's also enable the passing related tests.
     10
     11        * platform/qt/Skipped:
     12
    1132011-06-04  Alexey Proskuryakov  <ap@apple.com>
    214
  • trunk/LayoutTests/platform/qt/Skipped

    r88054 r88111  
    200200http/tests/local/formdata
    201201
     202fast/files/apply-blob-url-to-img.html
     203fast/files/apply-blob-url-to-xhr.html
     204fast/files/file-reader-abort.html
     205fast/files/read-blob-async.html
     206fast/files/read-file-async.html
     207fast/files/workers/worker-apply-blob-url-to-xhr.html
     208fast/files/workers/worker-read-blob-async.html
     209fast/files/workers/worker-read-blob-sync.html
     210fast/files/workers/worker-read-file-async.html
     211fast/files/workers/worker-read-file-sync.html
     212
    202213editing/pasteboard/drag-image-in-about-blank-frame.html
    203214editing/pasteboard/files-during-page-drags.html
     
    311322# Disabled HTTP subdirs for now, needs investigation.
    312323http/tests/media
    313 
    314 # drag n drop support again
    315 http/tests/local/drag-over-remote-content.html
    316 http/tests/local/fileapi
    317 http/tests/security/drag-drop-same-unique-origin.html
    318 
    319 # CONSOLE MESSAGE: line 72: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function.
    320 http/tests/local/blob/send-hybrid-blob.html
    321 http/tests/local/blob/send-sliced-data-blob.html
    322 http/tests/local/formdata
    323324
    324325# --- Failing navigation tests
     
    681682# This needs more investigation
    682683http/tests/security/isolatedWorld/world-reuse.html
    683 
    684 # File API is not supported yet
    685 fast/files
    686 http/tests/fileapi
    687684
    688685# Missing layoutTestController.dumpWillCacheResponse
Note: See TracChangeset for help on using the changeset viewer.