# from Will Coleda # on Monday 28 July 2008 07:31: >I presume Eric noticed this as he was working on his patch to enable a >parallel make test; Now that his patch is applied, fixing these tests >should have a higher priority; If two tests that are trying to >create/use the same directory run at the same time, one of them is >likely to fail.
Well, that is all true. But it really has little to do with parallel testing, it is simply a faulty assumption. Today I'm working on something else and still haven't shutdown my machine since then, so I still have a file /tmp/t, so the tests still fail. I *could* delete that file, but what if that just happens to be my favorite empty file of all time? But if I look at it deeper, the Parrot::IO code only exists for ./tools/docs/write_docs.pl? Oh, and a bunch of the codingstd tests? --Eric