Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/trunk/test/asan/lit.cfg
Show First 20 Lines • Show All 217 Lines • ▼ Show 20 Lines | |||||
# Only run the tests on supported OSs. | # Only run the tests on supported OSs. | ||||
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']: | if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']: | ||||
config.unsupported = True | config.unsupported = True | ||||
if config.host_os == 'Darwin': | if config.host_os == 'Darwin': | ||||
if config.target_arch in ["x86_64", "x86_64h"]: | if config.target_arch in ["x86_64", "x86_64h"]: | ||||
config.parallelism_group = "darwin-64bit-sanitizer" | config.parallelism_group = "darwin-64bit-sanitizer" | ||||
elif config.apple_platform != "osx" and not config.apple_platform.endswith("sim"): | |||||
config.parallelism_group = "darwin-ios-device-sanitizer" |