kentnl / Comment-Spell-Check

Check words from Comment::Spell vs a system spell checker
Other
0 stars 0 forks source link

t/basic.t test failures on CentOS7 #1

Open eserte opened 7 years ago

eserte commented 7 years ago

On my CentOS7 smoker I see the following failure (various perlversions from 5.24.0 to 5.25.12):

# Using spell for spelling
# >/usr/bin/spell
# SAMPLE:
# line   #8: abstraktion
# line  #11: abstraktion bsaic hmubug incpetion kepe ssshtuff thsi tset
#        voreflow warppying wrods
# 
# All incorrect words, by number of occurrences:
#      1: bsaic, hmubug, incpetion, kepe, ssshtuff, thsi, tset, voreflow,
#     warppying, wrods
#      2: abstraktion

#   Failed test at t/basic.t line 32.
#          got: 2
#     expected: 4

#   Failed test at t/basic.t line 33.
#          got: 1
#     expected: 2
# Looks like you failed 2 tests of 2.
t/basic.t .................................. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

Something changed on this system — in the past the test suite used to pass here, too.

eserte commented 6 years ago

I see the problem also on a CentOS6 system, for all available perls here (5.10.1 .. 5.27.6).