Subject: | t/parser.t test may fail |
On some of my smokers parser.t fails:
...
# Test 44 got: "Xapian::Query(VALUE_RANGE 3 10 $20)" (t/parser.t at line 144 fail #9)
# Expected: "Xapian::Query(VALUE_RANGE 3 !10 $20)"
# t/parser.t line 144 is: ok( qd($query), "Xapian::Query($res)" );
t/parser.t ............
Failed 1/62 subtests
...
Looking at the fail reports it seems that the failure happens on older systems: CentOS6, Debian/jessie, FreeBSD 10. The test passes on Debian/stretch, Ubuntu 16.04 and FreeBSD 11 (the latter only if gcc/g++ is installed; see the other issue about clang compilers).