Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 385
    • Issues 385
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #465
Closed
Open
Created Jan 12, 2022 by Zach van Rijn@zOwner

system/libxml2: multiple test failures: Total 3239 tests, 11 errors, 0 leaks

Note: tests were not previously enabled! See #463 (closed) too.

I propose ignoring the failures but keeping logs for tracking purposes.

./runtest && \                                                                                                                                                                                                                                                                  
     ./testrecurse && \                                                                                                                                                                                                                                                         
    ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=0"  ./testapi && \                                                                                                                                                                                                                 
     ./testchar && \                                                                                                                                                                                                                                                            
     ./testdict && \                                                                                                                                                                                                                                                            
     ./runxmlconf                                                                                                                                                                                                                                                               
## XML regression tests                                                                                                                                                                                                                                                         
File ./test/icu_parse_test.xml generated an error                                                                                                                                                                                                                               
## XML regression tests on memory                                                                                                                                                                                                                                               
File ./test/icu_parse_test.xml generated an error                                                                                                                                                                                                                               
## XML entity subst regression tests                                                                                                                                                                                                                                            
File ./test/icu_parse_test.xml generated an error                                                                                                                                                                                                                               
## XML Namespaces regression tests                                                                                                                                                                                                                                              
## Error cases regression tests                                                                                                                                                                                                                                                 
## Error cases regression tests with entity substitution                                                                                                                                                                                                                        
## Error cases regression tests (old 1.0)                                                                                                                                                                                                                                       
## Error cases stream regression tests                                                                                                                                                                                                                                          
## Reader regression tests                                          
xmlParseChunk: encoder error                                        
Result for ./test/icu_parse_test.xml failed in result/icu_parse_test.xml.rdr
File ./test/icu_parse_test.xml generated an error
## Reader entities substitution regression tests
xmlParseChunk: encoder error                                        
Result for ./test/icu_parse_test.xml failed in result/icu_parse_test.xml.rde
File ./test/icu_parse_test.xml generated an error
## Reader on memory regression tests 
xmlParseChunk: encoder error                                        
Result for ./test/icu_parse_test.xml failed in result/icu_parse_test.xml.rdr
File ./test/icu_parse_test.xml generated an error
## Walker regression tests                                          
Failed to parse ./test/icu_parse_test.xml
File ./test/icu_parse_test.xml generated an error
## SAX1 callbacks regression tests
Failed to parse ./test/icu_parse_test.xml
File ./test/icu_parse_test.xml generated an error
## SAX2 callbacks regression tests
Failed to parse ./test/icu_parse_test.xml
File ./test/icu_parse_test.xml generated an error
## SAX2 callbacks regression tests with entity substitution
Failed to parse ./test/icu_parse_test.xml
File ./test/icu_parse_test.xml generated an error
## XML push regression tests                                        
Failed to parse ./test/icu_parse_test.xml
File ./test/icu_parse_test.xml generated an error
## HTML regression tests                                            
## Push HTML regression tests                                       
## HTML SAX regression tests                                        
## Valid documents regression tests
## Validity checking regression tests
## Streaming validity checking regression tests
## Streaming validity error checking regression tests
## General documents valid regression tests
## XInclude regression tests                                        
## XInclude xmlReader regression tests
## XInclude regression tests stripping include nodes
## XInclude xmlReader regression tests stripping include nodes
## XPath expressions regression tests
## XPath document queries regression tests
## XPointer document queries regression tests
## xml:id regression tests                                          
## URI parsing tests                                                
## URI base composition tests                                       
## Path URI conversion tests                                        
## Schemas regression tests                                         
## Relax-NG regression tests                                        
## Relax-NG streaming regression tests
## Pattern regression tests
## C14N with comments regression tests
## C14N without comments regression tests
## C14N exclusive without comments regression tests
## C14N 1.1 without comments regression tests
## Catalog and Threads regression tests
Total 3239 tests, 11 errors, 0 leaks
make: *** [Makefile:1911: runtests] Error 1
Assignee
Assign to
Time tracking