[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-7.1.81-9b653 test results
From: |
Matthew Woehlke |
Subject: |
Re: coreutils-7.1.81-9b653 test results |
Date: |
Thu, 26 Mar 2009 17:57:41 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.21) Gecko/20090320 Fedora/2.0.0.21-1.fc10 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0 |
Matthew Woehlke wrote:
==== AIX ====
2 of 370 fail, 61 skipped
1 of 122 fail, 12 skipped
(gnulib folks can skip the first two)
FAIL: misc/printf.log (exit: 1)
===============================
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
--version
printf (GNU coreutils) 7.1.81-9b653
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie.
+ . ./test-lib.sh
+ unset function_test
+ eval function_test() { return 11; }; function_test
+ function_test
+ test 11 != 11
+ + pwd
test_dir_=/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/tests
+ + this_test_
this_test=printf
+ + /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/mktemp
-d --tmp=/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/tests
cu-printf.XXXXXXXXXX
t_=/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/tests/cu-printf.mx8TeM3maX
+ trap remove_tmp_ 0
+ trap Exit $? 1 2 13 15
+ cd
/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/tests/cu-printf.mx8TeM3maX
+ 2>& 1 1> /dev/null
+ grep GNU
+ diff --version
+ 0< /dev/null 2>& 1
+ getlimits_
+ fail=0
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
-- foo\n
+ 1> out
+ cat
+ 0< /tmp/sh1146912.3 1> exp
+ compare out exp
+ rm -f out exp
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 1
%*sy\n -3 x
+ 1> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 2
\x
+ 1> /dev/null 2>& 1
+ echo 2 failed, as expected
+ 1>> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 3
\x40\n
+ 1>> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 4
\x40\n
+ 1>> out
+ POSIXLY_CORRECT=1
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 5
% +d\n 234
+ 1>> out
+ tr \41 !
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 6
\41\n
+ 1>> out
+ tr \0\2 *=
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 7
\2y \02y \002y \0002y\n
+ 1>> out
+ tr \1 =
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 8
%b %b %b %b\n \1y \01y \001y \0001y
+ 1>> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf 9
%*dx\n -2 0
+ 1>> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
10 %.*dx\n -2147483649 0
+ 1>> out
/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf:
-2147483649: Result too large
+ fail=1
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
%.*dx\n 2147483648 0
+ 1>> out 2> /dev/null
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
11 %*c\n 2 x
+ 1>> out
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
%#d\n 0
+ 1>> out 2> /dev/null
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
%0s\n 0
+ 1>> out 2> /dev/null
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
%.9c\n 0
+ 1>> out 2> /dev/null
+ /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/src/printf
%'s\n 0
+ 1>> out 2> /dev/null
+ cat
+ 0< /tmp/sh1146912.5 1> exp
+ compare out exp
--- out 2009-03-26 13:25:19.000000000 -0800
+++ exp 2009-03-26 13:25:20.000000000 -0800
@@ -8,5 +8,4 @@
8 =y =y =y =y
9 0 x
10 0x
-x
11 x
+ fail=1
+ Exit 1
+ remove_tmp_
FAIL: misc/printf-cov.log (exit: 1)
===================================
printf (GNU coreutils) 7.1.81-9b653
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie.
no-args...
no-arg2...
escape-1...
hex-ucX...
hex-ucXw...
hex-ucXp...
hex-ucXwp...
hex-vw...
hex-vp...
hex-vwvp...
b...
c1...
cw...
d-ucXwp...
d-vw...
d-vp...
d-vwvp...
d-neg-prec...
d-big-prec...
printf: test d-big-prec: stderr mismatch, comparing d-big-prec.E
(actual) and d-big-prec.1 (expected)
*** d-big-prec.E Thu Mar 26 13:25:25 2009
--- d-big-prec.1 Thu Mar 26 13:25:25 2009
***************
*** 1,2 ****
! printf: 2147483648: Result too large
! printf: write error: Not enough space
--- 1 ----
! printf: invalid precision: 2147483648
d-big-fwidth...
printf: test d-big-fwidth: stderr mismatch, comparing d-big-fwidth.E
(actual) and d-big-fwidth.1 (expected)
*** d-big-fwidth.E Thu Mar 26 13:25:25 2009
--- d-big-fwidth.1 Thu Mar 26 13:25:25 2009
***************
*** 1,2 ****
! printf: 2147483648: Result too large
! printf: write error: Not enough space
--- 1 ----
! printf: invalid field width: 2147483648
F...
LF...
E...
LE...
s...
sw...
sp...
swp...
sw-no-args...
sw-no-args2...
G-ucXwp...
G-vw...
G-vp...
G-vwvp...
esc...
esc-bad-hex...
u-invalid...
u-missing...
d-invalid...
d-bad-suffix...
d-out-of-range...
excess...
percent...
d-sp...
d-plus...
d-minus...
d-zero...
d-quote...
d-hash...
FAIL: test-copy-acl.sh.log (exit: 1)
====================================
+ test 1 = 0
+ func_tmpdir
+ + pwd
builddir=/home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/gnulib-tests
+ cd /home/install/gnu/build/rs6000_aix/coreutils-7.1.81-9b653/gnulib-tests
+ cd /tmp/gl655438-8551
+ rm -f tmpfile[0-9] tmpaclout[0-2]
+ echo Simple contents
+ 1> tmpfile0
+ chmod 600 tmpfile0
+ acl_flavor=none
+ 2> /dev/null
+ 2> /dev/null
+ 2> /dev/null
+ 2> /dev/null
+ acl_flavor=aix
+ func_test_copy tmpfile0 tmpfile1
files tmpfile0 and tmpfile1 have different ACL entries
+ exit 1
--
Matthew
Please do not quote my e-mail address unobfuscated in message bodies.
--
"We're all mad here. I'm mad. You're mad... You must be, or you wouldn't
have come here." -- The Cheshire Cat (from Lewis Carroll's Alice in
Wonderland)
- (final-before-7.2?) snapshot imminent, Jim Meyering, 2009/03/26
- new snapshot available: coreutils-7.1.81-9b653, Jim Meyering, 2009/03/26
- coreutils-7.1.81-9b653 test results (was: new snapshot available), Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results,
Matthew Woehlke <=
- gnulib build failure on risc/HP-UX (was: coreutils-7.1.81-9b653 test results), Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Eric Blake, 2009/03/26
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/27
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/27
- Re: coreutils-7.1.81-9b653 test results, Eric Blake, 2009/03/27
- Re: coreutils-7.1.81-9b653 test results, Matthew Woehlke, 2009/03/27