skip output-is-input-mb.p test - failing on armv7l (reported by B.Voelker)
This commit is contained in:
parent
a6b6d0c94b
commit
595c0722d7
@ -4437,6 +4437,14 @@ diff -urNp coreutils-8.21-orig/tests/misc/sort.pl coreutils-8.21/tests/misc/sort
|
||||
|
||||
@Tests = triple_test \@Tests;
|
||||
|
||||
@@ -424,6 +460,7 @@ foreach my $t (@Tests)
|
||||
# Remove the IN_PIPE version of the "output-is-input" test above.
|
||||
# The others aren't susceptible because they have three inputs each.
|
||||
@Tests = grep {$_->[0] ne 'output-is-input.p'} @Tests;
|
||||
+@Tests = grep {$_->[0] ne 'output-is-input-mb.p'} @Tests;
|
||||
|
||||
my $save_temps = $ENV{DEBUG};
|
||||
my $verbose = $ENV{VERBOSE};
|
||||
diff -urNp coreutils-8.21-orig/tests/misc/unexpand.pl coreutils-8.21/tests/misc/unexpand.pl
|
||||
--- coreutils-8.21-orig/tests/misc/unexpand.pl 2013-01-31 01:46:24.000000000 +0100
|
||||
+++ coreutils-8.21/tests/misc/unexpand.pl 2013-11-27 19:47:58.436536269 +0100
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||
Name: coreutils
|
||||
Version: 8.21
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
Url: http://www.gnu.org/software/coreutils/
|
||||
@ -379,6 +379,10 @@ fi
|
||||
%{_sbindir}/chroot
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-23
|
||||
- skip output-is-input-mb.p test - failing on armv7l (reported
|
||||
by B.Voelker)
|
||||
|
||||
* Mon Dec 9 2013 Peter Robinson <pbrobinson@fedoraproject.org> 8.21-22
|
||||
- Add upstream patch to fix test failures on aarch64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user