⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99388 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 4:42:21 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

Skip tests for autocorrection panel on Chromium port since
Chromium Mac port doesn't support autocorrection panel.

The failure was tracked by the Chromium issue 58254 (http://crbug.com/58254).

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99387 r99388  
     12011-11-06  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Skip tests for autocorrection panel on Chromium port since
     4        Chromium Mac port doesn't support autocorrection panel.
     5
     6        The failure was tracked by the Chromium issue 58254 (http://crbug.com/58254).
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102011-11-06  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r99387 r99388  
    213213BUGRNIWA MAC : editing/input/emacs-ctrl-o.html = PASS FAIL
    214214
     215// Chromium Mac doesn't support autocorrection panel
     216WONTFIX SKIP : platform/mac/editing/spelling/autocorrection-delete.html = FAIL
     217WONTFIX SKIP : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = FAIL
     218WONTFIX SKIP : platform/mac/editing/spelling/autocorrection-removing-underline.html = FAIL
     219WONTFIX SKIP : platform/mac/editing/spelling/autocorrection-simple.html = FAIL
     220
    215221// Checks for very kjs-specific garbage collector behavior.
    216222// Would have to be implemented much differently to work in v8.
     
    648654BUGCR19665 MAC : platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL
    649655BUGCR19665 MAC : platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL
    650 
    651 // Tests added in r69269.
    652 // Apple-Mac port corrects "notationl" to "notational" automatically?
    653 BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT
    654 BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT
    655 BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT
    656 BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT
    657656
    658657// Directionality of mixed-direction text in selected choice should
Note: See TracChangeset for help on using the changeset viewer.