8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
9 lines
221 B
INI
9 lines
221 B
INI
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
|