summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2011-03-31lscpu: detect sun4{u,v} in /proc/cpuinfo for sparc64Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-03-31tests: add dump from UltraSparc T1 to lscpu testsKarel Zak2-0/+37
Thanks to Jan Engelhardt. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-03-31tests: add dump from huge ia64 to lscpu testsKarel Zak2-0/+654
Thanks to Jan Engelhardt. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-03-31lscpu: fix op-mode for /{sys,proc} dumpsKarel Zak1-1/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-03-11tests: update GPT testKarel Zak1-5/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-02-23tests: update libmount tests (add optstr output)Karel Zak16-2/+76
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-02-21tests: add tests for [u]mount regular fileKarel Zak2-0/+31
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-02-15lib: [strutils] avoid integer overflow on large valuesDave Reisner1-26/+26
This is visible on a 2TB disk via lsblk, where a large partition incorrectly displays as 1.171798692T instead of 1.8T. This is corrected by using a uint64_t type instead of a simple int -- consistant with the type used in lsblk.c to represent the raw size in bytes. [kzak@redhat.com: - add EiB support - add size_to_human_string() to regression tests] Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2011-02-09tests: fix libmount testKarel Zak1-0/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-25tests: skip non-compiled libmount testsKarel Zak8-0/+16
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-25tests: update lscpu tests on x86_64Karel Zak2-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-24tests: ignore device name used in some fdisk and blkid testsFrancesco Cosoleto10-35/+40
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
2011-01-23remaining util-linux-ng to util-linuxSami Kerola1-1/+1
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-01-17build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen1-6/+1
Autoconf contains the right magic to determine the endianness on many platforms next to Linux. This reverses previous commits to move away from WORDS_BIGENDIAN: "use __BYTE_ORDER rather than AC specific WORDS_BIGENDIAN" This is necessary to compile on non Linux platforms like Darwin and Solaris. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2011-01-03tests: use findmnt(8) for remount testKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for mount --move testKarel Zak1-8/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: refresh libmount fstab parser testsKarel Zak6-6/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: fix strtosize() testKarel Zak3-39/+39
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: check for mtabKarel Zak2-1/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount utab testsKarel Zak8-0/+130
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: minor fixesKarel Zak1-1/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: use separate buffer for userspace options, add mount attributesKarel Zak10-72/+98
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03build-sys: add --enable-libmount-mountKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove utab from API, update testsKarel Zak6-7/+41
The utab file is private libmount stuff. Anything about utab should not be exported by library API. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: improve libmount context mount and umount testKarel Zak11-86/+126
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add basic libmount tests for mountingKarel Zak4-3/+90
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add utab update testsKarel Zak5-2/+41
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix Makefile and testsKarel Zak1-7/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount mtab update testKarel Zak8-0/+83
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add quoted optstrKarel Zak2-2/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: improve subtests initializationKarel Zak1-9/+23
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount lock testKarel Zak3-0/+39
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount utils.c testsKarel Zak21-5/+100
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount tags testsKarel Zak7-0/+122
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount mtab testsKarel Zak4-0/+81
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount tab_parse.c testsKarel Zak11-2/+500
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount optstr.c testsKarel Zak20-0/+111
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use {src,build}dir variables for testsKarel Zak1-34/+36
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-09tests: add regression testsDavidlohr Bueso7-0/+61
Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-01remove -ng from some filesKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-11-30rename util-linux-ng back to util-linuxKarel Zak66-70/+70
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-07tests: update namei regression testKarel Zak1-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-20tests: update lscpu testsKarel Zak8-0/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-20tests: fix blkid MD test (missing tailing whitespaces)Karel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-18tests: add blkid test for partitioned RAID0Karel Zak2-0/+137
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-09fdisk: update MBR after ID changeKarel Zak2-0/+42
Reported-by: Bernard Pidoux <bpidoux@free.fr> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-07-26libblkid: fix typo filesystem name nilfs to nilfs2Jiro SEKIBA1-1/+1
The correct filesystem name is nilfs2, not nilfs. Signed-off-by: Jiro SEKIBA <jir@unicus.jp>
2010-07-13tests: add nilfs2 test for libblkidJiro SEKIBA2-0/+7
Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-07-01tests: truncate BeFS and tuxonice imagesKarel Zak2-0/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16tests: update fdisk testsKarel Zak16-94/+14
Signed-off-by: Karel Zak <kzak@redhat.com>