Print a message when a test failure is due to stderr output
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 16:42:38 +0000 (16:42 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 16:42:38 +0000 (16:42 +0000)
commit34f68fc040a920b32ee11c5a8f63ba8a75240f26
treee843eb1009276fd78a0977c5a835dded9b18edf1
parent56fb5f920e279d0fa5c50bf2c274d58a51d2c582
Print a message when a test failure is due to stderr output
alone, rather than just an exit code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110208 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py