<div dir="ltr">Hey all,<div><br></div><div>I have good news and bad news.</div><div><br></div><div>Good: our test runners now report failures correctly.<br clear="all"><div>Bad news: our test runners have not been reporting failures since Aug 8 2014.</div><div><br></div><div>As of svn r219689, dotest.py will once again report errors/failures via non-zero return value, which will then propagate correctly through test run results as reported by 'make test', 'ninja check-lldb', etc.</div><div><br></div><div>You will almost certainly see test failures show up after r219689 that you were not seeing before.  This is the accumulation of all build breaks we essentially made starting with r215256.  We will need to fix the errors, not revert r219689.  (That would be akin to shooting the messenger).</div><div><br></div><div>The lesson here is make sure we don't break our test runner, and ensure return values from the test runner are preserved on exit.  That is a hugely critical facility.  I will look into adding a test runner test so we don't break that again.</div><div>-- <br></div><div dir="ltr">-Todd</div>
</div></div>