Bug 96012 - Intermittent assertion failure (unifiedTextCheckerEnabled()) in Editor::markAllMisspellingsAndBadGrammarInRanges()
Summary: Intermittent assertion failure (unifiedTextCheckerEnabled()) in Editor::markA...
Status: RESOLVED DUPLICATE of bug 82761
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, MakingBotsRed
Depends on:
Blocks:
 
Reported: 2012-09-06 13:06 PDT by mitz
Modified: 2012-09-18 15:03 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-09-06 13:06:15 PDT
See for example <http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r127762%20(588)/fast/events/invalid-001-crash-log.txt>. Presumably AlternativeTextController’s timer is set by an earlier test and not cleared before this test runs.
Comment 1 Simon Fraser (smfr) 2012-09-18 14:16:56 PDT
fast/events/keypress-insert-tab.html asserts here too.
Comment 2 mitz 2012-09-18 14:44:26 PDT
Mac code assumes that this is always on, yet there are editing tests that turn it off (and no code in the test runner to turn it back on after the test is over).
Comment 3 Simon Fraser (smfr) 2012-09-18 15:03:21 PDT

*** This bug has been marked as a duplicate of bug 82761 ***