Whamcloud - gitweb
Remove needless sanity check in tune2fs's -i option.
[tools/e2fsprogs.git] / tests / ChangeLog
index c3c14cd..5e6854d 100644 (file)
@@ -1,3 +1,237 @@
+2006-05-13  Theodore Tso  <tytso@mit.edu>
+
+       * m_raid_opt: Update expect files to match with new mke2fs layout
+               used when the stride raid option is specified.
+
+2006-03-23  Theodore Ts'o  <tytso@mit.edu>
+
+       * test_config: Set up MKE2FS_CONFIG to point at the mke2fs.conf
+               file in the source tree.
+
+2005-09-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_dup_resize: Set the current time to in debugfs to a value
+               which avoids triggering the "s_mtime in the future"
+               warning from e2fsck.
+
+2005-08-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * test_config, test_script.in, d_loaddump, f_dup_resize,
+               r_move_itable, r_resize_inode: Add the --valgrind option
+               to the tests/test_script which allows us to run the
+               e2fsprogs regression test suite under valgrind.
+
+2005-07-04  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_bbfile, f_dup, f_dup2, f_dup3, f_dup_resize, f_dupfsblks,
+               f_dupsuper: Update expect files to remove period from the
+               Pass 1C header.
+
+       * f_bad_disconnected_inode: New test case
+
+2006-06-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.38
+
+2005-06-16  Theodore Ts'o  <tytso@mit.edu>
+
+       * defaults/e_script, run_e2fsck, d_loaddump, f_resize_inode,
+               f_swapfs, f_move_itable, f_resize_inode, test_config:
+               Allow the diff options to be set in test_config so that
+               diff -u can be used on platforms that have it.  (To be
+               done: checking whether diff can support -u in the
+               configure script.)
+
+2005-04-14  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_dup_resize: New test case
+
+2005-04-09  Theodore Ts'o  <tytso@mit.edu>
+
+       * test_script.in: Make the test script driver exit with a non-zero
+               status if there are any failed tests.
+
+2005-03-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.37
+
+2005-03-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_valid_ea_in_inode: New test case
+
+2006-02-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.36
+
+2005-02-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Remove emacs backup files on "make clean"
+
+       * Makefile.in, f_h_badnode, f_dup_de, f_h_reindex, f_h_normal,
+               f_h_badroot: Remove support for --enable-htree-clear
+
+2005-01-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_bad_inode, f_recnect_bad: Adjust test cases to take into
+               account the change which clears the i_file_acl field earlier.
+
+2005-01-27  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_clear_xattr: New test case
+
+2005-01-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_summary_counts: New test case
+
+2005-01-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * r_resize_inode: Skip this test if resize2fs is not compiled (due
+               to configure's --disable-resizer option)
+
+2005-01-19  Theodore Ts'o  <tytso@mit.edu>
+
+       * r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt,
+               m_read_opt, m_std, run_mke2fs, filter_dumpe2fs: Make tests
+               portable so they pass correctly on a FreeBSD system.
+
+2005-01-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in, test_script.in: Use @EGREP@ instead of grep -E for
+               portability with Solaris systems.
+
+2005-01-13  Matthias Andree  <matthias.andree@gmx.de>
+
+       * f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1"
+               for compatibility with FreeBSD. In $DEBUGFS commands, move the
+               -R arg argument first so that systems with non-GNU getopt()
+               can see the request argument (they would otherwise stop
+               parsing at the first non-option argument).
+
+2004-12-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_resize_inode, r_resize_inode: New tests to e2fsck and
+               resize2fs, which exercise their resize_inode handling and
+               code.
+
+       * test_config: Add support for calling debugfs from the testing
+               framework.
+2004-12-15  Theodore Ts'o  <tytso@mit.edu>
+
+       * m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
+               account the resize inode patch.
+
+2004-10-04  Richard Mortimer  <richm@oldelvet.org.uk>
+
+       * f_badjourblks: Add test case which tests a Journal with illegal
+               block numbers in both the journal inode and the superblock
+               inode backup.
+
+2004-09-17  Theodore Ts'o  <tytso@mit.edu>
+
+       * test_script.in: Remove XSI:isms for greater portability.
+               (Addresses Debian Bug #255589)
+
+2004-02-28  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.35
+
+2004-01-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_selinux: Add test case which tests SE Linux generated symlinks
+               that contain extended attribute data.
+
+2003-12-12  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_lpf2: New test case to validate reconnecting a directory after
+               creating /lost+found.
+
+2003-09-03  Theodore Ts'o  <tytso@mit.edu>
+
+       * m_meta_bg: New test case to test the meta block group feature.
+
+       * m_raid_opt: New test case to test raid striping
+
+       * run_e2fsck, run_mke2fs, filter_dumpe2fs: Add dumpe2fs output to
+               the test output for comparison.  Add support for
+               compressed expect scripts.
+
+2003-09-01  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_dup_de: Remove spurious rm error messages when htree is
+               enabled
+
+       * run_e2fsck, run_mke2fs: Add new support for mke2fs test cases.
+
+       * m_dasd_bs, m_large_file, m_no_opt, m_std: New test cases
+               exercising mke2fs.
+
+2003-08-20  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_bad_local_jnl, f_badorphan, f_h_badroot, f_h_reindex,
+               f_special_ea: Update tests to reflect that e2fsck will
+               backup the journal inode.
+
+       * f_journal: Change test to include a backed up journal location
+               in the superblock, and then corrupt the inode table so the
+               journal inode is trashed.  Make sure e2fsck can recover
+               from it.
+
+2003-08-01  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_salveage_dir: Remove HTREE flag from the test image's
+               superblock.  (It is not needed).
+
+       * f_h_reindex: Skip this test of the htree is not enabled
+
+       * f_dup_de: If htree is not enabled, clear the htree flag, and use
+               alternate expect scripts for the test.
+
+2003-07-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.34
+
+2003-04-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.33
+
+2003-04-19  Theodore Ts'o  <tytso@mit.edu>
+
+       * test_config: Define DYLD_LIBRAY_PATH so that "make check" works on
+               Darwin systems when building with shared libraries.
+
+2003-04-05  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_baddir, f_dup, f_dup2, f_end-bitmap, f_lpf: Update test cases
+               to deal with changes to automatically calculate and update
+               the global inode and block counts at the beginning of the
+               e2fsck run.
+
+2003-03-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to
+               remove the optimizing directories message.
+
+2003-03-15  Theodore Ts'o  <tytso@mit.edu>
+
+       * f_dup_de: Added test case provided from Debian bug report #176814
+
+2003-03-06  Theodore Tso  <tytso@mit.edu>
+
+       * run_e2fsck, defaults/e_script: Solaris doesn't support "tr -d \r",
+               so use "tr -d \015" instead.
+
+       * tests/f_swapfs/script: Avoid bash'ism; Solaris doesn't support
+               put a ! character in a "if ! cmd ; then .. fi" construct.
+
+2002-11-09  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.32
+
+2002-11-08  Theodore Ts'o  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.31
+
 2002-11-08    <tytso@snap.thunk.org>
 
        * f_swapfs: Skip the test if swapfs has been disabled via the