Sign in
chromium
/
chromiumos
/
third_party
/
compiler-rt
/
89a8e62c03aa2cfe044c9023ec3bbaefb835a7df
/
.
/
unittests
/
lit_unittest_cfg_utils.py
blob: 16281f0b48e1c8129c45335bc66c0e8f23a8752a [
file
] [
log
] [
blame
]
# 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