Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/trunk/test/tsan/lit.cfg
Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | if config.host_os not in ['FreeBSD', 'Linux', 'Darwin', 'NetBSD']: | ||||
config.unsupported = True | config.unsupported = True | ||||
if config.android: | if config.android: | ||||
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" |