Skip Menu |

This queue is for tickets about the Devel-PerlySense CPAN distribution.

Report information
The Basics
Id: 124853
Status: new
Priority: 0/
Queue: Devel-PerlySense

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

Bug Information
Severity: (no value)
Broken in:
  • 0.0219
  • 0.0220
  • 0.0221
Fixed in: (no value)



Subject: t/PerlySense-Document-Meta-module.t fails
On some of my smoker systems one test fails: ... # Failed test ' found correct number of modules' # at t/PerlySense-Document-Meta-module.t line 31. # got: '20' # expected: '18' # Failed test ' no module at (42, 5) string literal 'Exception'' # at t/PerlySense-Document-Meta-module.t line 53. # got: 'HASH(0x51256f8)' # expected: undef # Details: $VAR1 = { # 'module' => 'Exception', # 'oNode' => bless( { # '_location' => [ # 42, # 5, # 5, # 42, # undef # ], # 'content' => '\'Exception\'', # 'separator' => '\'' # }, 'PPI::Token::Quote::Single' ) # }; # Looks like you failed 2 tests of 28. t/PerlySense-Document-Meta-module.t ............................... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/28 subtests ...
On 2018-03-21 17:58:57, SREZIC wrote: Show quoted text
> On some of my smoker systems one test fails: > > ... > # Failed test ' found correct number of modules' > # at t/PerlySense-Document-Meta-module.t line 31. > # got: '20' > # expected: '18' > > # Failed test ' no module at (42, 5) string literal 'Exception'' > # at t/PerlySense-Document-Meta-module.t line 53. > # got: 'HASH(0x51256f8)' > # expected: undef > # Details: $VAR1 = { > # 'module' => 'Exception', > # 'oNode' => bless( { > # '_location' => [ > # 42, > # 5, > # 5, > # 42, > # undef > # ], > # 'content' => '\'Exception\'', > # 'separator' => '\'' > # }, 'PPI::Token::Quote::Single' ) > # }; > # Looks like you failed 2 tests of 28. > t/PerlySense-Document-Meta-module.t ............................... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/28 subtests > ...
Devel-PerlySense-0.0220 still fails on some systems, however now with a different count: # Failed test ' found correct number of modules' # at t/PerlySense-Document-Meta-module.t line 31. # got: '21' # expected: '18' # Failed test ' no module at (42, 5) string literal 'Exception'' # at t/PerlySense-Document-Meta-module.t line 53. # got: 'HASH(0x4ab51678)' # expected: undef # Details: $VAR1 = { # "oNode" => bless( { # "_location" => [ # 42, # 5, # 5, # 42, # "data/project-lib/Game/Object/Worm.pm" # ], # "separator" => "'", # "content" => "'Exception'" # }, 'PPI::Token::Quote::Single' ), # "module" => "Exception" # }; # Failed test ' no module at (159, 16) string literal "O"' # at t/PerlySense-Document-Meta-module.t line 53. # got: 'HASH(0x4ab54780)' # expected: undef # Details: $VAR1 = { # "oNode" => bless( { # "_location" => [ # 159, # 16, # 16, # 159, # "data/project-lib/Game/Object/Worm.pm" # ], # "separator" => "\"", # "content" => "\"L\"" # }, 'PPI::Token::Quote::Double' ), # "module" => "L" # }; # Looks like you failed 3 tests of 28. t/PerlySense-Document-Meta-module.t ............................... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/28 subtests