Renaming test files according to their language (#3407)

This commit is contained in:
mattsmida
2024-05-01 14:28:07 -04:00
committed by GitHub
parent 43ca74549d
commit ef9613e2d6
178 changed files with 171 additions and 169 deletions

View File

@@ -52,7 +52,7 @@ if __name__ == "__main__":
unexpected = defaultdict(int)
passed = defaultdict(int)
file = re.compile(r"^# (?:./)?(\S+\.t)(?:\.exe)?$")
file = re.compile(r"^# (?:./)?(\S+\.test)(?:\.py|\.cpp)?$")
timestamp = re.compile(r"^# (\d+(?:\.\d+)?) ==>.*$")
expected_fail = re.compile(r"^not ok.*?#\s*TODO", re.I)