2013-08-16 08:37:11 +08:00
|
|
|
if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
|
2012-11-20 01:57:07 +08:00
|
|
|
config.unsupported = True
|
|
|
|
|
2013-08-16 08:37:11 +08:00
|
|
|
if 'hexagon' in config.root.target_triple:
|
2013-03-26 04:02:14 +08:00
|
|
|
config.unsupported = True
|
2013-09-13 18:59:01 +08:00
|
|
|
|
|
|
|
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
|
|
|
|
if 'native' not in config.available_features:
|
|
|
|
config.unsupported = True
|