Lines Matching +full:- +full:fsanitize
6 if cflag.startswith('-fsanitize') and \
7 not cflag.contains('safe-stack') and not cflag.contains('cfi-icall')
8 message('Sanitizers are enabled ==> Disabled the qemu-iotests.')
15 message('bash >= v4.0 not available ==> Disabled the qemu-iotests.')
30 if k.startswith('qemu-system-')
41 suites = ['block-' + speed, speed]
44 args = ['-tap', '-' + format]
46 args += ['-g', 'auto']
50 [python, qemu_iotests_check_cmd] + args + ['-n'],
56 '-tap', '-' + format, item,
57 '--source-dir', meson.current_source_dir(),
58 '--build-dir', meson.current_build_dir()]
62 test('io-' + format + '-' + item,