[lit] Downgrade error to warning on gtest crashes during discovery.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 5 Sep 2016 20:53:14 +0000 (20:53 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 5 Sep 2016 20:53:14 +0000 (20:53 +0000)
commitf245f562178d357dffcb399bbc644b8f7646df11
treeee915d20f495f5f39cc3a5d260b046abb63a78c2
parent93f7b5699b913f5a09f89d338d94c2051fd6e259
[lit] Downgrade error to warning on gtest crashes during discovery.

Lots of unittests started failing under asan after r280455.  It seems
they've been failing for a long time, but lit silently ignored them.

Downgrade the error so we can figure out what is going on.
Filed http://llvm.org/PR30285.

llvm-svn: 280674
llvm/utils/lit/lit/formats/googletest.py