Skip Menu |

This queue is for tickets about the Text-IQ CPAN distribution.

Report information
The Basics
Id: 121152
Status: resolved
Priority: 0/
Queue: Text-IQ

People
Owner: karman [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tests fail on debian/stretch and debian/sid
See subject. A sample fail report: http://www.cpantesters.org/cpan/report/7372a516-0647-11e7-a2de-4dc029d2d6c5 And http://matrix.cpantesters.org/?dist=Text-IQ%200.003;os=linux;reports=1#sl=2,1 shows that failures happen only with osvers >= 4.8.0 (which indicates a debian/stretch or debian/sid system).
On 2017-04-15 08:29:12, SREZIC wrote: Show quoted text
> See subject. A sample fail report: > http://www.cpantesters.org/cpan/report/7372a516-0647-11e7-a2de- > 4dc029d2d6c5 > And http://matrix.cpantesters.org/?dist=Text- > IQ%200.003;os=linux;reports=1#sl=2,1 shows that failures happen only > with osvers >= 4.8.0 (which indicates a debian/stretch or debian/sid > system).
I see similar failures also on a Mac system (darwin 15.4.0): ... # Failed test 'num_misspellings' # at t/03-bible.t line 25. # got: '87328' # expected: '87388' # Failed test 'num_uniq_misspellings' # at t/03-bible.t line 26. # got: '8156' # expected: '8170' # Looks like you failed 2 tests of 11. t/03-bible.t ............ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/11 subtests ...
Thanks. I'm guessing this is a libaspell version or dictionary issue, not specific to a particular OS. I've uploaded 0.004 to PAUSE with diagnostics for the aspell version to see if any patterns emerge.
Apparently the info dumped from libaspell doesn't contain any version or dictionary version information. So I wasn't able to detect any patterns. Instead I have switched the tests to cmp_ok and set some minimal numbers, which proves that the feature(s) work even if the exact numbers aren't matched. 0.006 has this new logic.