From: Todd Zullinger <tmz@pobox.com>
To: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Cc: git@vger.kernel.org, "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: Re: [BUG]: Testsuite failures on big-endian targets
Date: Sat, 19 Oct 2019 20:26:48 -0400 [thread overview]
Message-ID: <20191020002648.GZ10893@pobox.com> (raw)
In-Reply-To: <f1ce445e-6954-8e7b-2dca-3a566ce689a5@physik.fu-berlin.de>
Hello,
[+cc: Ævar]
John Paul Adrian Glaubitz wrote:
> The testsuite is failing again on s390x and all other big-endian targets in
> Debian. For a full build log on s390x see [1].
>
> Adrian
>
>> [1] https://buildd.debian.org/status/fetch.php?pkg=git&arch=s390x&ver=1%3A2.24.0%7Erc0-1&stamp=1571440098&raw=0
With t0500 resolved by <20191019233706.GM29845@szeder.dev>,
that just leaves the one failure in t7812.
Test Summary Report
-------------------
t7812-grep-icase-non-ascii.sh (Wstat: 256 Tests: 11 Failed: 1)
Failed test: 11
Non-zero exit status: 1
Files=879, Tests=21880, 404 wallclock secs ( 3.38 usr 1.15 sys + 440.87 cusr 729.29 csys = 1174.69 CPU)
Result: FAIL
The failing test output:
expecting success of 7812.11 'PCRE v2: grep non-ASCII from invalid UTF-8 data with -i':
test_might_fail git grep -hi "Æ" invalid-0x80 >actual &&
test_cmp expected actual &&
test_must_fail git grep -hi "(*NO_JIT)Æ" invalid-0x80 &&
test_cmp expected actual
++ test_might_fail git grep -hi Æ invalid-0x80
++ test_must_fail ok=success git grep -hi Æ invalid-0x80
++ case "$1" in
++ _test_ok=success
++ shift
++ git grep -hi Æ invalid-0x80
fatal: pcre2_match failed with error code -22: UTF-8 error: isolated byte with 0x80 bit set
++ exit_code=128
++ test 128 -eq 0
++ test_match_signal 13 128
++ test 128 = 141
++ test 128 = 269
++ return 1
++ test 128 -gt 129
++ test 128 -eq 127
++ test 128 -eq 126
++ return 0
++ test_cmp expected actual
++ diff -u expected actual
--- expected 2019-10-19 21:56:08.634252012 +0000
+++ actual 2019-10-19 21:56:08.714252012 +0000
@@ -1 +0,0 @@
-ævar
error: last command exited with $?=1
not ok 11 - PCRE v2: grep non-ASCII from invalid UTF-8 data with -i
#
# test_might_fail git grep -hi "Æ" invalid-0x80 >actual &&
# test_cmp expected actual &&
# test_must_fail git grep -hi "(*NO_JIT)Æ" invalid-0x80 &&
# test_cmp expected actual
#
# failed 1 among 11 test(s)
I'm not flush on time to even try to look much; but I'd be
kidding myself if I said I was likely to find the issue
quickly. ;)
But I'm pretty sure it will be obvious to someone here.
--
Todd
prev parent reply other threads:[~2019-10-20 0:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-31 6:37 [BUG]: Testsuite failures on big-endian targets John Paul Adrian Glaubitz
2019-07-31 7:17 ` Todd Zullinger
2019-10-19 21:38 ` John Paul Adrian Glaubitz
2019-10-19 23:37 ` [PATCH] test-progress: fix test failures on big-endian systems SZEDER Gábor
2019-10-19 23:55 ` John Paul Adrian Glaubitz
2019-10-20 0:19 ` Todd Zullinger
2019-10-21 0:52 ` Junio C Hamano
2019-10-21 3:21 ` Jeff King
2019-10-21 8:51 ` Junio C Hamano
2019-10-21 18:49 ` Jeff King
2019-10-23 1:58 ` Junio C Hamano
2019-10-24 17:24 ` SZEDER Gábor
2019-10-24 17:55 ` Jeff King
2019-10-20 0:26 ` Todd Zullinger [this message]
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=20191020002648.GZ10893@pobox.com \
--to=tmz@pobox.com \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=glaubitz@physik.fu-berlin.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.