Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/trunk/test/ubsan/lit.common.cfg
Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | |||||
# Check that the host supports UndefinedBehaviorSanitizer tests | # Check that the host supports UndefinedBehaviorSanitizer tests | ||||
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows', 'NetBSD', 'SunOS', 'OpenBSD']: | if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows', 'NetBSD', 'SunOS', 'OpenBSD']: | ||||
config.unsupported = True | config.unsupported = True | ||||
config.available_features.add('arch=' + config.target_arch) | config.available_features.add('arch=' + config.target_arch) | ||||
config.excludes = ['Inputs'] | config.excludes = ['Inputs'] | ||||
# Limit parallelism if necessary | |||||
if config.host_os == 'Darwin': | |||||
if config.apple_platform != "osx" and not config.apple_platform.endswith("sim"): | |||||
config.parallelism_group = "darwin-ios-device-sanitizer" |