[Webkit-unassigned] [Bug 49070] Need to disable spell checking user data when running regression tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 08:36:42 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=49070





--- Comment #1 from mitz at webkit.org  2010-11-05 08:36:43 PST ---
(In reply to comment #0)
> Currently many autocorrection related tests have to be run as manual tests. We cannot create reliable automated tests because the result of spell checking is affected by the history of user's response to autocorrection. There is a new SPI in AppKit to disable user data, which enables us to obtain consistent spellchecking result. 
> 
> We should modify our testing harness to disable user spell checking data. There're two ways to do this:
> 
> 1. Set user defaults before start running tests. This seems to be the easiest way.
> 2. Hook up the said SPI with javascript side, so that we can turn on/off user spell checking data on per test basis.
> 
> Any suggestion on how we should go about this?

I can’t think of a reason we’d want to do (2).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list