Skip Menu |

This queue is for tickets about the Tree-Binary-XS CPAN distribution.

Report information
The Basics
Id: 119993
Status: new
Priority: 0/
Queue: Tree-Binary-XS

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

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



Subject: t/00-basic.t fails on some systems
On some of my smoker systems (e.g. running on Ubuntu 16.04) I see the following test failure: ... Failed test 'normal update' # at t/00-basic.t line 44. # Failed test at t/00-basic.t line 48. # got: 'Johnson' # expected: 'John' $VAR1 = 10; $VAR2 = { 'name' => 'Bob', 'id' => 10 }; $VAR1 = 8; $VAR2 = { 'name' => 'John', 'id' => 8 }; # Looks like you failed 2 tests of 24. t/00-basic.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/24 subtests ...
On 2017-01-26 03:03:55, SREZIC wrote: Show quoted text
> On some of my smoker systems (e.g. running on Ubuntu 16.04) I see the > following test failure: > > ... > Failed test 'normal update' > # at t/00-basic.t line 44. > > # Failed test at t/00-basic.t line 48. > # got: 'Johnson' > # expected: 'John' > $VAR1 = 10; > $VAR2 = { > 'name' => 'Bob', > 'id' => 10 > }; > $VAR1 = 8; > $VAR2 = { > 'name' => 'John', > 'id' => 8 > }; > # Looks like you failed 2 tests of 24. > t/00-basic.t ........ > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/24 subtests > ...
Also seen on Debian/stretch systems.