On Wed, 22 Mar 2006, Eric Blake wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> According to Hugh Sasse on 3/22/2006 2:50 AM:
> > 
> > Anything else I can tell you?
> 
> Try running 'make -C tests/dd TESTS=skip-seek DEBUG=yes VERBOSE=yes check'
> so we can see exactly what the testsuite attempted.  Maybe something in
> there will point out the culprit.

Attached.
> 
        Hugh
Script started on Wed Mar 22 12:38:26 2006
brains hgs 11 %> cd coreutils-5.94


brains hgs 12 %> bash


bash-2.05$ gmake -C tests/dd TESTS=skip-seek DEBUG=yes VERBOSE=yes check

gmake: Entering directory `/export/home/Scratch/hgs/coreutils-5.94/tests/dd'

gmake  check-TESTS

gmake[1]: Entering directory `/export/home/Scratch/hgs/coreutils-5.94/tests/dd'

dd (coreutils) 5.94

Copyright (C) 2006 Free Software Foundation, Inc.

This is free software.  You may redistribute copies of it under the terms of

the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.

There is NO WARRANTY, to the extent permitted by law.



Written by Paul Rubin, David MacKenzie, and Stuart Kemp.

creating file `sk-seek1.1' with contents `0123456789abcdef'

creating file `sk-seek1.2' with contents `zyxwvutsrqponmlkji'

creating file `sk-seek1.3' with contents `'

creating file `sk-seek1.4' with contents `3+0 records in

3+0 records out

'

creating file `sk-seek1.5' with contents `zy123utsrqponmlkji'

sk-seek1...

Running command: `dd bs=1 skip=1 seek=2 conv=notrunc count=3 status=noxfer 
of=sk-seek1.2 < 'sk-seek1.1' > sk-seek1.O 2> sk-seek1.E'

creating file `sk-seek2.1' with contents `0123456789abcdef'

creating file `sk-seek2.2' with contents `zyxwvutsrqponmlkji'

creating file `sk-seek2.3' with contents `'

creating file `sk-seek2.4' with contents `1+0 records in

1+0 records out

'

creating file `sk-seek2.5' with contents `zyxwv56789ponmlkji'

sk-seek2...

Running command: `dd bs=5 skip=1 seek=1 conv=notrunc count=1 status=noxfer 
of=sk-seek2.2 < 'sk-seek2.1' > sk-seek2.O 2> sk-seek2.E'

creating file `sk-seek3.1' with contents `0123456789abcdef'

creating file `sk-seek3.2' with contents `zyxwvutsrqponmlkji'

creating file `sk-seek3.3' with contents `'

creating file `sk-seek3.4' with contents `1+0 records in

1+0 records out

'

creating file `sk-seek3.5' with contents `zyxwv56789'

sk-seek3...

Running command: `dd bs=5 skip=1 seek=1 count=1 status=noxfer of=sk-seek3.2 < 
'sk-seek3.1' > sk-seek3.O 2> sk-seek3.E'

creating file `block-sync-1.1' with contents `01234567

abcdefghijkl

'

creating file `block-sync-1.2' with contents `01234567  abcdefghij          '

creating file `block-sync-1.3' with contents `2+1 records in

0+1 records out

1 truncated record

'

block-sync-1...

Running command: `dd ibs=10 cbs=10 status=noxfer conv=block,sync < 
'block-sync-1.1' > block-sync-1.O 2> block-sync-1.E'

-: test block-sync-1: stderr mismatch, comparing block-sync-1.E (actual) and 
block-sync-1.3 (expected)

*** block-sync-1.E      Wed Mar 22 12:38:47 2006

--- block-sync-1.3      Wed Mar 22 12:38:47 2006

***************

*** 1,3 ****

  2+1 records in

  0+1 records out

! 1 truncated records

--- 1,3 ----

  2+1 records in

  0+1 records out

! 1 truncated record

FAIL: skip-seek

======================================

1 of 1 tests failed

Please report to bug-coreutils@gnu.org

======================================

gmake[1]: *** [check-TESTS] Error 1

gmake[1]: Leaving directory `/export/home/Scratch/hgs/coreutils-5.94/tests/dd'

gmake: *** [check-am] Error 2

gmake: Leaving directory `/export/home/Scratch/hgs/coreutils-5.94/tests/dd'

bash-2.05$ exit

exit

brains hgs 13 %> pls -ltr tyepescript


typescript: No such file or directory

brains hgs 14 %> exit


exit


script done on Wed Mar 22 12:39:20 2006
_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to