Skip Menu |

This queue is for tickets about the Git-Gitalist CPAN distribution.

Report information
The Basics
Id: 125233
Status: new
Priority: 0/
Queue: Git-Gitalist

People
Owner: Nobody in particular
Requestors: mbow.gora [...] gmail.com
Cc:
AdminCc:

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



Subject: failed tests t/02git_object.t and t/02git_Repository.t on Ubuntu 16.04 / perl 5.22 / git 2.7.4
Date: Sat, 28 Apr 2018 17:58:26 +0200
To: bug-Git-Gitalist [...] rt.cpan.org
From: gora mbow <mbow.gora [...] gmail.com>
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00git_version.t t/02git_head.t t/02git_object.t t/02git_Repository.t t/02git_tag.t t/02git_util.t t/00git_version.t ..... 1/? Git version: git version 2.7.4 t/00git_version.t ..... ok t/02git_head.t ........ ok t/02git_object.t ...... 1/? Any::Moose is deprecated. Please use Moo instead at /usr/local/share/perl/5.22.1/Method/Signatures.pm line 1293. # Failed test 'commit_obj->get_patch can return a patchset' # at t/02git_object.t line 195. # got: '0' # expected: '3' Contents was at t/02git_object.t line 195. # Looks like you failed 1 test of 38. t/02git_object.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/38 subtests t/02git_Repository.t .. 1/? Any::Moose is deprecated. Please use Moo instead at /usr/local/share/perl/5.22.1/Method/Signatures.pm line 1293. t/02git_Repository.t .. 18/? # Failed test 'Serialized correctly' # at t/02git_Repository.t line 85. # Structures begin differing at: # $got->{tags}[0]{ref_type} = undef # $expected->{tags}[0]{ref_type} = Does not exist # Looks like you failed 1 test of 28. t/02git_Repository.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/28 subtests t/02git_tag.t ......... ok t/02git_util.t ........ 1/? Any::Moose is deprecated. Please use Moo instead at /usr/local/share/perl/5.22.1/Method/Signatures.pm line 1293. t/02git_util.t ........ ok Test Summary Report ------------------- t/02git_object.t (Wstat: 256 Tests: 38 Failed: 1) Failed test: 37 Non-zero exit status: 1 t/02git_Repository.t (Wstat: 256 Tests: 28 Failed: 1) Failed test: 28 Non-zero exit status: 1 Files=6, Tests=89, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.72 cusr 0.34 csys = 4.10 CPU) Result: FAIL Failed 2/6 test programs. 2/89 subtests failed. Makefile:817 : la recette pour la cible « test_dynamic » a échouée make: *** [test_dynamic] Erreur 255 FAIL ------------------ $ uname -a Linux g-pc 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ git --version git version 2.7.4 $