Lines Matching +full:extended +full:- +full:range +full:- +full:enable
9 # Later, we want to test extended vaddr support. Apparently, the "real" way of
17 if call("command -v gmake", shell=True) == 0:
24 for i in range(len(items) + 1):
31 cmd_ret = call([cc, "-v"])
37 '-m32',
40 '--enable-debug',
41 '--enable-prof',
42 '--disable-stats',
43 '--enable-opt-safety-checks',
44 '--with-lg-page=16',
47 possible_config_opts.append('--with-lg-vaddr=56')
56 print('set -e')
57 print('if [ -f Makefile ] ; then %(make_cmd)s relclean ; fi' % {'make_cmd':
60 print('rm -rf run_tests.out')
70 and '-m32' in possible_compiler_opts \
71 and '--enable-prof' in config_opts:
74 'EXTRA_CFLAGS=-Werror EXTRA_CXXFLAGS=-Werror '
78 + " ".join(config_opts) + (' --with-malloc-conf=' +
83 # We don't want to test large vaddr spaces in 32-bit mode.
84 if ('-m32' in compiler_opts and '--with-lg-vaddr=56' in
92 darwin_unsupported = ('--enable-prof' in config_opts or \
100 set -e
130 ' -P %(nparallel)d -n 1 sh' % {'last_ind': ind-1, 'nparallel': nparallel})