1# Put all 64-bit tests in the shadow-memory parallelism group. We throttle those 2# in our common lit config (lit.common.unit.cfg.py). 3def darwin_sanitizer_parallelism_group_func(test): 4 return "shadow-memory" if "x86_64" in test.file_path else None 5