OSDN Git Service

lib-fs-resize: remove unused probe-related code
[android-x86/external-parted.git] / libparted / tests /
2012-01-11 Jim Meyeringmaint: remove "MAINTAINERCLEANFILES = Makefile.in"...
2012-01-10 Keshav P Rbuild: insert -I$(top_builddir)/include before -I$...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-03 Jim Meyeringbuild: mark functions with "const" or "pure" attribute...
2011-04-14 Jim Meyeringtests: remove now-unused Makefile rule
2011-04-14 Jim Meyeringtests: make the tests in libparted/tests work properly...
2011-02-26 Jim Meyeringtests: move test_description= variable to a comment
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-11-20 Jim Meyeringtests: adjust cleanup_ handler to work with init.sh
2010-11-20 Jim Meyeringtests: libparted/tests: use init.sh, not test-lib.sh
2010-11-20 Jim Meyeringtests: global subst: s/skip_test_/skip_/
2010-11-18 Colin Watsonlibparted: ignore zero-length devices
2010-04-28 Jim Meyeringtests: rename generated init.sh to old-init.sh
2010-04-28 Jim Meyeringmaint: remove empty lines at end of file
2010-04-06 Hans de Goedelibparted: add test for /dev/mapper symlink issue
2010-03-11 Jim Meyeringtests: reenable a "bsd" partition table test
2010-02-08 Peter Breitenlohnerdo not install the test programs disk and label
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-07-24 Jim Meyeringbuild: enable many warnings
2009-07-24 Jim Meyeringtests: reenable sun label tests
2009-07-24 Jim Meyeringtests: clean up partition-table-testing code
2009-07-24 Jim Meyeringtests: improve coverage in label tests
2009-07-24 Jim Meyeringreenabling probe-related code exposed problems with...
2009-07-24 Jim Meyeringtests: re-enable "mac" tests
2009-07-24 Jim Meyeringfix >512-byte sector label/disk-test failure
2009-07-24 Jim Meyeringlabel.c tests: don't skip dvh, now that it works; clean up
2009-07-24 Jim Meyeringdisable some file-system-related probe tests for sector...
2009-07-24 Jim Meyeringstart to make things work with 2048-byte sector size.
2009-07-09 Jim Meyeringtests: better quoting to avoid failure with poorly...
2009-06-03 Jim Meyeringlibparted: link with gnulib
2009-03-05 Jim Meyeringremove all trailing blanks
2008-06-08 Jim Meyeringadjust tests here (libparted/tests/), as done for tests/
2008-06-08 Jim Meyeringfix compile/link problems in libparted/tests
2008-06-05 Jim Meyeringuse gnulib's progname module
2007-12-17 Jim Meyering* libparted/tests/disk.c (START_TEST): Remove decl...
2007-08-31 Otavio SalvadorReally duplicate the disk instead of readd every partition
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-05-23 Jim MeyeringDon't fail all tests when "." lacks O_DIRECT support.
2007-05-01 Debarshi Ray[tests] Separate and improved test for reading of disk...
2007-04-26 Jim MeyeringTemporarily disable the clone-dvh-label test.
2007-04-20 Debarshi Ray[tests] New test for probing of disk labels.
2007-04-20 Otavio Salvador[tests] Simplify test_clone_label removing the label...
2007-04-20 Otavio Salvador[tests] Trivial coding style fixes around the tests...
2007-04-20 Otavio Salvador[tests] Add _test_exception_handler to fail every time...
2007-04-20 Debarshi Ray[tests] New test for cloning of disk labels.
2007-04-19 Debarshi Ray[tests] Fix spacing around brackets and asterisks.
2007-04-18 Otavio Salvador[tests] Small refactoring on test_create_label
2007-04-18 Otavio Salvador[tests] Implements _implemented_disk_label and _create_...
2007-04-18 Otavio Salvador[tests] Ensure that we're able to read the just created...
2007-04-17 Debarshi RayIndentation fixes in libparted/tests/.
2007-03-08 Jim MeyeringDon't use deprecated mktemp, to avoid linker warning
2007-03-08 Jim Meyering* libparted/tests/label.c: Plug a trivial leak.
2007-03-07 Debarshi RayMerge branch 'master' of git+ssh://rishi-guest@git...
2007-03-07 Jim Meyeringtests/label: Don't dereference NULL if open fails.
2007-03-02 Jim MeyeringUse $(VAR), rather than obsolescent @VAR@ automake...
2007-02-25 Jim Meyering * libparted/tests/label.c: Fail if _create_disk return...
2007-02-25 Jim Meyering Include <config.h> from every .c file:
2007-02-19 Debarshi RayIntroduced MAINTAINERCLEANFILES in Makefile.am for...
2007-01-16 Debarshi RayAdd stdint.h stdlib.h & string.h to include/parted...
2006-12-11 Otavio SalvadorInclude a disk probing test
2006-12-05 Otavio SalvadorRevert "Add check unittest support and a initial test...
2006-12-05 Otavio SalvadorAdd check unittest support and a initial test for a...