1 # Enable crash reports for the reproducer tests.
2 if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
3 del config.environment['LLVM_DISABLE_CRASH_REPORT']
5 # Unset the always capture environment override.
6 if 'LLDB_CAPTURE_REPRODUCER' in config.environment:
7 del config.environment['LLDB_CAPTURE_REPRODUCER']
9 if config.skip_reproducer_test:
10 config.unsupported = True