1 config.suffixes = [".test", ".s", ".ll", ".bat"]
3 # The environment variable DFLTCC=0 disables use of the hardware compression
4 # facility on SystemZ. When this facility is enabled, slightly different
5 # compression results can be seen, which can cause spurious failures in the
6 # compressed-debug-level.test test case.
7 if "s390x" in config.host_triple:
8 config.environment["DFLTCC"] = "0"