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

Changeset 183982 in webkit


Ignore:
Timestamp:
May 7, 2015, 11:30:23 PM (11 years ago)
Author:
Martin Robinson
Message:

Remove touchadjustment tests
https://bugs.webkit.org/show_bug.cgi?id=144780

Reviewed by Daniel Bates.

These tests test a feature that has been removed from WebKit entirely and all
ports skip the tests. This code was removed in http://trac.webkit.org/changeset/162231.

  • platform/efl/TestExpectations: Remove expectations.
  • platform/gtk/TestExpectations: Ditto.
  • platform/ios-simulator/TestExpectations: Ditto.
  • platform/mac/TestExpectations: Ditto.
  • platform/win/TestExpectations: Ditto.
  • platform/wincairo/TestExpectations:
  • touchadjustment: Removed all files in this directory.
Location:
trunk/LayoutTests
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r183979 r183982  
     12015-05-07  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Remove touchadjustment tests
     4        https://bugs.webkit.org/show_bug.cgi?id=144780
     5
     6        Reviewed by Daniel Bates.
     7
     8        These tests test a feature that has been removed from WebKit entirely and all
     9        ports skip the tests. This code was removed in http://trac.webkit.org/changeset/162231.
     10
     11        * platform/efl/TestExpectations: Remove expectations.
     12        * platform/gtk/TestExpectations: Ditto.
     13        * platform/ios-simulator/TestExpectations: Ditto.
     14        * platform/mac/TestExpectations: Ditto.
     15        * platform/win/TestExpectations: Ditto.
     16        * platform/wincairo/TestExpectations:
     17        * touchadjustment: Removed all files in this directory.
     18
    1192015-05-07  Simon Fraser  <simon.fraser@apple.com>
    220
  • trunk/LayoutTests/platform/efl/TestExpectations

    r183926 r183982  
    11371137
    11381138webkit.org/b/49142 fast/css/style-scoped [ Skip ]
    1139 
    1140 # These tests require TOUCH_ADJUSTMENT flag to be enabled
    1141 webkit.org/b/78801 touchadjustment
    11421139
    11431140# Tracking corner not being painted for TextArea.
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r183936 r183982  
    325325webkit.org/b/95582 batterystatus [ Failure ]
    326326webkit.org/b/95582 batterystatus/event-after-navigation.html [ Timeout ]
    327 
    328 # Touch adjustment not enabled
    329 webkit.org/b/99054 touchadjustment [ Failure ]
    330 webkit.org/b/99054 touchadjustment/iframe.html [ Timeout ]
    331327
    332328# IETC flexbox failures
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r183652 r183982  
    4747mhtml
    4848proximity
    49 touchadjustment
    5049vibration
    5150
  • trunk/LayoutTests/platform/mac/TestExpectations

    r183843 r183982  
    297297# Needs PageClients::vibrationClient() implementation.
    298298webkit.org/b/72010 vibration
    299 
    300 # Touch adjustment not enabled
    301 webkit.org/b/78801 touchadjustment
    302299
    303300# <rdar://problem/11059777>
  • trunk/LayoutTests/platform/win/TestExpectations

    r183873 r183982  
    501501# TODO Vibration API is not implemented.
    502502vibration/ [ Skip ]
    503 
    504 # Touch adjustment not enabled on Windows (or mac)
    505 webkit.org/b/78801 touchadjustment/ [ Skip ]
    506503
    507504# Needs BatteryClient implementation.
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r182428 r183982  
    21682168svg/hittest/svg-ellipse-non-scale-stroke.xhtml
    21692169
    2170 # Touch adjustment not enabled
    2171 # https://bugs.webkit.org/show_bug.cgi?id=78801
    2172 touchadjustment
    2173 
    21742170# https://bugs.webkit.org/show_bug.cgi?id=43022
    21752171tables/mozilla_expected_failures/bugs/bug85016.html
Note: See TracChangeset for help on using the changeset viewer.