Remove the remaining references to LLDB_CAPTURE_REPRODUCER. I removed the functionality in an earlier commit but forgot that there was a corresponding test and logic to unset it in our test suite.
10 lines
311 B
INI
10 lines
311 B
INI
# Enable crash reports for the reproducer tests.
|
|
if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
|
|
del config.environment['LLVM_DISABLE_CRASH_REPORT']
|
|
|
|
if 'system-windows' in config.available_features:
|
|
config.unsupported = True
|
|
|
|
if 'lldb-repro' in config.available_features:
|
|
config.unsupported = True
|