Changeset 208632 in webkit


Ignore:
Timestamp:
Nov 11, 2016 5:13:31 PM (7 years ago)
Author:
Ryan Haddad
Message:

Skip editing/input/focus-change-with-marked-text.html everywhere except ios-simulator-wk1.
https://bugs.webkit.org/show_bug.cgi?id=164666

Unreviewed test gardening.

  • TestExpectations:
  • platform/ios-simulator-wk1/TestExpectations:
  • platform/ios-simulator-wk2/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r208630 r208632  
     12016-11-11  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Skip editing/input/focus-change-with-marked-text.html everywhere except ios-simulator-wk1.
     4        https://bugs.webkit.org/show_bug.cgi?id=164666
     5
     6        Unreviewed test gardening.
     7
     8        * TestExpectations:
     9        * platform/ios-simulator-wk1/TestExpectations:
     10        * platform/ios-simulator-wk2/TestExpectations:
     11        * platform/mac/TestExpectations:
     12
    1132016-11-11  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/LayoutTests/TestExpectations

    r208568 r208632  
    6767# Only iOS has selection UI drawn by UIKit
    6868editing/selection/character-granularity-rect.html [ Skip ]
     69
     70# This test is for ios-simulator-wk1
     71editing/input/focus-change-with-marked-text.html [ Skip ]
    6972
    7073#//////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r208522 r208632  
    1919# Selectively re-enable viewport tests that work
    2020fast/viewport/ios/ipad/width-is-device-width.html [ Pass ]
     21
     22editing/input/focus-change-with-marked-text.html [ Pass ]
    2123
    2224# <rdar://problem/6501130> LayoutTests: Enable editing tests after we support editing
  • trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r208593 r208632  
    938938editing/execCommand/unlink.html [ Failure ]
    939939editing/input/editable-container-with-word-wrap-normal.html [ Failure ]
    940 editing/input/focus-change-with-marked-text.html [ Failure ]
    941940editing/input/option-page-up-down.html [ Failure ]
    942941editing/input/password-echo-passnode.html [ Failure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r208593 r208632  
    426426
    427427# --- Editing ---
    428 
    429 # The codepath for canceling marked text differs on Mac
    430 editing/input/focus-change-with-marked-text.html [ Failure ]
    431428
    432429# Mac does not have global selections.
Note: See TracChangeset for help on using the changeset viewer.