We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a308af3 commit e94ca7fCopy full SHA for e94ca7f
scripts/gen_run_tests.py
@@ -64,6 +64,11 @@ def powerset(items):
64
else '')
65
)
66
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
+
72
# Per CPU arenas are only supported on Linux.
73
linux_supported = ('percpu_arena:percpu' in malloc_conf_opts \
74
or 'background_thread:true' in malloc_conf_opts)
0 commit comments