blob: 16281f0b48e1c8129c45335bc66c0e8f23a8752a [file] [log] [blame]
Julian Lettner6eef7d02019-02-27 19:06:20 +00001# Put all 64-bit tests in the shadow-memory parallelism group. We throttle those
Reid Kleckner8007ff12019-06-27 20:56:04 +00002# in our common lit config (lit.common.unit.cfg.py).
Reid Klecknerf6e857c2017-04-07 01:23:15 +00003def darwin_sanitizer_parallelism_group_func(test):
Julian Lettner6eef7d02019-02-27 19:06:20 +00004 return "shadow-memory" if "x86_64" in test.file_path else None