Source: node-expat
Version: 2.4.0+ds-2
Severity: serious
Tags: ftbfs trixie sid

https://buildd.debian.org/status/fetch.php?pkg=node-expat&arch=riscv64&ver=2.4.0%2Bds-2%2Bb1&stamp=1707898560&raw=0
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-expat.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
NODE_PATH=lib vows --spec ./test/**/*.js
 
  ♢ node-expat 
  
  single element
    ✗ simple 
        »        
        actual expected 
         
        [["startElement","r",{}],["endElement","r"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ single element with attribute 
        »        
        actual expected 
         
        [["startElement","r",{"foo":"bar"}],["endElement","r"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ single elemeht with differently quoted attributes 
        »        
        actual expected 
         
        
[["startElement","r",{"foo":"bar","baz":"quux","test":"tset"}],["endElement","r"]]
 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ single element with namespaces 
        »        
        actual expected 
         
        
[["startElement","r",{"xmlns":"http://localhost/","xmlns:x":"http://example.com/"}],["endElement","r";]]
 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ single element with text content 
        »        
        actual expected 
         
        [["startElement","r",{}],["text","foo"],["endElement","r"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✓ single element with text content and line break
    ✗ single element with CDATA content 
        »        
        actual expected 
         
        [["startElement","r",{}],["startCdata"],["text","<greeting>Hello, 
world!</greeting>"],["endCdata"],["endElement","r"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✓ single element with entity text
    ✓ single element with umlaut text
    ✗ from buffer 
        »        
        actual expected 
         
        [["startElement","foo",{}],["text","bar"],["endElement","foo"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
  entity declaration
    ✓ a billion laughs
  processing instruction
    ✗ with parameters 
        »        
        actual expected 
         
        [["processingInstruction","i","like xml"]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ simple 
        »        
        actual expected 
         
        [["processingInstruction","dragons",""]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ XML declaration with encoding 
        »        
        actual expected 
         
        [["xmlDecl","1.0","UTF-8",true]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
    ✗ XML declaration 
        »        
        actual expected 
         
        [["xmlDecl","1.0",null,true]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
  comment
    ✗ simple 
        »        
        actual expected 
         
        [["comment"," no comment "]] 
         // /usr/share/nodejs/vows/lib/assert/macros.js:14
  unknownEncoding with single-byte map
    ✓ Windows-1252
  unknownEncoding with single-byte map using iconv
    ✓ Windows-1252
  error
    ✓ tag name starting with ampersand
  reset
    ✓ complete doc without error
    ✓ incomplete doc without error
    ✓ with doc error
  corner cases
    ✓ parse empty string
    ✓ Escaping of ampersands
    ✓ parsing twice the same document with the same parser instance should be 
fine
  statistics
    ✓ line number
    ✓ column number
    ✓ byte index
  stop and resume
    ✓ should have worked
  Stream interface read file
    ✓ startElement and endElement events
    ✓ end event
    ✓ close event
 
✗ Broken » 20 honored ∙ 12 broken (7.435s) 
  
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 1

Reply via email to