Lines Matching defs:platform
23 import platform
71 skip=skip_if((sys.platform == 'win32'), 'FEATURE_INIT_FINI build flag isn\'t supported on Windows,' +
159 platform.system() != 'Linux' or (platform.machine() != 'i386' and platform.machine() != 'x86_64'),
164 skip=skip_if((sys.platform == 'win32'), 'There is no separated libm on Windows')),
171 skip=skip_if((sys.platform == 'win32'), 'Not yet supported, link failure on Windows')),
174 skip=skip_if((sys.platform == 'win32'), 'rand() can\'t be overriden on Windows (benchmarking.c)')),
260 if sys.platform == 'win32':
303 executable_extension = '.exe' if sys.platform == 'win32' else ''
496 if sys.platform == 'win32':