Index: test/lldbtest.py =================================================================== --- test/lldbtest.py +++ test/lldbtest.py @@ -1651,6 +1651,7 @@ if compiler[1] == ':': compiler = compiler[2:] + compiler = compiler.replace(os.path.altsep, os.path.sep) fname = "{}-{}-{}".format(self.id(), self.getArchitecture(), "_".join(compiler.split(os.path.sep))) if len(fname) > 200: