From: Thomas Rast <trast@student.ethz.ch>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: <git@vger.kernel.org>
Subject: t4111 fails under valgrind
Date: Fri, 30 Jul 2010 12:18:52 +0200 [thread overview]
Message-ID: <201007301218.52437.trast@student.ethz.ch> (raw)
Hi Jonathan
t4111 never worked under valgrind on my machine, building 9f41a91 and
then running it with --valgrind results in:
expecting success:
cp postimage expected &&
reset_subdir preimage other &&
(
cd sub/dir &&
test_must_fail git apply --index "$patch"
) &&
reset_subdir other preimage &&
(
cd sub/dir &&
test_must_fail git apply --index "$patch"
) &&
reset_subdir preimage preimage &&
(
cd sub/dir &&
git apply --index "$patch"
) &&
git show :sub/dir/file >actual &&
test_cmp expected actual &&
test_cmp expected sub/dir/file
error: sub/dir/file: does not match index
error: sub/dir/file: does not match index
error: sub/dir/file: does not match index
not ok - 5 apply --index from subdir of toplevel
#
# cp postimage expected &&
# reset_subdir preimage other &&
# (
# cd sub/dir &&
# test_must_fail git apply --index "$patch"
# ) &&
# reset_subdir other preimage &&
# (
# cd sub/dir &&
# test_must_fail git apply --index "$patch"
# ) &&
# reset_subdir preimage preimage &&
# (
# cd sub/dir &&
# git apply --index "$patch"
# ) &&
# git show :sub/dir/file >actual &&
# test_cmp expected actual &&
# test_cmp expected sub/dir/file
#
Any ideas what might be going wrong?
--
Thomas Rast
trast@{inf,student}.ethz.ch
next reply other threads:[~2010-07-30 10:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-30 10:18 Thomas Rast [this message]
2010-07-30 18:31 ` t4111 fails under valgrind Jonathan Nieder
2010-07-30 18:39 ` Thomas Rast
2010-08-04 10:06 ` Thomas Rast
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=201007301218.52437.trast@student.ethz.ch \
--to=trast@student.ethz.ch \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.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).