Bug 22816 - The override flag persists when layout tests that override prefrences crash
Summary: The override flag persists when layout tests that override prefrences crash
Status: RESOLVED DUPLICATE of bug 20534
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Glenn Wilson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 18:50 PST by Glenn Wilson
Modified: 2009-03-17 11:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glenn Wilson 2008-12-11 18:50:55 PST
Currently, if you run a test that overrides a default web preference through layoutTestController, and the test crashes, the preference "WebKitDefaultPreferencesOverriden" persists on disk and gets re-loaded.  This causes an assert when DRT starts up again.

This value should be explicitly reset, so it does not cause an assert the next time that DRT runs.

Also see bug 20534.
Comment 1 Dmitry Titov 2009-03-17 11:00:32 PDT
Bug 20534 addresses this issue in its patch, so I'm resolving this one as a duplicate.

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