[Webkit-unassigned] [Bug 49070] New: 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:24:36 PDT 2010


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

           Summary: Need to disable spell checking user data when running
                    regression tests.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpu at apple.com


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?

-- 
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