Skip to content

Commit e94ca7f

Browse files
run_tests.sh: Don't test large vaddr with -m32.
1 parent a308af3 commit e94ca7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/gen_run_tests.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ def powerset(items):
6464
else '')
6565
)
6666

67+
# We don't want to test large vaddr spaces in 32-bit mode.
68+
if ('-m32' in compiler_opts and '--with-lg-vaddr=56' in
69+
config_opts):
70+
continue
71+
6772
# Per CPU arenas are only supported on Linux.
6873
linux_supported = ('percpu_arena:percpu' in malloc_conf_opts \
6974
or 'background_thread:true' in malloc_conf_opts)

0 commit comments

Comments
 (0)