Skip to content

Instantly share code, notes, and snippets.

@eserte
Created September 19, 2014 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eserte/db65803ae0db7b2cf94c to your computer and use it in GitHub Desktop.
Save eserte/db65803ae0db7b2cf94c to your computer and use it in GitHub Desktop.
Output from '/usr/bin/make test':
Running Mkbootstrap for Git::Raw ()
chmod 644 "Raw.bs"
PERL_DL_NONLAZY=1 "/bbbike/perl-5.20.0t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t .............. ok
t/01-repo.t ................. ok
# Failed test at t/02-commit.t line 244.
# got: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: [PATCH] second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git c/test2 c/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ c/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# expected: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: [PATCH] second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git a/test2 b/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ b/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# Failed test at t/02-commit.t line 274.
# got: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: [PATCH 1/2] second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git c/test2 c/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ c/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# expected: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: [PATCH 1/2] second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git a/test2 b/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ b/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# Failed test at t/02-commit.t line 303.
# got: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git c/test2 c/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ c/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# expected: '
# From 072b35c7b854a0e8d63335cd636079658f5a0a28 Mon Sep 17 00:00:00 2001
# From: Git::Raw author <git-xs@example.com>
# Subject: second commit
#
# ---
# test2 | 1 +
# 1 file changed, 1 insertion(+), 0 deletions(-)
# create mode 100644 test2
#
# diff --git a/test2 b/test2
# new file mode 100644
# index 0000000..7b79d2f
# --- /dev/null
# +++ b/test2
# @@ -0,0 +1 @@
# +this is a second test
# \ No newline at end of file
# --
# libgit2 0.21.0
# '
# Looks like you failed 3 tests of 146.
t/02-commit.t ...............
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/146 subtests
t/03-tag.t .................. ok
t/04-walker.t ............... ok
t/05-tree.t ................. ok
t/06-reference.t ............ ok
# remote fetch tests require network
t/07-remote.t ............... ok
t/08-branch.t ............... ok
t/09-diff.t ................. ok
t/10-clone.t ................ skipped: remote clone tests require network
t/11-stash.t ................ ok
t/12-blob.t ................. ok
t/13-checkout.t ............. ok
t/14-tree-builder.t ......... ok
t/15-merge.t ................ ok
t/16-reflog.t ............... ok
t/17-filter.t ............... ok
t/18-blame.t ................ ok
# remote push tests require network
t/19-push.t ................. ok
t/20-pathspec.t ............. ok
t/21-cherrypick.t ........... ok
t/22-revert.t ............... ok
# Build info:
# Built with threads support: 1
# Built with HTTPS support: 1
# Built with SSH support: 1
t/23-diagnostics.t .......... ok
t/99-cleanup.t .............. ok
t/release-check-manifest.t .. skipped: these tests are for release candidate testing
t/release-pod-coverage.t .... skipped: these tests are for release candidate testing
t/release-pod-syntax.t ...... skipped: these tests are for release candidate testing
Test Summary Report
-------------------
t/02-commit.t (Wstat: 768 Tests: 146 Failed: 3)
Failed tests: 55-57
Non-zero exit status: 3
Files=28, Tests=1024, 2 wallclock secs ( 0.11 usr 0.15 sys + 1.50 cusr 0.96 csys = 2.72 CPU)
Result: FAIL
Failed 1/28 test programs. 3/1024 subtests failed.
make: *** [test_dynamic] Fehler 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment