Changeset 53125 in webkit


Ignore:
Timestamp:
Jan 12, 2010 2:17:05 AM (14 years ago)
Author:
Simon Hausmann
Message:

Touch event layout tests should be in their own subdirectory, so that they can be easily skipped
https://bugs.webkit.org/show_bug.cgi?id=33526

Reviewed by Adam Barth.

  • fast/events/touch/basic-touch-events-expected.txt: Renamed from LayoutTests/fast/events/basic-touch-events-expected.txt.
  • fast/events/touch/basic-touch-events.html: Renamed from LayoutTests/fast/events/basic-touch-events.html.
  • fast/events/touch/touch-coords-in-zoom-and-scroll-expected.txt: Renamed from LayoutTests/fast/events/touch-coords-in-zoom-and-scroll-expected.txt.
  • fast/events/touch/touch-coords-in-zoom-and-scroll.html: Renamed from LayoutTests/fast/events/touch-coords-in-zoom-and-scroll.html.
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
1 added
5 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53116 r53125  
     12010-01-12  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Touch event layout tests should be in their own subdirectory, so that they can be easily skipped
     6        https://bugs.webkit.org/show_bug.cgi?id=33526
     7
     8        * fast/events/touch/basic-touch-events-expected.txt: Renamed from LayoutTests/fast/events/basic-touch-events-expected.txt.
     9        * fast/events/touch/basic-touch-events.html: Renamed from LayoutTests/fast/events/basic-touch-events.html.
     10        * fast/events/touch/touch-coords-in-zoom-and-scroll-expected.txt: Renamed from LayoutTests/fast/events/touch-coords-in-zoom-and-scroll-expected.txt.
     11        * fast/events/touch/touch-coords-in-zoom-and-scroll.html: Renamed from LayoutTests/fast/events/touch-coords-in-zoom-and-scroll.html.
     12        * platform/gtk/Skipped:
     13        * platform/mac/Skipped:
     14        * platform/qt/Skipped:
     15        * platform/win/Skipped:
     16
    1172010-01-11  Kent Tamura  <tkent@chromium.org>
    218
  • trunk/LayoutTests/platform/gtk/Skipped

    r53084 r53125  
    57065706
    57075707# These tests require touch support
    5708 fast/events/basic-touch-events.html
    5709 fast/events/touch-coords-in-zoom-and-scroll.html
     5708fast/events/touch
    57105709
    57115710# Javascript execution/mainloop problem
  • trunk/LayoutTests/platform/mac/Skipped

    r53069 r53125  
    9595
    9696# These tests require touch support
    97 fast/events/basic-touch-events.html
    98 fast/events/touch-coords-in-zoom-and-scroll.html
     97fast/events/touch
  • trunk/LayoutTests/platform/qt/Skipped

    r53102 r53125  
    50925092
    50935093# https://bugs.webkit.org/show_bug.cgi?id=33465
    5094 fast/events/touch-coords-in-zoom-and-scroll.html
     5094fast/events/touch/touch-coords-in-zoom-and-scroll.html
  • trunk/LayoutTests/platform/win/Skipped

    r53069 r53125  
    719719
    720720# These tests require touch support
    721 fast/events/basic-touch-events.html
    722 fast/events/touch-coords-in-zoom-and-scroll.html
     721fast/events/touch
    723722
    724723# XSS auditor tests intermittently time out <http://webkit.org/b/32528>
Note: See TracChangeset for help on using the changeset viewer.