If function the test function hasn't been found or failed to be compiled, test will timeout. Kill test in this case and provide error message.
Created attachment 184993 [details] Patch
Comment on attachment 184993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=184993&action=review > LayoutTests/http/tests/inspector-protocol/resources/protocol-test.js:89 > + if (typeof testFunction == "function") { == -> ===
Created attachment 185214 [details] Patch
(In reply to comment #2) > (From update of attachment 184993 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=184993&action=review > > > LayoutTests/http/tests/inspector-protocol/resources/protocol-test.js:89 > > + if (typeof testFunction == "function") { > > == -> === Done
Comment on attachment 185214 [details] Patch Clearing flags on attachment: 185214 Committed r141100: <http://trac.webkit.org/changeset/141100>
All reviewed patches have been landed. Closing bug.