Bug 43310 - Disable speech input layout tests while they get updated.
Summary: Disable speech input layout tests while they get updated.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-31 17:30 PDT by Satish Sampath
Modified: 2010-08-02 07:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2010-07-31 17:33 PDT, Satish Sampath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Satish Sampath 2010-07-31 17:30:52 PDT
These are currently disabled on all other ports of webkit but not in chromium, hence they break the chromium downstream build. Marking them as skipped for chromium as well, until we are ready to enable it across ports.
Comment 1 Satish Sampath 2010-07-31 17:33:29 PDT
Created attachment 63166 [details]
Patch
Comment 2 Satish Sampath 2010-08-02 07:06:45 PDT
Comment on attachment 63166 [details]
Patch

> diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
> index 022a19a4a09ebe2ac42c0a38adac91318b345427..3f2ec86ff29cd6ec75ab0b56952972da55acba74 100644
> --- a/LayoutTests/ChangeLog
> +++ b/LayoutTests/ChangeLog
> @@ -1,3 +1,12 @@
> +2010-07-31  Satish Sampath  <satish@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Disable speech input layout tests while they get updated.
> +        https://bugs.webkit.org/show_bug.cgi?id=43310
> +
> +        * platform/chromium/test_expectations.txt: Disabled speech input tests.
> +
>  2010-07-31  Andrew Wilson  <atwilson@chromium.org>
>  
>          Unreviewed un-rollback of r64375 so Satish can land his fixes.
> diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
> index b642e95b393beef37588b16b9b0cb9b40e4651c5..a237fdf855a0c5ea15b4f3cf9428e10fd46a4053 100644
> --- a/LayoutTests/platform/chromium/test_expectations.txt
> +++ b/LayoutTests/platform/chromium/test_expectations.txt
> @@ -2883,8 +2883,9 @@ BUGWK41311 WIN LINUX : fast/borders/borderRadiusDouble07.html = IMAGE
>  BUGWK41311 WIN LINUX : fast/borders/borderRadiusDouble08.html = IMAGE
>  BUGWK41311 WIN LINUX : fast/borders/borderRadiusDouble09.html = IMAGE
>  
> -// Speech input is not yet enabled.
> -BUG44844: fast/speech = IMAGE+TEXT
> +// Speech input UI rendering is partially implemented and not matching the
> +// expected images now, fixing shortly.
> +BUG44844 SKIP: fast/speech = IMAGE+TEXT
>  
>  // v8 bindings for dataset need to be implemented.
>  BUG48133 :  fast/dom/dataset-xhtml.xhtml = TEXT

Committed r64431: <http://trac.webkit.org/changeset/64431>