summaryrefslogtreecommitdiff
path: root/libparted/tests/label.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fixing libparted test framework usageBrian C. Lane2023-02-071-8/+6
* tests: clean up partition-table-testing codeJim Meyering2009-07-241-11/+0
* tests: improve coverage in label testsJim Meyering2009-07-241-2/+1
* tests: re-enable "mac" testsJim Meyering2009-07-241-7/+2
* fix >512-byte sector label/disk-test failureJim Meyering2009-07-241-1/+1
* label.c tests: don't skip dvh, now that it works; clean upJim Meyering2009-07-241-28/+23
* disable some file-system-related probe tests for sector size > 512Jim Meyering2009-07-241-2/+23
* start to make things work with 2048-byte sector size.Jim Meyering2009-07-241-0/+3
* fix compile/link problems in libparted/testsJim Meyering2008-06-081-1/+1
* use gnulib's progname moduleJim Meyering2008-06-051-0/+2
* [tests] Separate and improved test for reading of disk labels.Debarshi Ray2007-05-011-7/+40
* Temporarily disable the clone-dvh-label test.Jim Meyering2007-04-261-0/+5
* [tests] New test for probing of disk labels.Debarshi Ray2007-04-211-0/+39
* [tests] Simplify test_clone_label removing the label reading testOtavio Salvador2007-04-201-7/+0
* [tests] Trivial coding style fixes around the tests codeOtavio Salvador2007-04-201-1/+1
* [tests] Add _test_exception_handler to fail every time an exception is raisedOtavio Salvador2007-04-191-0/+3
* [tests] New test for cloning of disk labels.Debarshi Ray2007-04-201-0/+45
* [tests] Fix spacing around brackets and asterisks.Debarshi Ray2007-04-191-29/+33
* [tests] Small refactoring on test_create_labelOtavio Salvador2007-04-181-9/+3
* [tests] Ensure that we're able to read the just created disk labelOtavio Salvador2007-04-181-0/+11
* Indentation fixes in libparted/tests/.Debarshi Ray2007-04-171-34/+34
* * libparted/tests/label.c: Plug a trivial leak.Jim Meyering2007-03-081-0/+1
* tests/label: Don't dereference NULL if open fails.Jim Meyering2007-03-071-0/+2
* * libparted/tests/label.c: Fail if _create_disk returns NULL.Jim Meyering2007-02-251-5/+7
* Include <config.h> from every .c file:Jim Meyering2007-02-251-0/+1
* Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them f...Debarshi Ray2007-01-161-1/+0
* Include a disk probing testOtavio Salvador2006-12-111-0/+61