You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My smoker systems started to report failures in the test suite:
# parsing chunk '<?xml v'
# parsing chunk 'ersion="1.0"?>'
# Failed test 'event should be start_document'
# at t/01_basic.t line 104.
# got: 'set_document_locator'
# expected: 'start_document'
# Failed test 'event should be xml_decl'
# at t/01_basic.t line 104.
# got: 'start_document'
# expected: 'xml_decl'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Version} = Does not exist
# $expected->{Version} = '1.0'
# Failed test 'event should be start_prefix_mapping'
# at t/01_basic.t line 104.
# got: 'xml_decl'
# expected: 'start_prefix_mapping'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{NamespaceURI} = Does not exist
# $expected->{NamespaceURI} = 'http://foobar.com'
# parsing chunk '<foo xml'
# parsing chunk 'ns="http://foobar.com">'
# Failed test 'event should be start_element'
# at t/01_basic.t line 104.
# got: 'start_prefix_mapping'
# expected: 'start_element'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Attributes} = Does not exist
# $expected->{Attributes} = HASH(0x1ea0f18)
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Attributes}{{}x} = Does not exist
# $expected->{Attributes}{{}x} = HASH(0x213e510)
# parsing chunk '<'
# parsing chunk 'bar x="1"'
# parsing chunk '>'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Name} = 'bar'
# $expected->{Name} = 'baz'
# parsing chunk '<baz>whoopla</b'
# Failed test 'event should be characters'
# at t/01_basic.t line 104.
# got: 'start_element'
# expected: 'characters'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Name} = 'baz'
# $expected->{Name} = Does not exist
# Failed test 'event should be end_element'
# at t/01_basic.t line 104.
# got: 'characters'
# expected: 'end_element'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Name} = Does not exist
# $expected->{Name} = 'baz'
# parsing chunk 'az>'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{LocalName} = 'baz'
# $expected->{LocalName} = 'bar'
# parsing chunk '<'
# parsing chunk '/'
# parsing chunk 'bar>'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Name} = 'bar'
# $expected->{Name} = 'foo'
# parsing chunk '</foo>'
# Failed test 'event should be end_prefix_mapping'
# at t/01_basic.t line 104.
# got: 'end_element'
# expected: 'end_prefix_mapping'
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{LocalName} = 'foo'
# $expected->{LocalName} = Does not exist
# Failed test 'event should be '
# at t/01_basic.t line 104.
# got: 'end_prefix_mapping'
# expected: undef
# Failed test at t/01_basic.t line 105.
# Structures begin differing at:
# $got->{Prefix} = ''
# $expected->{Prefix} = Does not exist
# Looks like you planned 23 tests but ran 25.
# Looks like you failed 19 tests of 25 run.
t/01_basic.t ....
Dubious, test returned 19 (wstat 4864, 0x1300)
Failed 17/23 subtests
Statistical analysis suggests that the failures happen only with XML::LibXML 2.0129 (@shlomif: FYI):
My smoker systems started to report failures in the test suite:
Statistical analysis suggests that the failures happen only with XML::LibXML 2.0129 (@shlomif: FYI):
R^2= 1.000, N= 211, K= 15
The text was updated successfully, but these errors were encountered: