Skip Menu |

This queue is for tickets about the POE-XUL CPAN distribution.

Report information
The Basics
Id: 117566
Status: new
Priority: 0/
Queue: POE-XUL

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.0601
Fixed in: (no value)



Subject: Tests fail (perl >= 5.18)
t/22_cm_leaks.t fails on my smoker machines for all perls >= 5.18. The failing test log begins with: # Failed test 'Same size after attribute add/remove' # at t/22_cm_leaks.t line 106. # Structures begin differing at: # $got->[4] = ' "id" => "B1",' # $expected->[4] = ' "label" => "Button the first",' BEFORE=$VAR1 = bless( { "nodes" => { "B1" => bless( { "attributes" => { "id" => "B1", "tag" => "button", "label" => "Button the first" }, "children" => [], "events" => { "Click" => "Click1" } }, 'POE::XUL::Node' ), ... Possible reason: hash randomization?