Changeset 64375 in webkit


Ignore:
Timestamp:
Jul 30, 2010 2:29:30 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-30 Satish Sampath <satish@chromium.org>

Reviewed by David Levin.

Move speech input layout tests to their own directory.
https://bugs.webkit.org/show_bug.cgi?id=43261

  • fast/speech/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech-expected.txt.
  • fast/speech/input-appearance-numberandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech.html.
  • fast/speech/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech-expected.txt.
  • fast/speech/input-appearance-searchandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech.html.
  • fast/speech/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton-expected.txt.
  • fast/speech/input-appearance-speechbutton.html: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton.html.
  • platform/chromium/drt_expectations.txt:
  • platform/chromium/test_expectations.txt:
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
1 added
7 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64372 r64375  
     12010-07-30  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Move speech input layout tests to their own directory.
     6        https://bugs.webkit.org/show_bug.cgi?id=43261
     7
     8        * fast/speech/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech-expected.txt.
     9        * fast/speech/input-appearance-numberandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-numberandspeech.html.
     10        * fast/speech/input-appearance-searchandspeech-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech-expected.txt.
     11        * fast/speech/input-appearance-searchandspeech.html: Renamed from LayoutTests/fast/forms/input-appearance-searchandspeech.html.
     12        * fast/speech/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton-expected.txt.
     13        * fast/speech/input-appearance-speechbutton.html: Renamed from LayoutTests/fast/forms/input-appearance-speechbutton.html.
     14        * platform/chromium/drt_expectations.txt:
     15        * platform/chromium/test_expectations.txt:
     16        * platform/gtk/Skipped:
     17        * platform/mac/Skipped:
     18        * platform/qt/Skipped:
     19        * platform/win/Skipped:
     20
    1212010-07-30  Darin Fisher  <darin@chromium.org>
    222
  • trunk/LayoutTests/platform/chromium/drt_expectations.txt

    r64343 r64375  
    77
    88// Missing image resource
    9 BUG_DRT MAC : fast/forms/input-appearance-searchandspeech.html = IMAGE
    10 BUG_DRT MAC : fast/forms/input-appearance-speechbutton.html = IMAGE
    11 BUG_DRT WIN LINUX : fast/forms/input-appearance-searchandspeech.html = IMAGE+TEXT
    12 BUG_DRT WIN LINUX : fast/forms/input-appearance-speechbutton.html = IMAGE+TEXT
     9BUG_DRT MAC : fast/speech/input-appearance-searchandspeech.html = IMAGE
     10BUG_DRT MAC : fast/speech/input-appearance-speechbutton.html = IMAGE
     11BUG_DRT WIN LINUX : fast/speech/input-appearance-searchandspeech.html = IMAGE+TEXT
     12BUG_DRT WIN LINUX : fast/speech/input-appearance-speechbutton.html = IMAGE+TEXT
    1313
    1414BUG48431 : plugins/geturlnotify-during-document-teardown.html = TEXT
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r64370 r64375  
    28852885
    28862886// Speech input is not yet enabled.
    2887 BUG44844: fast/forms/input-appearance-numberandspeech.html = IMAGE+TEXT
    2888 BUG44844: fast/forms/input-appearance-searchandspeech.html = IMAGE+TEXT
    2889 BUG44844: fast/forms/input-appearance-speechbutton.html = IMAGE+TEXT
     2887BUG44844: fast/speech = IMAGE+TEXT
    28902888
    28912889// v8 bindings for dataset need to be implemented.
  • trunk/LayoutTests/platform/gtk/Skipped

    r64368 r64375  
    57275727
    57285728# Speech input is not yet enabled.
    5729 fast/forms/input-appearance-numberandspeech.html
    5730 fast/forms/input-appearance-searchandspeech.html
    5731 fast/forms/input-appearance-speechbutton.html
     5729fast/speech
    57325730
    57335731# Tests failing because we lack execCommand support.
  • trunk/LayoutTests/platform/mac/Skipped

    r64234 r64375  
    262262
    263263# Speech input is not yet enabled.
    264 fast/forms/input-appearance-numberandspeech.html
    265 fast/forms/input-appearance-searchandspeech.html
    266 fast/forms/input-appearance-speechbutton.html
     264fast/speech
    267265
    268266# Needs to be fixed at image decoder layer for Safari.
  • trunk/LayoutTests/platform/qt/Skipped

    r64156 r64375  
    54155415
    54165416# Speech input is not yet enabled.
    5417 fast/forms/input-appearance-numberandspeech.html
    5418 fast/forms/input-appearance-searchandspeech.html
    5419 fast/forms/input-appearance-speechbutton.html
     5417fast/speech
    54205418
    54215419# [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey
  • trunk/LayoutTests/platform/win/Skipped

    r64242 r64375  
    921921
    922922# Speech input is not yet enabled.
    923 fast/forms/input-appearance-numberandspeech.html
    924 fast/forms/input-appearance-searchandspeech.html
    925 fast/forms/input-appearance-speechbutton.html
     923fast/speech
    926924
    927925# Needs to be fixed at image decoder layer for Safari.
Note: See TracChangeset for help on using the changeset viewer.