| if 'system-darwin' not in config.available_features: | |
| config.unsupported = True | |
| if 'lldb-repro' in config.available_features: | |
| config.unsupported = True | |
| config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = "" | |
| # Temporary parallel image loading deadlock workaround | |
| config.environment["NO_PARALLEL_IMG_LOADING"] = "" |