mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
Allow a test to have any number of .stderr.exp* files, so long as at least one is found. In fact the comments in the code that claimed that .stderr.exp[0-9] are the only ones allowed were misleading; .stderr.exp* has always been allowed. The only functional change here is to mandate that at least one such file exists; prior to the change the script mandated that at least a .stderr.exp (with no other suffix) file existed. Purpose is to allow collections of .stderr.exp files with suffixes arranged in some meaningful way, eg, foo.stderr.exp-glibc25-amd64. This might help in making testsuites more maintainable when there have to be multiple .stderr.exp files. Naming them merely as .stderr.exp1, .stderr.exp2, etc, makes it impossible to remember what the differences between the files actually is. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7127