Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191116 - sys-apps/parted-1.8.8 fails tests
Summary: sys-apps/parted-1.8.8 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 03:08 UTC by Ryan Hill (RETIRED)
Modified: 2007-09-04 21:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
parted-1.8.8-t3100-test-success.patch (parted-1.8.8-t3100-test-success.patch,972 bytes, patch)
2007-09-03 03:12 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2007-09-03 03:08:36 UTC
parted-1.8.8 is failing `make check` during the ext2 resize tests.  1.8.7 works.  

[ebuild     U ] sys-apps/parted-1.8.8 [1.8.7] USE="device-mapper readline -debug -nls (-selinux)" 0 kB

*   ok 1: create the test file
*   ok 2: run parted -s FILE mklabel msdos
*   ok 3: check for empty output
*   ok 4: make an ext2 primary partition
*   ok 5: check for empty output
* FAIL 6: resize ext2 primary partition
        parted -s $dev resize 1 0 $NEW_SIZE > out 2>&1
* FAIL 7: check for empty output
        $compare out /dev/null
* failed 2 among 7 test(s)
FAIL: t3100-resize-ext2-partion.sh
===================================
1 of 8 tests failed
Please report to bug-parted@gnu.org
===================================

according to the upstream mailing list, the failure is because the tests are marked test_expect_failure, but they actually work now, so the attached patch changes them to test_expect_success.  this change has already been commited to the upstream git tree.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-09-03 03:12:03 UTC
Created attachment 129884 [details, diff]
parted-1.8.8-t3100-test-success.patch
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-09-04 21:30:59 UTC
Fixed... thanks for the patch!