blob: 428e08c8b20e789a4bf958088f71dc13f6c17cc0 [file] [log] [blame]
import sys
if config.root.host_arch not in [
"aarch64",
"arm64",
"i386",
"x86",
"x86_64",
"AMD64",
"mips",
"mipsel",
"mips64",
"mips64el",
"loongarch64",
]:
config.unsupported = True
# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == "win32":
config.unsupported = True