Advertisement
hakonhagland

perl-xml-liberal-test-failures

Mar 4th, 2022
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. $ perl Makefile.PL
  2. Checking if your kit is complete...
  3. Looks good
  4. Generating a Unix-style Makefile
  5. Writing Makefile for XML::Liberal
  6. Writing MYMETA.yml and MYMETA.json
  7. hakon@hakon-Precision-7530:~/test/perl/XML-Liberal-0.30$ make
  8. cp lib/XML/Liberal/Remedy/NotUTF8.pm blib/lib/XML/Liberal/Remedy/NotUTF8.pm
  9. cp lib/XML/Liberal/Remedy/Declaration.pm blib/lib/XML/Liberal/Remedy/Declaration.pm
  10. cp lib/XML/Liberal/Remedy/StandaloneAttribute.pm blib/lib/XML/Liberal/Remedy/StandaloneAttribute.pm
  11. cp lib/XML/Liberal/Remedy/InvalidEncoding.pm blib/lib/XML/Liberal/Remedy/InvalidEncoding.pm
  12. cp lib/XML/Liberal/Remedy/LowAsciiChars.pm blib/lib/XML/Liberal/Remedy/LowAsciiChars.pm
  13. cp lib/XML/Liberal/Remedy/TrailingElements.pm blib/lib/XML/Liberal/Remedy/TrailingElements.pm
  14. cp lib/XML/Liberal/Remedy/TrailingDoctype.pm blib/lib/XML/Liberal/Remedy/TrailingDoctype.pm
  15. cp lib/XML/Liberal/Remedy/UndeclaredNS.pm blib/lib/XML/Liberal/Remedy/UndeclaredNS.pm
  16. cp lib/XML/Liberal/Remedy/EntityRef.pm blib/lib/XML/Liberal/Remedy/EntityRef.pm
  17. cp lib/XML/Liberal/Remedy/XHTMLEmptyTag.pm blib/lib/XML/Liberal/Remedy/XHTMLEmptyTag.pm
  18. cp lib/XML/Liberal/LibXML.pm blib/lib/XML/Liberal/LibXML.pm
  19. cp lib/XML/Liberal/Error.pm blib/lib/XML/Liberal/Error.pm
  20. cp lib/XML/Liberal/Remedy/DeprecatedDTD.pm blib/lib/XML/Liberal/Remedy/DeprecatedDTD.pm
  21. cp lib/XML/Liberal.pm blib/lib/XML/Liberal.pm
  22. cp lib/XML/Liberal/Remedy/ControlCode.pm blib/lib/XML/Liberal/Remedy/ControlCode.pm
  23. cp lib/XML/Liberal/Remedy/HTMLEntity.pm blib/lib/XML/Liberal/Remedy/HTMLEntity.pm
  24. cp lib/XML/Liberal/Remedy/UnquotedAttribute.pm blib/lib/XML/Liberal/Remedy/UnquotedAttribute.pm
  25. cp lib/XML/Liberal/Remedy/NestedCDATA.pm blib/lib/XML/Liberal/Remedy/NestedCDATA.pm
  26. cp lib/XML/Liberal/Remedy/UnclosedHTML.pm blib/lib/XML/Liberal/Remedy/UnclosedHTML.pm
  27. Manifying 2 pod documents
  28. hakon@hakon-Precision-7530:~/test/perl/XML-Liberal-0.30$ make test
  29. PERL_DL_NONLAZY=1 "/home/hakon/perlbrew/perls/perl-5.34.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
  30. t/00_compile.t ......... Possible precedence issue with control flow operator at /home/hakon/test/perl/XML-Liberal-0.30/inc/Test/Builder.pm line 917.
  31. t/00_compile.t ......... ok
  32. t/01_bad.t ............. Possible precedence issue with control flow operator at /home/hakon/test/perl/XML-Liberal-0.30/inc/Test/Builder.pm line 917.
  33. t/01_bad.t ............. 1/?
  34. # Failed test '/home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-chr-31.xml'
  35. # at t/01_bad.t line 28.
  36. # got: ' at position unknown location at t/01_bad.t line 27.
  37. # '
  38. # expected: ''
  39.  
  40. # Failed test 'created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-chr-31.xml isa XML::LibXML::Document'
  41. # at t/01_bad.t line 29.
  42. # created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-chr-31.xml isn't defined
  43. Can't call method "toString" on an undefined value at t/01_bad.t line 33, <$fh> line 1.
  44. # Looks like you failed 2 tests of 7.
  45. # Looks like your test exited with 2 just after 7.
  46. t/01_bad.t ............. Dubious, test returned 2 (wstat 512, 0x200)
  47. Failed 2/7 subtests
  48. t/02_global.t .......... Possible precedence issue with control flow operator at /home/hakon/test/perl/XML-Liberal-0.30/inc/Test/Builder.pm line 917.
  49. t/02_global.t .......... 1/?
  50. # Failed test '/home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml'
  51. # at t/02_global.t line 19.
  52. # got: 'parser error : Specification mandates value for attribute noshade at position 3:14 at t/02_global.t line 18.
  53. # '
  54. # expected: ''
  55.  
  56. # Failed test 'created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isa XML::LibXML::Document'
  57. # at t/02_global.t line 20.
  58. # created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isn't defined
  59.  
  60. # Failed test '/home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml'
  61. # at t/02_global.t line 25.
  62. # got: 'parser error : Specification mandates value for attribute noshade at position 3:14 at t/02_global.t line 24.
  63. # '
  64. # expected: ''
  65.  
  66. # Failed test 'created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isa XML::LibXML::Document'
  67. # at t/02_global.t line 26.
  68. # created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isn't defined
  69.  
  70. # Failed test '/home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml'
  71. # at t/02_global.t line 30.
  72. # got: 'parser error : Specification mandates value for attribute noshade at position 3:14 at t/02_global.t line 29.
  73. # '
  74. # expected: ''
  75.  
  76. # Failed test 'created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isa XML::LibXML::Document'
  77. # at t/02_global.t line 31.
  78. # created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isn't defined
  79. # Looks like you failed 6 tests of 144.
  80. t/02_global.t .......... Dubious, test returned 6 (wstat 1536, 0x600)
  81. Failed 6/144 subtests
  82. t/03_global_destroy.t .. Possible precedence issue with control flow operator at /home/hakon/test/perl/XML-Liberal-0.30/inc/Test/Builder.pm line 917.
  83. t/03_global_destroy.t .. 1/?
  84. # Failed test '/home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml'
  85. # at t/03_global_destroy.t line 24.
  86. # got: 'parser error : Specification mandates value for attribute noshade at position 3:14 at t/03_global_destroy.t line 23.
  87. # '
  88. # expected: ''
  89.  
  90. # Failed test 'created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isa XML::LibXML::Document'
  91. # at t/03_global_destroy.t line 25.
  92. # created DOM node with /home/hakon/test/perl/XML-Liberal-0.30/t/bad/BAD-atttibute.xml isn't defined
  93. # Looks like you failed 2 tests of 71.
  94. t/03_global_destroy.t .. Dubious, test returned 2 (wstat 512, 0x200)
  95. Failed 2/71 subtests
  96. t/04_sanity.t .......... Possible precedence issue with control flow operator at /home/hakon/test/perl/XML-Liberal-0.30/inc/Test/Builder.pm line 917.
  97. Redundant argument in sprintf at /home/hakon/test/perl/XML-Liberal-0.30/inc/Spiffy.pm line 232.
  98. Redundant argument in sprintf at /home/hakon/test/perl/XML-Liberal-0.30/inc/Spiffy.pm line 232.
  99. Redundant argument in sprintf at /home/hakon/test/perl/XML-Liberal-0.30/inc/Spiffy.pm line 232.
  100. Redundant argument in sprintf at /home/hakon/test/perl/XML-Liberal-0.30/inc/Spiffy.pm line 232.
  101. t/04_sanity.t .......... 1/? parser error : Specification mandates value for attribute nofoo at position 2:12 at t/04_sanity.t line 6.
  102. # Looks like your test exited with 2 just after 12.
  103. t/04_sanity.t .......... Dubious, test returned 2 (wstat 512, 0x200)
  104. All 12 subtests passed
  105.  
  106. Test Summary Report
  107. -------------------
  108. t/01_bad.t (Wstat: 512 Tests: 7 Failed: 2)
  109. Failed tests: 6-7
  110. Non-zero exit status: 2
  111. t/02_global.t (Wstat: 1536 Tests: 144 Failed: 6)
  112. Failed tests: 31-36
  113. Non-zero exit status: 6
  114. t/03_global_destroy.t (Wstat: 512 Tests: 71 Failed: 2)
  115. Failed tests: 16-17
  116. Non-zero exit status: 2
  117. t/04_sanity.t (Wstat: 512 Tests: 12 Failed: 0)
  118. Non-zero exit status: 2
  119. Files=5, Tests=235, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.35 cusr 0.04 csys = 0.43 CPU)
  120. Result: FAIL
  121. Failed 4/5 test programs. 10/235 subtests failed.
  122. make: *** [Makefile:800: test_dynamic] Error 2
  123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement