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