Skip Menu |

This queue is for tickets about the Lithium-WebDriver CPAN distribution.

Report information
The Basics
Id: 110257
Status: new
Priority: 0/
Queue: Lithium-WebDriver

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

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



Subject: Possible hash randomization problems in test suite
t/03-utils.t may fail because of unexpected order, which is an indication for a possible hash randomization problem: # Failed test 'Ensure default dump output' # at t/03-utils.t line 43. # STDERR is: # DEBUG> $VAR1 = \{ # DEBUG> 'test2' => 'test string 2', # DEBUG> 'test1' => 'test string 1' # DEBUG> }; # # not: # DEBUG> $VAR1 = \{ # DEBUG> 'test1' => 'test string 1', # DEBUG> 'test2' => 'test string 2' # DEBUG> }; # # as expected # Looks like you failed 1 test of 7. t/03-utils.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/7 subtests