blob: 8f9905e6b73758134a91e910e4e44393dd94362a [file] [log] [blame] [edit]
# TODO: investigate
if not "X86" in config.root.targets:
config.unsupported = True
if config.root.native_target in ['Sparc', 'Hexagon']:
config.unsupported = True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
if "native" not in config.available_features:
config.unsupported = True