[Webkit-unassigned] [Bug 150901] New: Fix crashing and flaky UIScriptController-based tests in fast/events/ios
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 4 13:31:53 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=150901
Bug ID: 150901
Summary: Fix crashing and flaky UIScriptController-based tests
in fast/events/ios
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
CC: lforschler at apple.com
Fix crashing and flaky tests in LayoutTests/fast/events/ios. One of the main causes of our crashes is that zooming and keyboard callbacks that have been set by previous tests are not cleared before running the next test, so code from the previous test may be executed during the next test if the test does not set the callback to something else. This causes us to access the previous deallocated UIScriptController and crash.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151104/e4fefab8/attachment.html>
More information about the webkit-unassigned
mailing list