perlsmoke@news.sigcafe.net wrote: >Automated smoke report for 5.9.2 patch 22820 > >Inconsistent test results (between TEST and harness): > ../ext/B/t/f_sort.t.....................FAILED at test 21 > > > This ones my fault, but I dont see the cause. The plan is for 20, but Im getting the failure locally too - on: make test & ./perl t/TEST ../ext/B/t/*.t & t/TEST (same things). but oddly not under: ./perl -Ilib -S prove ext/B/t/ export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness Theres one possible but unlikely corner case (that Ive introduced) here: MANIFEST has both ext/B/t/f_sort.t and f_sort (without the .t suffix) this cant be whole problem though, cuz f_map and f_map.t dont clash this way, and MANIFEST is full of files that arent tested. (then there are those other failing tests, one of which is showing a similar harness vs TEST mismatch) All in all, I dont know whats going on here. I'll try to take another look soon,.. Rafael, sorry for the churn. :-/Thread Previous | Thread Next