Skip Menu |

This queue is for tickets about the JavaScript-Ectype CPAN distribution.

Report information
The Basics
Id: 117492
Status: new
Priority: 0/
Queue: JavaScript-Ectype

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

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



Subject: Hash randomization (?) issue in tests
Some tests fail with differences like this (Test2 and Test1 swapped) --- maybe a hash randomization issue? # Failed test 'within_by_component' # at t/basic.t line 79. # got: '"package".namespace().depends();"package2".namespace().depends();"package".namespace().within(["Test1","Test2"],function(Test1,Test2){"package2".namespace().within(["Test2","Test1"],function(Test22,Test21){(function(){var Test=Class.create({initialize:function(name){this.name=name:}});new Test("<TMPL_VAR NAME=text>");})();});});' # expected: '"package".namespace().depends();"package2".namespace().depends();"package".namespace().within(["Test2","Test1"],function(Test2,Test1){"package2".namespace().within(["Test2","Test1"],function(Test22,Test21){(function(){var Test=Class.create({initialize:function(name){this.name=name:}});new Test("<TMPL_VAR NAME=text>");})();});});'