[all-commits] [llvm/llvm-project] f4f47d: [Reproducer] Enable crash reports for reproducer t...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Nov 14 14:16:56 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f4f47da530729161a73d71791ada3ab58886b9dd
https://github.com/llvm/llvm-project/commit/f4f47da530729161a73d71791ada3ab58886b9dd
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-14 (Thu, 14 Nov 2019)
Changed paths:
A lldb/test/Shell/Reproducer/lit.local.cfg
Log Message:
-----------
[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.
More information about the All-commits
mailing list