blob: 4161b4f3ce4b699520d256f6b1b7b56421a52a65 [file] [log] [blame]
import sys
if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 'mips', 'mipsel', 'mips64', 'mips64el']:
config.unsupported = True
# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == 'win32':
config.unsupported = True