Junio C Hamano <gitster@xxxxxxxxx> writes: > Brandon Casey <casey@xxxxxxxxxxxxxxx> writes: > >> * new test cases can be dropped into the t4018 directory >> * filenames end with the pattern name e.g. .cpp .objc .matlab etc. >> * filenames should be descriptive since it will be used in the test >> suite output >> * broken test cases should be given a filename prefixed with "broken_" > > Cute. I like the general idea. Actually, I do not like this "broken_" filename prefix part. Even though I can imagine "git show -M" would do a reasonable job, marking that a fix to a pattern makes a test that used not to pass succeed by renaming a file goes against the convention of changing one line to turn the "failure" to "success" in test_expect_failure used in normal tests. Can we use stable filename that says what is being tested instead? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html