Skip Menu |

This queue is for tickets about the Digest-PBKDF2 CPAN distribution.

Report information
The Basics
Id: 123976
Status: open
Priority: 0/
Queue: Digest-PBKDF2

People
Owner: amiribarksdale [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.011
  • 0.012
Fixed in: (no value)



Subject: Failed test 'I cannot change my salt_len'
On all of my smokers: ... # Failed test 'I cannot change my salt_len' # at t/01_basic.t line 17. # expecting: Regexp ((?^:read-only accessor)) # found: Usage: Crypt::PBKDF2::salt_len(self) at t/01_basic.t line 17. # I will try a password_pre_salt first # I will try no salt this time # Looks like you failed 1 test of 25. t/01_basic.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests ...
On 2017-12-31 02:54:48, SREZIC wrote: Show quoted text
> On all of my smokers:
I have to correct myself: it's not _all_ but still _most_ of my smoker systems. However, I don't see a pattern where the test suite passes... Show quoted text
> > ... > # Failed test 'I cannot change my salt_len' > # at t/01_basic.t line 17. > # expecting: Regexp ((?^:read-only accessor)) > # found: Usage: Crypt::PBKDF2::salt_len(self) at t/01_basic.t line 17. > # I will try a password_pre_salt first > # I will try no salt this time > # Looks like you failed 1 test of 25. > t/01_basic.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/25 subtests > ...
On Sun Dec 31 03:17:26 2017, SREZIC wrote: Show quoted text
> On 2017-12-31 02:54:48, SREZIC wrote:
> > On all of my smokers:
> > I have to correct myself: it's not _all_ but still _most_ of my smoker > systems. > However, I don't see a pattern where the test suite passes... >
> > > > ... > > # Failed test 'I cannot change my salt_len' > > # at t/01_basic.t line 17. > > # expecting: Regexp ((?^:read-only accessor)) > > # found: Usage: Crypt::PBKDF2::salt_len(self) at t/01_basic.t line > > 17. > > # I will try a password_pre_salt first > > # I will try no salt this time > > # Looks like you failed 1 test of 25. > > t/01_basic.t .. > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/25 subtests > > ...
I am trying to reproduce this and having difficulty.