Disable t5000-tar-tree.sh on x86 in f28

This test was passing as recently as last week.  Something seems to have
changed or broken in the x86 arch of f28 since then.  Disable the test
until the issue is determined and resolved.
This commit is contained in:
Todd Zullinger 2018-01-18 10:34:30 -05:00
parent 62f562d630
commit a9982274b4

View File

@ -590,6 +590,19 @@ GIT_SKIP_TESTS="t9128.[34] t9141.[34] t9167.3"
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5541.33 t5551.25"
%endif
%ifarch %{ix86}
# Skip tests which fail on x86
#
# t5000-tar-tree fails on x86 in f28:
# ++ git archive --remote=. --format=tar.gz HEAD
# remote: fatal: Unknown archive format 'tar.gz'
# fatal: The remote end hung up unexpectedly
# There must be something broken or changed in f28 to cause this
%if 0%{?fedora} && 0%{?fedora} == 28
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5000"
%endif
%endif
%ifarch %{power64}
# Skip tests which fail on ppc
#
@ -771,6 +784,7 @@ rm -rf %{buildroot}
* Thu Jan 18 2018 Todd Zullinger <tmz@pobox.com> - 2.16.0-1
- Update to 2.16.0
- Use 'prove' as test harness, enable shell tracing
- Disable t5000-tar-tree.sh on x86 in f28
* Fri Jan 12 2018 Todd Zullinger <tmz@pobox.com>
- Add %%{emacs_filesystem} to simplify emacs support