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