diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-08-31 11:12:32 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-08-31 11:13:11 +0200 |
commit | 1c5a0cb1c3bffdae0d73acf8a23e31646b35c596 (patch) | |
tree | a294c1e25c0248240c57bb7fd68683faa0ef329b /llvm/lib/FileCheck/FileCheckImpl.h | |
parent | 1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e (diff) | |
download | llvm-1c5a0cb1c3bffdae0d73acf8a23e31646b35c596.zip llvm-1c5a0cb1c3bffdae0d73acf8a23e31646b35c596.tar.gz llvm-1c5a0cb1c3bffdae0d73acf8a23e31646b35c596.tar.bz2 |
[lldb] Don't crash when LLDB can't extract the tsan report
Right now all tsan tests are crashing on Linux. The tests were already marked as
expected failures, but since commit 20ce8affce85d added an assert that every
StopInfo needs a non-empty stop description the tests actually started crash
(which is even with an expectedFailure a failed test).
The reason for that is that we never had any stop description when hitting tsan
errors on Linux. Before the assert that just made the test fail, but now the
empty description is hitting the assert. This patch just adds a generic stop
description mentioning tsan to prevent that we hit that assert on platforms
where we don't support extracting the tsan report.
Reviewed By: friss
Differential Revision: https://reviews.llvm.org/D86593
Diffstat (limited to 'llvm/lib/FileCheck/FileCheckImpl.h')
0 files changed, 0 insertions, 0 deletions