Menu

#335 hfst-ospell tests fail

future
open
nobody
None
1
2016-02-27
2016-02-24
No

hfst-ospell's "make check" fails randomly on other platforms. I suspect Bash'isms in the test scripts.

Also "make -j8 check" fails even more randomly, because the dependencies between the tests aren't correctly set.

Discussion

  • Erik Axelson

    Erik Axelson - 2016-02-25

    It seems that all tests use /sh/bash and they pass checkbashisms --force *.sh

     
  • Tino Didriksen

    Tino Didriksen - 2016-02-27

    Still fails testing on many Debian archs even without parallel building.

    E.g. on ARM and MIPS:

    hfst-txt2fst -e "@0@"  acceptor.basic.txt | hfst-fst2fst  -f olw -o acceptor.basic.hfst
    hfst-txt2fst: Try ``hfst-fst2fst --help'' for more information.
    Makefile:1919: recipe for target 'acceptor.basic.hfst' failed
    

    On PowerPC:

    hfst-txt2fst -e "@0@"  acceptor.basic.txt | hfst-fst2fst  -f olw -o acceptor.basic.hfst
    Try ``hfst-fst2fst --help'' for more information.
    Makefile:1919: recipe for target 'acceptor.basic.hfst' failed
    

    This could also be a HFST issue, I guess.