Hi

here we go:

===================================
6 of 24 tests failed
See tests/test-suite.log
Please report to bug-parted@gnu.org
===================================

please see attached log too.

greetings
~ Attila
============================================
   GNU parted 1.9.0: tests/test-suite.log   
============================================

6 of 24 tests failed.  

.. contents:: :depth: 2


FAIL: t2000-mkfs.sh (exit: 1)
=============================

*   ok 1: create a file large enough to hold a fat32 file system
*   ok 2: label the test disk
*   ok 3: expect no output
*   ok 4: create a partition
*   ok 5: create an msdos file system
*   ok 6: expect no output
*   ok 7: create a file large enough to hold a fat32 file system
*   ok 8: label the test disk
*   ok 9: expect no output
*   ok 10: create input file
*   ok 11: create a partition and a filesystem in the same session
*   ok 12: normalize the actual output
*   ok 13: check for expected prompt
*   ok 14: setup: create and label a device
*   ok 15: try to create a file system with invalid type name
*   ok 16: normalize the actual output
* FAIL 17: check for expected diagnostic
	{ echo "parted: invalid token: bogus"
	       echo "Error: Expecting a file system type."; } > exp &&
	     compare out exp
*   ok 18: setup: create and label a device
*   ok 19: try to create an ext2 file system of size 16795000
*   ok 20: check for empty output
*   ok 21: setup: create and label a device
*   ok 22: try to create an ext2 file system of size 16796000
*   ok 23: check for empty output
*   ok 24: setup: create and label a device
*   ok 25: try to create an ext2 file system of size 16796160
*   ok 26: check for empty output
*   ok 27: setup: create and label a device
*   ok 28: try to create an ext2 file system of size 16797000
*   ok 29: check for empty output
*   ok 30: setup: create and label a device
*   ok 31: try to create an ext2 file system of size 16798000
*   ok 32: check for empty output
*   ok 33: setup: create and label a device
*   ok 34: try to create an ext2 file system of size 17154000
*   ok 35: check for empty output
*   ok 36: setup: create and label a device
*   ok 37: try to create an ext2 file system of size 17155000
*   ok 38: check for empty output
*   ok 39: setup: create and label a device
*   ok 40: try to create an ext2 file system of size 17156000
*   ok 41: check for empty output
*   ok 42: setup: create and label a device
*   ok 43: try to create an ext2 file system of size 17157000
*   ok 44: check for empty output
*   ok 45: setup: create and label a device
*   ok 46: try to create an ext2 file system of size 17158000
*   ok 47: check for empty output
*   ok 48: setup: create and label a device
*   ok 49: try to create an ext2 file system of size 25184000
*   ok 50: check for empty output
*   ok 51: setup: create and label a device
*   ok 52: try to create an ext2 file system of size 25185000
*   ok 53: check for empty output
*   ok 54: setup: create and label a device
*   ok 55: try to create an ext2 file system of size 25186000
*   ok 56: check for empty output
*   ok 57: setup: create and label a device
*   ok 58: try to create an ext2 file system of size 25589000
*   ok 59: check for empty output
*   ok 60: setup: create and label a device
*   ok 61: try to create an ext2 file system of size 25589000
*   ok 62: check for empty output
*   ok 63: setup: create and label a device
*   ok 64: try to create an ext2 file system of size 25590000
*   ok 65: check for empty output
* failed 1 among 65 test(s)

FAIL: t4100-msdos-partition-limits.sh (exit: 1)
===============================================

* FAIL 1: create an XFS file system
	
	    dd if=/dev/zero of=$fs bs=1MB count=2 seek=20 &&
	    mkfs.xfs -q $fs &&
	    mkdir "$mp"
	
	    
* FAIL 2: mount it
	
	    mount -o loop $fs "$mp" &&
	    cd "$mp"
	
	    
* FAIL 3: msdos: a partition length of 2^32-1 works.
	
	    end=$(echo $n+2^32-2|bc) &&
	    do_mkpart $n $end
	    
* FAIL 4: print the result
	parted -s $dev unit s p > out 2>&1 &&
	     sed -n "/^  *1  *$n/s/  */ /gp" out|sed "s/  *\$//" > k && mv k out &&
	     echo " 1 ${n}s ${end}s 4294967295s primary" > exp &&
	     diff -u out exp
	    
*   ok 5: msdos: a partition length of exactly 2^32 sectors provokes failure.
* FAIL 6: check for new diagnostic
	bad_part_length 4294967296 > exp && diff -u err exp
*   ok 7: msdos: a partition length of 2^32+1 sectors provokes failure.
* FAIL 8: check for new diagnostic
	bad_part_length 4294967296 > exp && diff -u err exp
* FAIL 9: msdos: a partition start sector number of 2^32-1 works.
	do_mkpart_start_and_len $(echo 2^32-1|bc) 1000
* FAIL 10: print the result
	parted -s $dev unit s p > out 2>&1 &&
	     sed "s/Disk .*:/Disk:/;s/ *$//" out > k && mv k out &&
	     diff -u out exp
	    
*   ok 11: msdos: a partition start sector number of 2^32 must fail.
* FAIL 12: check for new diagnostic
	bad_start_sector 4294967296 > exp && diff -u err exp
*   ok 13: msdos: a partition start sector number of 2^32+1 must fail, too.
* FAIL 14: check for new diagnostic
	bad_start_sector 4294967296 > exp && diff -u err exp
* failed 10 among 14 test(s)

FAIL: t4100-dvh-partition-limits.sh (exit: 1)
=============================================

* FAIL 1: create an XFS file system
	
	    dd if=/dev/zero of=$fs bs=1MB count=2 seek=20 &&
	    mkfs.xfs -q $fs &&
	    mkdir "$mp"
	
	    
* FAIL 2: mount it
	
	    mount -o loop $fs "$mp" &&
	    cd "$mp"
	
	    
* FAIL 3: dvh: a partition length of 2^32-1 works.
	
	    end=$(echo $n+2^32-2|bc) &&
	    do_mkpart $n $end
	    
* FAIL 4: print the result
	parted -s $dev unit s p > out 2>&1 &&
	     sed -n "/^  *1  *$n/s/  */ /gp" out|sed "s/  *\$//" > k && mv k out &&
	     echo " 1 ${n}s ${end}s 4294967295s primary" > exp &&
	     diff -u out exp
	    
*   ok 5: dvh: a partition length of exactly 2^32 sectors provokes failure.
* FAIL 6: check for new diagnostic
	bad_part_length 4294967296 > exp && diff -u err exp
*   ok 7: dvh: a partition length of 2^32+1 sectors provokes failure.
* FAIL 8: check for new diagnostic
	bad_part_length 4294967297 > exp && diff -u err exp
* FAIL 9: dvh: a partition start sector number of 2^32-1 works.
	do_mkpart_start_and_len $(echo 2^32-1|bc) 1000
* FAIL 10: print the result
	parted -s $dev unit s p > out 2>&1 &&
	     sed "s/Disk .*:/Disk:/;s/ *$//" out > k && mv k out &&
	     diff -u out exp
	    
*   ok 11: dvh: a partition start sector number of 2^32 must fail.
* FAIL 12: check for new diagnostic
	bad_start_sector 4294967296 > exp && diff -u err exp
*   ok 13: dvh: a partition start sector number of 2^32+1 must fail, too.
* FAIL 14: check for new diagnostic
	bad_start_sector 4294967297 > exp && diff -u err exp
* failed 10 among 14 test(s)

FAIL: t5000-tags.sh (exit: 1)
=============================

*   ok 1: setup: create zeroed device
*   ok 2: create gpt label
*   ok 3: add a partition
*   ok 4: print the table (before manual modification)
0+1 records in
0+1 records out
16 bytes (16 B) copied, 0.00021567 s, 74.2 kB/s
*   ok 5: print the table (after manual modification)
*   ok 6: prepare actual and expected output
* FAIL 7: check for expected output
	compare out exp
* failed 1 among 7 test(s)

FAIL: t6000-dm.sh (exit: 1)
===========================

*   ok 1: setup: create loop devices
*   ok 2: setup: create a linear mapping
*   ok 3: run parted -s "$dev" mklabel msdos
*   ok 4: check for empty output
*   ok 5: determine the map type
*   ok 6: create expected output file
*   ok 7: check its output
* FAIL 8: setup: create a multipath mapping
	echo 0 1024 multipath 0 0 1 1 round-robin 0 2 0 "$d2" "$d3" \
	            | dmsetup create "$mpath_" &&
	     dev="$DM_DEV_DIR"/mapper/"$mpath_"
*   ok 9: run parted -s "$dev" mklabel msdos
*   ok 10: check for empty output
*   ok 11: determine the map type
*   ok 12: create expected output file
* FAIL 13: check its output
	compare out exp
* failed 2 among 13 test(s)
device-mapper: remove ioctl failed: No such device or address
Command failed

FAIL: t7000-scripting.sh (exit: 1)
==================================

*   ok 1: Create the test file
*   ok 2: Test the scripting mode of mkpart
*   ok 3: Compare the real error and the expected one
*   ok 4: Create the test file
*   ok 5: Test the interactive mode of mkpart
*   ok 6: normalize the actual output
* FAIL 7: Compare the real error and the expected one
	compare out errI
*   ok 8: Create the test file
*   ok 9: Test the scripting mode of mkpartfs
*   ok 10: Compare the real error and the expected one
*   ok 11: Create the test file
*   ok 12: Test the interactive mode of mkpartfs
*   ok 13: normalize the actual output
* FAIL 14: Compare the real error and the expected one
	compare out errI
* failed 2 among 14 test(s)
_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to