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?