Matisse Enzer wrote:
I tried the patch and got the same result:

apr/table......................FAILED tests 20-21 Failed 2/21 tests, 90.48% okay

yes, but please run with verbose mode on so we can see the output


$ t/TEST t/apr/table.t -v




FWIW, I was able to build without error on a different machine (same architecture and OS - redhat 8.0 on intel) - the machine where it fails is a dual-processor, but I cannot see what difference that would make.

it might. I had originally coded those two tests with sort, until I was told that insertion order in apache tables is guaranteed. if you get the same basic results from the test but in a different order, it might have something to do with the underlying table implementation, which could have architecture dependencies. if the results are totally random, though, I have no idea :)


anyway, the output would be much appreciated.

--Geoff


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to