[Webkit-unassigned] [Bug 165970] New: Prevent WebKitTestRunner from crashing if a test is a bad actor and doesn't do HID events right
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 16 14:29:21 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165970
Bug ID: 165970
Summary: Prevent WebKitTestRunner from crashing if a test is a
bad actor and doesn't do HID events right
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: megan_gardner at apple.com
CC: lforschler at apple.com
Currently, if a HID event is set up after notifyDone is called, then the test can cause the callbacks to be called after the script controller is dismantled. This causes a crash when running with address sanitizer, and no real help from the crash to tell the test writer that they've caused an issue. We should assert, or be more communicative about what has gone wrong.
--
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/20161216/e979aaec/attachment.html>
More information about the webkit-unassigned
mailing list