<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - run-bindings-tests is not aware of specific failures when IDL generation fails"
href="https://bugs.webkit.org/show_bug.cgi?id=169449#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - run-bindings-tests is not aware of specific failures when IDL generation fails"
href="https://bugs.webkit.org/show_bug.cgi?id=169449">bug 169449</a>
from <span class="vcard"><a class="email" href="mailto:darin@apple.com" title="Darin Adler <darin@apple.com>"> <span class="fn">Darin Adler</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>