blob: 721e81b9d600c0bd74f9bfbf750ea1f5c9ad474b [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
2# in our common lit config (lit.common.unit.cfg).
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