[Reproducer] Enable crash reports for reproducer tests

For some reason the reproducer tests seem really proficient at
uncovering structural issues in LLDB related to how we tear down things,
but of course only on the bots.

The pretty stack trace helps a bit, but what I really want is the crash
reports which contain much more information, such as what other threads
we doing.

Crash reports are automatically suppressed by lit. This patch
(temporarily) disables that for the reproducer tests.
This commit is contained in:
Jonas Devlieghere 2019-11-14 11:11:37 -08:00
parent dd16b3fe25
commit f4f47da530

View File

@ -0,0 +1,2 @@
# Enable crash reports for the reproducer tests.
del config.environment['LLVM_DISABLE_CRASH_REPORT']