From: Thomas Rast <trast@student.ethz.ch>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH v2 0/8] Support coverage testing with GCC/gcov
Date: Thu, 19 Feb 2009 12:13:34 +0100 [thread overview]
Message-ID: <cover.1235041345.git.trast@student.ethz.ch> (raw)
In-Reply-To: <7v7i3nqk0x.fsf@gitster.siamese.dyndns.org>
Junio C Hamano wrote:
> [Will merge to 'next' soon]
>
> * tr/gcov (Sun Feb 15 23:25:45 2009 +0100) 8 commits
> - Test git-patch-id
> - Test rev-list --parents/--children
> - Test log --decorate
> - Test fsck a bit harder
> - Test log --graph
> - Test diff --dirstat functionality
> - Test that diff can read from stdin
> - Support coverage testing with GCC/gcov
I noticed two small things that I'd like to fix before this goes
'next', so here they are:
* [1/8] Support coverage testing with GCC/gcov
Changed it so the compilation (but not the testing) uses the same -j
flags as the caller, so that compilation can be done in parallel.
(It's rather minor compared to the slow testing with optimizations
turned off, but still.)
* [5/8] Test fsck a bit harder
Fixed an invocation of hash-objects that lacked --stdin. I also
added some debugging cats to make it easier to fix the grep
invocation when fsck actually starts printing errors for these
corruptions.
Apart from that it's the same.
Thanks!
Thomas Rast (8):
Support coverage testing with GCC/gcov
Test that diff can read from stdin
Test diff --dirstat functionality
Test log --graph
Test fsck a bit harder
Test log --decorate
Test rev-list --parents/--children
Test git-patch-id
Makefile | 24 ++++
t/t1450-fsck.sh | 67 +++++++++++
t/t4002-diff-basic.sh | 8 ++
t/t4013-diff-various.sh | 5 +
t/t4013/diff.diff_--dirstat_master~1_master~2 | 3 +
t/t4013/diff.log_--decorate_--all | 34 ++++++
t/t4013/diff.rev-list_--children_HEAD | 7 +
t/t4013/diff.rev-list_--parents_HEAD | 7 +
t/t4202-log.sh | 148 +++++++++++++++++++++++++
t/t4203-patch-id.sh | 38 +++++++
10 files changed, 341 insertions(+), 0 deletions(-)
create mode 100644 t/t4013/diff.diff_--dirstat_master~1_master~2
create mode 100644 t/t4013/diff.log_--decorate_--all
create mode 100644 t/t4013/diff.rev-list_--children_HEAD
create mode 100644 t/t4013/diff.rev-list_--parents_HEAD
create mode 100755 t/t4203-patch-id.sh
next prev parent reply other threads:[~2009-02-19 11:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-19 1:42 What's cooking in git.git (Feb 2009, #06; Wed, 18) Junio C Hamano
2009-02-19 11:13 ` Thomas Rast [this message]
2009-02-19 11:13 ` [PATCH v2 1/8] Support coverage testing with GCC/gcov Thomas Rast
2009-02-19 11:13 ` [PATCH v2 2/8] Test that diff can read from stdin Thomas Rast
2009-02-19 11:13 ` [PATCH v2 3/8] Test diff --dirstat functionality Thomas Rast
2009-02-19 11:13 ` [PATCH v2 4/8] Test log --graph Thomas Rast
2009-02-19 11:13 ` [PATCH v2 5/8] Test fsck a bit harder Thomas Rast
2009-02-20 19:40 ` [PATCH v3] " Thomas Rast
2009-02-20 20:29 ` Johannes Sixt
2009-02-21 11:25 ` [PATCH v4] " Thomas Rast
2009-02-21 19:21 ` Johannes Sixt
2009-03-01 22:32 ` [PATCH v5] " Thomas Rast
2009-03-03 7:31 ` Junio C Hamano
2009-02-19 11:13 ` [PATCH v2 6/8] Test log --decorate Thomas Rast
2009-02-19 11:13 ` [PATCH v2 7/8] Test rev-list --parents/--children Thomas Rast
2009-02-19 11:13 ` [PATCH v2 8/8] Test git-patch-id Thomas Rast
2009-02-19 13:46 ` [PATCH v2 0/8] Support coverage testing with GCC/gcov Johannes Schindelin
2009-02-19 14:11 ` Thomas Rast
2009-02-19 14:09 ` Sverre Rabbelier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1235041345.git.trast@student.ethz.ch \
--to=trast@student.ethz.ch \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).