Changeset 150654 in webkit


Ignore:
Timestamp:
May 24, 2013 12:43:41 PM (11 years ago)
Author:
g.czajkowski@samsung.com
Message:

[WK2] Spelling tests gardening
https://bugs.webkit.org/show_bug.cgi?id=116718

Unreviewed gardening.

The most spelling tests are skipped for wk2 platforms and they have deprecated comments.
Move the tests from global wk2/TestExpectations to the ports' TestExpectations as
the core spellchecking implementation is delivered for wk2.
This change will allow to run spelling tests easier and using [ Pass ] keyword
in TestExpectations won't be needed.

  • platform/efl-wk2/TestExpectations:
  • platform/gtk-wk2/TestExpectations:
  • platform/mac-wk2/TestExpectations:
  • platform/qt-5.0-wk2/TestExpectations:
  • platform/wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150652 r150654  
     12013-05-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
     2
     3        [WK2] Spelling tests gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=116718
     5
     6        Unreviewed gardening.
     7
     8        The most spelling tests are skipped for wk2 platforms and they have deprecated comments.
     9        Move the tests from global wk2/TestExpectations to the ports' TestExpectations as
     10        the core spellchecking implementation is delivered for wk2.
     11        This change will allow to run spelling tests easier and using [ Pass ] keyword
     12        in TestExpectations won't be needed.
     13
     14        * platform/efl-wk2/TestExpectations:
     15        * platform/gtk-wk2/TestExpectations:
     16        * platform/mac-wk2/TestExpectations:
     17        * platform/qt-5.0-wk2/TestExpectations:
     18        * platform/wk2/TestExpectations:
     19
    1202013-05-24  Anders Carlsson  <andersca@apple.com>
    221
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r150505 r150654  
    3434# PASSING TESTS
    3535#////////////////////////////////////////////////////////////////////////////////////////
    36 editing/spelling/design-mode-spellcheck-off.html [ Pass ]
    37 editing/spelling/spellcheck-api-crash.html [ Pass ]
    38 editing/spelling/spellcheck-attribute.html [ Pass ]
    39 editing/spelling/spellcheck-input-search-crash.html [ Pass ]
    40 editing/spelling/spelling-attribute-at-child.html [ Pass ]
    41 editing/spelling/spelling-attribute-change.html [ Pass ]
    42 editing/spelling/spelling-backspace-between-lines.html [ Pass ]
    43 editing/spelling/spelling-double-clicked-word.html [ Pass ]
    44 editing/spelling/spelling-exactly-selected-word.html [ Pass ]
    45 editing/spelling/spelling-hasspellingmarker.html [ Pass ]
    46 editing/spelling/spelling-linebreak.html [ Pass ]
    47 editing/spelling/spelling-with-punctuation-selection.html [ Pass ]
    48 editing/spelling/spelling-with-whitespace-selection.html [ Pass ]
    4936
    5037#////////////////////////////////////////////////////////////////////////////////////////
     
    299286
    300287# Needs grammar checking
     288Bug(EFL) editing/spelling/grammar.html [ Failure ]
    301289Bug(EFL) editing/spelling/grammar-edit-word.html [ Failure ]
    302290Bug(EFL) editing/spelling/grammar-markers.html [ Failure ]
     
    310298# WK2's contextClick() returns array of objects instead of strings.
    311299editing/spelling/spelling-exactly-selected-multiple-words.html [ Failure ]
    312 editing/spelling/spelling-exactly-selected-word.html [ Failure ]
    313300editing/spelling/spelling-multiword-selection.html [ Failure ]
    314301editing/spelling/spelling-should-select-multiple-words.html [ Failure ]
  • trunk/LayoutTests/platform/gtk-wk2/TestExpectations

    r150439 r150654  
    190190Bug(GTK) editing/spelling/spellcheck-sequencenum.html [ Skip ]
    191191Bug(GTK) editing/spelling/spelling-marker-description.html [ Skip ]
     192
     193# Spellcheck tests don't seem to work.
     194Bug(GTK) editing/spelling/spelling-backspace-between-lines.html [ Skip ]
     195Bug(GTK) editing/spelling/design-mode-spellcheck-off.html [ Skip ]
     196Bug(GTK) editing/spelling/spellcheck-attribute.html [ Skip ]
     197Bug(GTK) editing/spelling/spelling-attribute-at-child.html [ Skip ]
     198Bug(GTK) editing/spelling/spelling-attribute-change.html [ Skip ]
     199Bug(GTK) editing/spelling/spelling-double-clicked-word.html [ Skip ]
     200Bug(GTK) editing/spelling/spelling-exactly-selected-multiple-words.html [ Skip ]
     201Bug(GTK) editing/spelling/spelling-exactly-selected-word.html [ Skip ]
     202Bug(GTK) editing/spelling/spelling-hasspellingmarker.html [ Skip ]
     203Bug(GTK) editing/spelling/spelling-linebreak.html [ Skip ]
     204Bug(GTK) editing/spelling/spelling-multiword-selection.html [ Skip ]
     205Bug(GTK) editing/spelling/spelling-should-select-multiple-words.html [ Skip ]
     206Bug(GTK) editing/spelling/spelling-subword-selection.html [ Skip ]
     207Bug(GTK) editing/spelling/spelling-with-punctuation-selection.html [ Skip ]
     208Bug(GTK) editing/spelling/spelling-with-whitespace-selection.html [ Skip ]
     209Bug(GTK) editing/spelling/grammar.html [ Skip ]
    192210
    193211# GTK port doesn't support webarchives.
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r150632 r150654  
    117117webkit.org/b/105616 editing/inserting/inserting-slash-inside-url-with-smart-link.html
    118118webkit.org/b/105616 editing/spelling/spelling-changed-text.html
     119webkit.org/b/105616 editing/spelling/spelling-backspace-between-lines.html
     120webkit.org/b/105616 editing/spelling/design-mode-spellcheck-off.html
     121webkit.org/b/105616 editing/spelling/spellcheck-attribute.html
     122webkit.org/b/105616 editing/spelling/spelling-attribute-at-child.html
     123webkit.org/b/105616 editing/spelling/spelling-attribute-change.html
     124webkit.org/b/105616 editing/spelling/spelling-double-clicked-word.html
     125webkit.org/b/105616 editing/spelling/spelling-exactly-selected-multiple-words.html
     126webkit.org/b/105616 editing/spelling/spelling-exactly-selected-word.html
     127webkit.org/b/105616 editing/spelling/spelling-hasspellingmarker.html
     128webkit.org/b/105616 editing/spelling/spelling-linebreak.html
     129webkit.org/b/105616 editing/spelling/spelling-multiword-selection.html
     130webkit.org/b/105616 editing/spelling/spelling-should-select-multiple-words.html
     131webkit.org/b/105616 editing/spelling/spelling-subword-selection.html
     132webkit.org/b/105616 editing/spelling/spelling-with-punctuation-selection.html
     133webkit.org/b/105616 editing/spelling/spelling-with-whitespace-selection.html
     134webkit.org/b/105616 editing/spelling/spellcheck-input-search-crash.html
     135webkit.org/b/105616 editing/spelling/grammar.html
    119136webkit.org/b/105616 platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html [ Failure ]
    120137webkit.org/b/105616 platform/mac/editing/spelling/click-autocorrected-word.html
     
    124141webkit.org/b/105616 platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html
    125142webkit.org/b/105616 platform/mac/editing/spelling/autocorrection-with-multi-line-text.html
     143webkit.org/b/105616 platform/mac/editing/spelling/delete-into-misspelled-word.html
     144webkit.org/b/105616 platform/mac/editing/spelling/editing-multiple-words-with-markers.html
     145webkit.org/b/105616 platform/mac/editing/spelling/editing-word-with-marker-1.html
     146webkit.org/b/105616 platform/mac/editing/spelling/editing-word-with-marker-2.html
     147webkit.org/b/105616 platform/mac/editing/spelling/move-cursor-around-misspelled-word.html
    126148
    127149# [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
  • trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations

    r150638 r150654  
    769769editing/spelling/spelling-marker-description.html
    770770
     771# Spellcheck tests don't seem to work.
     772editing/spelling/spelling-backspace-between-lines.html
     773editing/spelling/design-mode-spellcheck-off.html
     774editing/spelling/spellcheck-attribute.html
     775editing/spelling/spelling-attribute-at-child.html
     776editing/spelling/spelling-attribute-change.html
     777editing/spelling/spelling-double-clicked-word.html
     778editing/spelling/spelling-exactly-selected-multiple-words.html
     779editing/spelling/spelling-exactly-selected-word.html
     780editing/spelling/spelling-hasspellingmarker.html
     781editing/spelling/spelling-linebreak.html
     782editing/spelling/spelling-multiword-selection.html
     783editing/spelling/spelling-should-select-multiple-words.html
     784editing/spelling/spelling-subword-selection.html
     785editing/spelling/spelling-with-punctuation-selection.html
     786editing/spelling/spelling-with-whitespace-selection.html
     787editing/spelling/spellcheck-input-search-crash.html
     788editing/spelling/grammar.html
     789
    771790# [Qt][WK2] REGRESSION(r148594): fast/events/mouseout-on-window.html fails with enabled sub-pixel layout
    772791webkit.org/b/42194 fast/events/mouseout-on-window.html [ Skip ]
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r150608 r150654  
    115115svg/text/caret-in-svg-text.xhtml
    116116editing/inserting/caret-position.html
    117 editing/spelling/spelling-backspace-between-lines.html
    118117editing/selection/5825350-1.html
    119118editing/selection/5825350-2.html
     
    309308printing/page-rule-selection.html
    310309
    311 # WebKitTestRunner needs internals.hasSpellingMarker
    312 editing/spelling/design-mode-spellcheck-off.html
    313 editing/spelling/spellcheck-attribute.html
    314 editing/spelling/spelling-attribute-at-child.html
    315 editing/spelling/spelling-attribute-change.html
    316 editing/spelling/spelling-double-clicked-word.html
    317 editing/spelling/spelling-exactly-selected-multiple-words.html
    318 editing/spelling/spelling-exactly-selected-word.html
    319 editing/spelling/spelling-hasspellingmarker.html
    320 editing/spelling/spelling-linebreak.html
    321 editing/spelling/spelling-multiword-selection.html
    322 editing/spelling/spelling-should-select-multiple-words.html
    323 editing/spelling/spelling-subword-selection.html
    324 editing/spelling/spelling-with-punctuation-selection.html
    325 editing/spelling/spelling-with-whitespace-selection.html
    326 platform/mac/editing/spelling/delete-into-misspelled-word.html
    327 platform/mac/editing/spelling/editing-multiple-words-with-markers.html
    328 platform/mac/editing/spelling/editing-word-with-marker-1.html
    329 platform/mac/editing/spelling/editing-word-with-marker-2.html
    330 platform/mac/editing/spelling/move-cursor-around-misspelled-word.html
    331 
    332 # WebKitTestRunner needs layoutTestController.hasGrammarMarker
    333 editing/spelling/grammar.html
    334 
    335310# WebKitTestRunner needs layoutTestController.dumpUserGestureInFrameLoadCallbacks
    336311fast/frames/location-redirect-user-gesture.html
     
    411386editing/selection/context-menu-text-selection.html
    412387editing/selection/5354455-2.html
    413 editing/spelling/spellcheck-input-search-crash.html
    414388fast/events/context-nodrag.html
    415389
Note: See TracChangeset for help on using the changeset viewer.