原始内容
高亮显示
复制内容
import sys if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']: config.unsupported = True # FIXME: These tests don't pass with the COFF rtld. if sys.platform == 'win32': config.unsupported = True
您还没有登录,登录后您可以:
首次使用?从这里 注册