mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 20:22:30 +00:00
[Sanitizer] lit test config: Respect existing parallelism_group
llvm-svn: 355128
This commit is contained in:
parent
0a039660fa
commit
b79f1f2e2a
@ -220,4 +220,5 @@ else:
|
||||
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
|
||||
config.unsupported = True
|
||||
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
if not config.parallelism_group:
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
|
@ -114,4 +114,5 @@ if default_asan_opts_str:
|
||||
config.substitutions.append(('%env_asan_opts=',
|
||||
'env ASAN_OPTIONS=' + default_asan_opts_str))
|
||||
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
if not config.parallelism_group:
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
|
@ -71,4 +71,5 @@ config.suffixes = ['.c', '.cc', '.cpp']
|
||||
if config.host_os not in ['Linux', 'Darwin', 'NetBSD', 'FreeBSD']:
|
||||
config.unsupported = True
|
||||
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
if not config.parallelism_group:
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
|
@ -86,4 +86,5 @@ if config.host_os not in ['FreeBSD', 'Linux', 'Darwin', 'NetBSD']:
|
||||
if config.android:
|
||||
config.unsupported = True
|
||||
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
if not config.parallelism_group:
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
|
Loading…
x
Reference in New Issue
Block a user