re-enable t7812-grep-icase-non-ascii on s390x
We disabled t7812's 'PCRE v2: grep non-ASCII from invalid UTF-8 data'
test in 33ecb78
(skip failing test in t7812-grep-icase-non-ascii on
s390x, 2019-10-24).
It was subsequently fixed upstream in e714b898c6 (t7812: expect failure
for grep -i with invalid UTF-8 data, 2019-11-29) and more recently
improved with a4fea08b6e (grep/pcre2 tests: don't rely on invalid UTF-8
data test, 2021-01-24).
Don't skip the test any longer.
This commit is contained in:
parent
0cb8e1a378
commit
9163954e0f
13
git.spec
13
git.spec
@ -883,16 +883,6 @@ GIT_SKIP_TESTS="$GIT_SKIP_TESTS t9115"
|
||||
%endif
|
||||
# endif %%{power64}
|
||||
|
||||
%ifarch s390x
|
||||
# Skip tests which fail on s390x
|
||||
#
|
||||
# t7812-grep-icase-non-ascii's "PCRE v2: grep non-ASCII from invalid UTF-8
|
||||
# data" test fails on big-endian arches. This is known upstream and will
|
||||
# hopefully be resolved soon (2019/10/24, tmz)
|
||||
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t7812.11"
|
||||
%endif
|
||||
# endif s390x
|
||||
|
||||
export GIT_SKIP_TESTS
|
||||
|
||||
# Set LANG so various UTF-8 tests are run
|
||||
@ -1085,6 +1075,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Todd Zullinger <tmz@pobox.com>
|
||||
- re-enable t7812-grep-icase-non-ascii on s390x
|
||||
|
||||
* Tue Feb 09 2021 Todd Zullinger <tmz@pobox.com> - 2.30.1-1
|
||||
- update to 2.30.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user