On Tue, Mar 01, 2005 at 01:29:48PM -0500, Andrew Pinski wrote: > > On Mar 1, 2005, at 1:25 PM, Janis Johnson wrote: > > >I also find it annoying that the dump files aren't cleaned up. Should > >the dump files for failing tests be left, or would it be OK to remove > >all of them? > > I find it even more annoying as on targets which uses case insensitive > storing > of files, causes some of the C++ testcases to fail because the file > names > will only differ in case. (Powerpc-darwin by default uses HFS which is > case > insensitive).
So fix the names of the test files so the names of generated files won't conflict. In this case it's a problem because the generated files aren't removed, but there are also tests that fail only when two sets of tests happen to run at the same time. Janis