Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.25: test suite is failing in two units #16

Open
kloczek opened this issue Feb 5, 2023 · 1 comment
Open

0.25: test suite is failing in two units #16

kloczek opened this issue Feb 5, 2023 · 1 comment

Comments

@kloczek
Copy link

kloczek commented Feb 5, 2023

All is started with locale C. I'm not sure what more I should provide in this case (please let me know what you need)

+ /usr/bin/make -O -j48 V=1 VERBOSE=1 test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.66
#
# === Configure Suggests ===
#
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
#
# === Build Requires ===
#
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.66
#
# === Test Requires ===
#
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.66
#     File::Spec           any     3.84
#     Test::More          0.88 1.302192
#     Test::Tester         any 1.302192
#     strict               any     1.12
#     utf8                 any     1.24
#     warnings             any     1.58
#
# === Test Recommends ===
#
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
#     Module        Want      Have
#     ------------- ---- ---------
#     Exporter      5.57      5.77
#     File::Spec     any      3.84
#     IPC::Run3      any     0.048
#     Pod::Spell     any      1.25
#     Symbol         any      1.09
#     Test::Builder  any  1.302192
#     Text::Wrap     any 2021.0814
#     strict         any      1.12
#     warnings       any      1.58
#
t/00-report-prereqs.t .. ok

#   Failed test 'subtest 'good pod has no errors' of '' compare ok'
#   at t/basic.t line 18.
#          got: '0'
#     expected: '1'

#   Failed test 'subtest 'bad pod has no errors' of '' compare diag'
#   at t/basic.t line 23.
# Got diag (229 bytes):
# 'Errors:'
# '    Around'
# '    ERRORS'
# '    Hey'
# '    NAME'
# '    POD'
# '    The'
# '    Unknown'
# '    above'
# '    are'
# '    below'
# '    coding'
# '    directive'
# '    document'
# '    errors'
# '    explained'
# '    had'
# '    incorectly'
# '    line'
# '    some'
# '    spelled'
# '    which'
# Expected diag (23 bytes):
# 'Errors:'
# '    incorectly'
# Looks like you failed 2 tests of 20.
t/basic.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/20 subtests
        (less 1 skipped subtest: 17 okay)
t/fake_checker.t ....... ok
# Test::Spelling found a spellchecker: hunspell -l
t/load.t ............... ok

#   Failed test 'subtest 'stopword pod file' of '' compare diag'
#   at t/stopword.t line 12.
# Got diag (264 bytes):
# 'Errors:'
# '    Around'
# '    ERRORS'
# '    Hey'
# '    NAME'
# '    POD'
# '    The'
# '    Unknown'
# '    Xzaue'
# '    a'
# '    above'
# '    and'
# '    are'
# '    below'
# '    coding'
# '    correctly'
# '    creator'
# '    directive'
# '    document'
# '    errors'
# '    explained'
# '    had'
# '    line'
# '    some'
# '    spelled'
# '    which'
# Expected diag (18 bytes):
# 'Errors:'
# '    Xzaue'

#   Failed test 'subtest 'stopword pod file' of '' compare ok'
#   at t/stopword.t line 20.
#          got: '0'
#     expected: '1'
# Looks like you failed 2 tests of 13.
t/stopword.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/13 subtests

Test Summary Report
-------------------
t/basic.t            (Wstat: 512 Tests: 20 Failed: 2)
  Failed tests:  10, 19
  Non-zero exit status: 2
t/stopword.t         (Wstat: 512 Tests: 13 Failed: 2)
  Failed tests:  7, 11
  Non-zero exit status: 2
Files=5, Tests=56,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.86 cusr  0.16 csys =  1.06 CPU)
Result: FAIL
Failed 2/5 test programs. 4/56 subtests failed.
make: *** [Makefile:847: test_dynamic] Error 2
@kloczek
Copy link
Author

kloczek commented Jan 25, 2024

Gentle ping .. any update? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant