Changeset 106027 in webkit


Ignore:
Timestamp:
Jan 26, 2012 12:15:50 PM (12 years ago)
Author:
jesus@webkit.org
Message:

Updating skipped tests after r105997.

Unreviewed gardening.

  • platform/qt-4.8/Skipped:
  • platform/qt-5.0/Skipped:
  • platform/qt-wk2/Skipped:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106024 r106027  
     12012-01-26  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
     2
     3        Updating skipped tests after r105997.
     4
     5        Unreviewed gardening.
     6
     7        * platform/qt-4.8/Skipped:
     8        * platform/qt-5.0/Skipped:
     9        * platform/qt-wk2/Skipped:
     10        * platform/qt/Skipped:
     11
    1122012-01-26  Kelly Norton  <knorton@google.com>
    213
  • trunk/LayoutTests/platform/qt-4.8/Skipped

    r105997 r106027  
    6161
    6262editing/selection/click-left-of-rtl-wrapping-text.html
     63
     64# Not sure why this is failing on Qt.
     65# https://bugs.webkit.org/show_bug.cgi?id=37697
     66fast/url/host.html
     67
     68# [Qt]fast/url/idna tests fail
     69# https://bugs.webkit.org/show_bug.cgi?id=59187
     70fast/url/idna2003.html
     71fast/url/idna2008.html
     72
     73# [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
     74# https://bugs.webkit.org/show_bug.cgi?id=41241
     75fast/text/bidi-explicit-embedding-past-end.html
     76
     77# https://bugs.webkit.org/show_bug.cgi?id=45194
     78fast/text/decomposed-after-stacked-diacritics.html
     79
     80fast/text/find-case-folding.html
     81
     82fast/text/international/unicode-bidi-plaintext.html
     83
     84fast/text/soft-hyphen-4.html
     85
     86editing/deleting/delete-block-table.html
     87editing/deleting/delete-ligature-001.html
     88
     89editing/pasteboard/drag-drop-iframe-refresh-crash.html
     90editing/pasteboard/drop-text-events-sideeffect.html
     91
     92# [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
     93# https://bugs.webkit.org/show_bug.cgi?id=49127
     94editing/selection/after-line-break.html
     95
    6396#################################################
  • trunk/LayoutTests/platform/qt-5.0/Skipped

    r105715 r106027  
    6262fast/multicol/pagination-v-horizontal-tb.html
    6363fast/multicol/pagination-v-vertical-rl.html
    64 fast/text/justify-padding-distribution.html
    6564fast/css-generated-content/nested-tables-with-before-after-content-crash.html
    6665
     
    6968editing/selection/click-in-margins-inside-editable-div.html
    7069
    71 # Frame::findString does nothing on pages that prevent selection
    72 # https://bugs.webkit.org/show_bug.cgi?id=40361
    73 editing/text-iterator/findString-selection-disabled.html
    74 
    7570# [Qt] fast/events/clear-edit-drag-state.html fails with timeout with Qt5-WK1
    7671# https://bugs.webkit.org/show_bug.cgi?id=76897
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r106023 r106027  
    105105fast/dom/Geolocation/page-reload-cancel-permission-requests.html
    106106
    107 # [Qt][WK2] Crash in fast/text/regional-indicator-symobls.html
    108 # https://bugs.webkit.org/show_bug.cgi?id=69419
    109 fast/text/regional-indicator-symobls.html
    110 
    111107########################################
    112108
     
    156152storage/transaction-error-callback-isolated-world.html
    157153storage/transaction-success-callback-isolated-world.html
    158 editing/pasteboard/paste-plaintext-user-select-none.html
    159154fast/css-generated-content/first-letter-in-nested-before.html
    160155fast/frames/set-parent-src-synchronously.html
    161 fast/text/complex-synthetic-bold-space-width.html
    162156
    163157########################################
     
    270264# https://bugs.webkit.org/show_bug.cgi?id=67485
    271265fast/dom/Window/window-properties.html
    272 fast/text/complex-preferred-logical-widths.html
    273266http/tests/loading/empty-urls.html
    274267http/tests/loading/progress-finished-callback.html
     
    292285fast/dom/Window/window-properties-geolocation.html
    293286
    294 # New editing tests introduced in r95335, r95337 and r95645 fail on Qt-WK2 platform
    295 editing/deleting/merge-paragraph-from-address.html
    296 editing/deleting/merge-paragraph-from-h6-with-style.html
    297 editing/deleting/merge-paragraph-from-h6.html
    298 editing/deleting/merge-paragraph-from-listing.html
    299 editing/deleting/merge-paragraph-from-p-with-style.html
    300 editing/deleting/merge-paragraph-into-blockquote.html
    301 editing/deleting/merge-paragraph-into-h1-with-style.html
    302 editing/deleting/merge-paragraph-into-h1.html
    303 editing/deleting/merge-paragraph-into-pre.html
    304 
    305287# [Qt][WK] fast/forms/submit-to-blank-multiple-times.html fails
    306288# https://bugs.webkit.org/show_bug.cgi?id=68309
     
    346328# [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html)
    347329# https://bugs.webkit.org/show_bug.cgi?id=70915
    348 fast/text/justify-padding-distribution.html
    349330svg/as-object/svg-embedded-in-html-in-iframe.html
    350331
     
    380361svg/custom/getscreenctm-in-scrollable-svg-area.xhtml
    381362svg/custom/getscreenctm-in-scrollable-div-area.xhtml
    382 
    383 # Frame::findString does nothing on pages that prevent selection
    384 # https://bugs.webkit.org/show_bug.cgi?id=40361
    385 editing/text-iterator/findString-selection-disabled.html
    386363
    387364# Failing tests on qt-wk2 after unskipping qt-5.0/Skipped tests, need more investigation
  • trunk/LayoutTests/platform/qt/Skipped

    r105997 r106027  
    204204fast/text/hyphenate-character.html
    205205fast/text/hyphens.html
    206 fast/text/soft-hyphen-4.html
    207206
    208207# https://bugs.webkit.org/show_bug.cgi?id=43332
     
    375374editing/pasteboard/drag-drop-input-textarea.html
    376375editing/pasteboard/drag-drop-input-in-svg.svg
    377 editing/pasteboard/drag-drop-iframe-refresh-crash.html
    378376editing/pasteboard/drag-drop-modifies-page.html
    379377editing/pasteboard/drag-drop-url-text.html
     
    390388editing/pasteboard/get-data-text-plain-drop.html
    391389editing/pasteboard/drop-text-events.html
    392 editing/pasteboard/drop-text-events-sideeffect.html
    393390editing/pasteboard/drag-and-drop-image-contenteditable.html
    394391editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
     
    610607
    611608# -- fail with --platform mac --ignore-metrics
    612 editing/deleting/delete-block-table.html
    613 editing/deleting/delete-ligature-001.html
    614609editing/deleting/delete-tab-001.html
    615610editing/deleting/delete-tab-002.html
     
    674669# https://bugs.webkit.org/show_bug.cgi?id=68854
    675670editing/selection/select-bidi-run.html
    676 
    677 # [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
    678 # https://bugs.webkit.org/show_bug.cgi?id=49127
    679 editing/selection/after-line-break.html
    680671
    681672# REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform
     
    14991490# https://bugs.webkit.org/show_bug.cgi?id=35973
    15001491fast/multicol/hit-test-above-or-below.html
    1501 
    1502 # Not sure why this is failing on Qt.
    1503 # https://bugs.webkit.org/show_bug.cgi?id=37697
    1504 fast/url/host.html
    15051492
    15061493# -- fail with --platform mac --ignore-metrics
     
    15961583fast/overflow/005.html
    15971584fast/repaint/inline-outline-repaint.html
    1598 fast/text/find-case-folding.html
    15991585fast/text/large-text-composed-char.html
    16001586fast/text/basic/014.html
     
    18541840fast/text/international/hebrew-vowels.html
    18551841fast/text/international/plane2.html
    1856 fast/text/international/unicode-bidi-plaintext.html
    18571842fast/text/international/vertical-text-glyph-test.html
    18581843fast/text/international/vertical-text-metrics-test.html
     
    18751860# https://bugs.webkit.org/show_bug.cgi?id=41452
    18761861fast/dom/beforeload/remove-video-in-beforeload-listener.html
    1877 
    1878 # [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
    1879 # https://bugs.webkit.org/show_bug.cgi?id=41241
    1880 fast/text/bidi-explicit-embedding-past-end.html
    1881 
    1882 # https://bugs.webkit.org/show_bug.cgi?id=45194
    1883 fast/text/decomposed-after-stacked-diacritics.html
    18841862
    18851863# [Qt] fast/text/emphasis-overlap.html fails
     
    22882266fast/text/zero-width-characters-complex-script.html
    22892267
    2290 # [Qt]fast/url/idna tests fail
    2291 # https://bugs.webkit.org/show_bug.cgi?id=59187
    2292 fast/url/idna2003.html
    2293 fast/url/idna2008.html
    2294 
    22952268# [Qt] Migrate to Debian Squeeze
    22962269# https://bugs.webkit.org/show_bug.cgi?id=59609
Note: See TracChangeset for help on using the changeset viewer.