1 if config.root.native_target in ['Sparc', 'SystemZ', 'Hexagon', 'RISCV']:
2 config.unsupported = True
4 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.
5 if "native" not in config.available_features:
6 config.unsupported = True