1# Enable crash reports for the reproducer tests. 2if 'LLVM_DISABLE_CRASH_REPORT' in config.environment: 3 del config.environment['LLVM_DISABLE_CRASH_REPORT'] 4 5# Unset the always capture environment override. 6if 'LLDB_CAPTURE_REPRODUCER' in config.environment: 7 del config.environment['LLDB_CAPTURE_REPRODUCER'] 8 9if 'system-windows' in config.available_features: 10 config.unsupported = True 11 12if 'lldb-repro' in config.available_features: 13 config.unsupported = True 14