Bug 127099 - Allow grammar checking tests to be able to run asynchronously
Summary: Allow grammar checking tests to be able to run asynchronously
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Grzegorz Czajkowski
URL:
Keywords:
Depends on:
Blocks: 125689
  Show dependency treegraph
 
Reported: 2014-01-16 03:29 PST by Grzegorz Czajkowski
Modified: 2014-01-17 01:15 PST (History)
2 users (show)

See Also:


Attachments
Patch (16.04 KB, patch)
2014-01-16 04:00 PST, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 (530.64 KB, application/zip)
2014-01-16 04:27 PST, Build Bot
no flags Details
Make Mac-wk2 bot happy (17.10 KB, patch)
2014-01-17 00:16 PST, Grzegorz Czajkowski
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2014-01-16 03:29:54 PST
The following tests use a synchronous path:

LayoutTests/editing/spelling/grammar-edit-word.html
LayoutTests/editing/spelling/grammar-markers.html
LayoutTests/editing/spelling/markers.html
Comment 1 Grzegorz Czajkowski 2014-01-16 04:00:47 PST
Created attachment 221362 [details]
Patch
Comment 2 Build Bot 2014-01-16 04:27:39 PST
Comment on attachment 221362 [details]
Patch

Attachment 221362 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6000876833472512

New failing tests:
editing/spelling/markers.html
Comment 3 Build Bot 2014-01-16 04:27:40 PST
Created attachment 221365 [details]
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-16  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 4 Grzegorz Czajkowski 2014-01-16 06:24:42 PST
(In reply to comment #2)
> (From update of attachment 221362 [details])
> Attachment 221362 [details] did not pass mac-wk2-ews (mac-wk2):
> Output: http://webkit-queues.appspot.com/results/6000876833472512
> 
> New failing tests:
> editing/spelling/markers.html

Needs to be marked as failure on mac-wk2 since it does not implement async spell).
Comment 5 Grzegorz Czajkowski 2014-01-17 00:16:21 PST
Created attachment 221448 [details]
Make Mac-wk2 bot happy
Comment 6 Grzegorz Czajkowski 2014-01-17 01:15:07 PST
Committed r162194: <http://trac.webkit.org/changeset/162194>