You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Put all 64-bit tests in the shadow-memory parallelism group. We throttle those
|
|
# in our common lit config (lit.common.unit.cfg.py).
|
|
def darwin_sanitizer_parallelism_group_func(test):
|
|
return "shadow-memory" if "x86_64" in test.file_path else None
|