Subject: | t/10-loaded_files.t and t/11-postponed.t may fail (threaded perls?) |
On some of my smokers the test suite fails:
...
# Failed test 'Devel::Chitin is loaded'
# at t/10-loaded_files.t line 12.
# Failed test 'Found main file, Devel::Chitin and SampleCode in loaded files list'
# at t/10-loaded_files.t line 25.
# +------+---------------------------+---------------------------+--------+
# | PATH | GOT | CHECK | LNs |
# +------+---------------------------+---------------------------+--------+
# | | ARRAY(0x44d8bf60) | <BAG> | 19, 24 |
# | | | | |
# | [*] | <DOES NOT EXIST> | /home/cpansand/.cpan/buil | 21 |
# | | | d/2018102516/Devel-Chitin | |
# | | | -0.17-0/blib/lib/Devel/Ch | |
# | | | itin.pm | |
# +------+---------------------------+---------------------------+--------+
# Seeded srand with seed '20181025' from local date.
t/10-loaded_files.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
# Failed test 'posponed() on an already loaded file fires immediately'
# at t/11-postponed.t line 19.
# +-----+----+-------+
# | GOT | OP | CHECK |
# +-----+----+-------+
# | 0 | eq | 1 |
# +-----+----+-------+
# Seeded srand with seed '20181025' from local date.
t/11-postponed.t ...................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
It seems that it fails for all threaded perls on my smokers.