Changeset 106372 in webkit


Ignore:
Timestamp:
Jan 31, 2012 11:13:21 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Use ICU if available
https://bugs.webkit.org/show_bug.cgi?id=76821

Patch by Rafael Brandao <rafael.lobo@openbossa.org> on 2012-01-31
Reviewed by Csaba Osztrogonác.

After r105997, some tests had different expected results but they were passing
like /fast/text/find-{kana|russian|soft-hyphen}.html and editing/execCommand/findString-diacriticals.html.
The test editing/selection/regional-indicators.html had a false expected file,
and the rest was moved to a more specific folder (i.e. some bugs skipped on qt5 and qt-wk2
didn't need to be on qt-wk2 as well, etc.) and/or created specific bugs for further investigation.

  • platform/qt-4.8/Skipped:
  • platform/qt-4.8/css1/text_properties/text_transform-expected.txt: Copied from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
  • platform/qt-4.8/editing/selection/regional-indicators-expected.txt: Renamed from LayoutTests/platform/qt/editing/selection/regional-indicators-expected.txt.
  • platform/qt-4.8/fast/text/find-kana-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-kana-expected.txt.
  • platform/qt-4.8/fast/text/find-russian-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-russian-expected.txt.
  • platform/qt-4.8/fast/text/find-soft-hyphen-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt.
  • platform/qt-5.0/Skipped:
  • platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Renamed from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
  • platform/qt-5.0/editing/execCommand/findString-diacriticals-expected.txt: Added.
  • platform/qt-wk2/Skipped:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
3 added
5 edited
1 copied
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106361 r106372  
     12012-01-31  Rafael Brandao  <rafael.lobo@openbossa.org>
     2
     3        [Qt] Use ICU if available
     4        https://bugs.webkit.org/show_bug.cgi?id=76821
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        After r105997, some tests had different expected results but they were passing
     9        like /fast/text/find-{kana|russian|soft-hyphen}.html and editing/execCommand/findString-diacriticals.html.
     10        The test editing/selection/regional-indicators.html had a false expected file,
     11        and the rest was moved to a more specific folder (i.e. some bugs skipped on qt5 and qt-wk2
     12        didn't need to be on qt-wk2 as well, etc.) and/or created specific bugs for further investigation.
     13
     14        * platform/qt-4.8/Skipped:
     15        * platform/qt-4.8/css1/text_properties/text_transform-expected.txt: Copied from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
     16        * platform/qt-4.8/editing/selection/regional-indicators-expected.txt: Renamed from LayoutTests/platform/qt/editing/selection/regional-indicators-expected.txt.
     17        * platform/qt-4.8/fast/text/find-kana-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-kana-expected.txt.
     18        * platform/qt-4.8/fast/text/find-russian-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-russian-expected.txt.
     19        * platform/qt-4.8/fast/text/find-soft-hyphen-expected.txt: Renamed from LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt.
     20        * platform/qt-5.0/Skipped:
     21        * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Renamed from LayoutTests/platform/qt/css1/text_properties/text_transform-expected.txt.
     22        * platform/qt-5.0/editing/execCommand/findString-diacriticals-expected.txt: Added.
     23        * platform/qt-wk2/Skipped:
     24        * platform/qt/Skipped:
     25
    1262012-01-31  Arko Saha  <arko@motorola.com>
    227
  • trunk/LayoutTests/platform/qt-4.8/Skipped

    r106040 r106372  
    4848sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html
    4949
    50 # REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
    51 # https://bugs.webkit.org/show_bug.cgi?id=51884
    52 editing/selection/caret-bidi-first-and-last-letters.html
    53 
    54 # [Qt] editing/selection/collapse-selection-in-bidi.html fails
    55 # https://bugs.webkit.org/show_bug.cgi?id=66431
    56 editing/selection/collapse-selection-in-bidi.html
    57 
    58 # [Qt] editing/selection/caret-at-bidi-boundary.html fails
    59 # https://bugs.webkit.org/show_bug.cgi?id=66514
    60 editing/selection/caret-at-bidi-boundary.html
    61 
    6250editing/selection/click-left-of-rtl-wrapping-text.html
    6351#################################################
  • trunk/LayoutTests/platform/qt-5.0/Skipped

    r106106 r106372  
    6969editing/selection/click-in-margins-inside-editable-div.html
    7070
    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 
    7571# [Qt] fast/events/clear-edit-drag-state.html fails with timeout with Qt5-WK1
    7672# https://bugs.webkit.org/show_bug.cgi?id=76897
    7773fast/events/clear-edit-drag-state.html
    7874
    79 # [Qt] Use ICU if available - fails after http://trac.webkit.org/changeset/105997 - need more investigation
    80 css1/text_properties/text_transform.html
    81 editing/execCommand/findString-diacriticals.html
    82 editing/selection/caret-at-bidi-boundary.html
    83 editing/selection/caret-bidi-first-and-last-letters.html
    84 editing/selection/collapse-selection-in-bidi.html
    85 editing/selection/regional-indicators.html
     75# https://bugs.webkit.org/show_bug.cgi?id=77384
     76svg/as-background-image/background-image-preserveaspectRatio-support.html
     77
     78# https://bugs.webkit.org/show_bug.cgi?id=77377
    8679fast/css/text-transform-select.html
    87 fast/text/find-kana.html
    88 fast/text/find-russian.html
    89 fast/text/find-soft-hyphen.html
     80
     81# https://bugs.webkit.org/show_bug.cgi?id=77380
    9082fast/url/path.html
    91 svg/as-background-image/background-image-preserveaspectRatio-support.html
  • trunk/LayoutTests/platform/qt-5.0/css1/text_properties/text_transform-expected.txt

    r106370 r106372  
    2626        RenderText {#text} at (0,0) size 742x63
    2727          text run at (0,0) width 742: "This Paragraph Is Capitalized And The First Letter In Each Word Should Therefore Appear In Uppercase."
    28           text run at (0,21) width 735: "Words That Are In Uppercase In The Source (E.G. USA) Should Remain So. There Should Be A Capital"
     28          text run at (0,21) width 732: "Words That Are In Uppercase In The Source (E.g. USA) Should Remain So. There Should Be A Capital"
    2929          text run at (0,42) width 732: "Letter After A Non-Breaking Space (&Nbsp;). Both Those Characters Appear In The Previous Sentence."
    3030      RenderBlock {P} at (0,290) size 768x42
     
    7676                RenderText {#text} at (0,0) size 742x63
    7777                  text run at (0,0) width 742: "This Paragraph Is Capitalized And The First Letter In Each Word Should Therefore Appear In Uppercase."
    78                   text run at (0,21) width 735: "Words That Are In Uppercase In The Source (E.G. USA) Should Remain So. There Should Be A Capital"
     78                  text run at (0,21) width 732: "Words That Are In Uppercase In The Source (E.g. USA) Should Remain So. There Should Be A Capital"
    7979                  text run at (0,42) width 732: "Letter After A Non-Breaking Space (&Nbsp;). Both Those Characters Appear In The Previous Sentence."
    8080              RenderBlock {P} at (4,141) size 746x42
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r106250 r106372  
    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
     
    178174fast/text/zero-width-characters.html
    179175fast/url/anchor.html
    180 fast/url/path.html
    181176http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii.html
    182177
     
    308303platform/qt/fast/loader/user-stylesheet-qrc-path.html
    309304
    310 # Qt specific result was added by r97008, but it fails on Qt-WK2 platform
    311 fast/css/text-transform-select.html
    312 
    313305# Skip failing tests
    314306fast/events/blur-focus-window-should-blur-focus-element.html
     
    397389editing/execCommand/align-in-span.html
    398390
     391# It made the following test(s) timeout
     392editing/selection/drag-in-iframe.html
     393
    399394# [Qt][WK2] 2 editing tests introduced in r103073 fails
    400395# https://bugs.webkit.org/show_bug.cgi?id=74937
     
    447442# https://bugs.webkit.org/show_bug.cgi?id=76986
    448443scrollbars/scroll-rtl-or-bt-layer.html
    449 
    450 # [Qt][WK2] Still failing tests after moving to ICU
    451 # https://bugs.webkit.org/show_bug.cgi?id=77102
    452 css1/text_properties/text_transform.html
    453 editing/execCommand/findString-diacriticals.html
    454 editing/selection/caret-at-bidi-boundary.html
    455 editing/selection/caret-bidi-first-and-last-letters.html
    456 editing/selection/regional-indicators.html
    457 fast/text/find-kana.html
    458 fast/text/find-russian.html
    459 fast/text/find-soft-hyphen.html
    460 svg/as-background-image/background-image-preserveaspectRatio-support.html
  • trunk/LayoutTests/platform/qt/Skipped

    r106343 r106372  
    664664editing/selection/5195166-1.html
    665665
     666# https://bugs.webkit.org/show_bug.cgi?id=66514
     667editing/selection/caret-at-bidi-boundary.html
     668
     669# https://bugs.webkit.org/show_bug.cgi?id=66431
     670editing/selection/collapse-selection-in-bidi.html
     671
     672# https://bugs.webkit.org/show_bug.cgi?id=51884
     673editing/selection/caret-bidi-first-and-last-letters.html
    666674
    667675# RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
Note: See TracChangeset for help on using the changeset viewer.