Subject: | Test failures in t/thread |
Hi,
While preparing the Debian package of Search-Xapian, we've encountered a
test failure:
--------------------
t/search...........ok
t/termgenerator....ok
t/thread...........dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 37-65
Failed 29/65 tests, 55.38% okay
t/tied.............ok
--------------------
With TEST_VERBOSE=1
--------------------
ok 35 - create TermIterator
ok 36 - check TermIterator
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 37-65
Failed 29/65 tests, 55.38% okay
--------------------
The first failing test seems to be:
ok( $valueit = $doc->values_begin(), 'create ValueIterator' );
I hope the above information is enough.
-- dam