James E Keenan wrote:
James E Keenan wrote:
James E Keenan wrote:
t/configure/029-option_or_data....................dubious
Test returned status 0 (wstat 11, 0xb)
after all the subtests completed successfully
I'm still in much the same situation as I was last month. I'll run
coverage analysis on Parrot's configuration and build tools for a week
or more with no problem. Then, out of the blue, a file in t/configure/
will generate the error message above -- notwithstanding the fact that
all its Test::More function calls have been passing for months.
I've quieted many instances of this by undef-ing objects, making sure
that ties to STDOUT and STDERR are explicitly untied, and even inserting
one additional Test::More::pass() test before the end of the file. When
all else fails I resort to magic incantations. Sometimes the problem
clears up by itself after a lapse of time.
Any thoughts?
jimk