[Webkit-unassigned] [Bug 169449] run-bindings-tests is not aware of specific failures when IDL generation fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 14 17:30:05 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=169449
--- Comment #8 from Darin Adler <darin at apple.com> ---
I believe the fix for this is to add something like these lines:
if self.json_file_name:
self.failures.append("(%s) %s" % (generator, input_file))
They could be added just before "return false" after calling the generate_from_idl function in the run_tests function.
--
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/20170315/2a53fe9b/attachment.html>
More information about the webkit-unassigned
mailing list