All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] More test fixes/improvements
@ 2021-09-17 23:03 Glenn Washburn
  2021-09-17 23:03 ` [PATCH 01/10] tests: Rename variable filtime -> filetime as its meant to be Glenn Washburn
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Glenn Washburn @ 2021-09-17 23:03 UTC (permalink / raw)
  To: grub-devel; +Cc: Glenn Washburn, Daniel Kiper

Here is another patch series of changes needed to get the make check tests
passing on fairly recent Ubuntu/Debian systems, though most of the fixes
are for issues on fairly old systems as well (eg. reiser fixes). The FAT
volume label change is only needed on fairly recent systems because up until
very recently a fairly old version of dosfstools has been used which didn't
do invalid character checking.

Glenn

Glenn Washburn (10):
  tests: Rename variable filtime -> filetime as its meant to be
  tests: mkreiserfs only supports 4096 block size
  tests: Disable reiserfs tests for old format because newer kernels do
    not support them
  tests: mkfs.btrfs now supports only 4k sector sizes and above
  tests: Only test minix3 volumes of 1k block size
  tests: Change FAT volume label to be with in the valid character range
  tests: Skip hfs test only when mac_roman module is not loaded and not
    loadable
  grub-shell: Boot PowerPC using PMU instead of CUDA for power
    management
  tests: Output list of devices when partmap fails
  tests: Do not delete filesystem images on error

 tests/hfs_test.in            |  2 +-
 tests/minixfs_test.in        |  5 -----
 tests/partmap_test.in        |  2 +-
 tests/reiserfs_test.in       |  4 +++-
 tests/util/grub-fs-tester.in | 28 ++++++++++++++--------------
 tests/util/grub-shell.in     |  1 +
 6 files changed, 20 insertions(+), 22 deletions(-)

-- 
2.32.0



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-10-07 13:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 23:03 [PATCH 00/10] More test fixes/improvements Glenn Washburn
2021-09-17 23:03 ` [PATCH 01/10] tests: Rename variable filtime -> filetime as its meant to be Glenn Washburn
2021-09-17 23:03 ` [PATCH 02/10] tests: mkreiserfs only supports 4096 block size Glenn Washburn
2021-09-17 23:03 ` [PATCH 03/10] tests: Disable reiserfs tests for old format because newer kernels do not support them Glenn Washburn
2021-09-17 23:03 ` [PATCH 04/10] tests: mkfs.btrfs now supports only 4k sector sizes and above Glenn Washburn
2021-09-17 23:03 ` [PATCH 05/10] tests: Only test minix3 volumes of 1k block size Glenn Washburn
2021-09-17 23:04 ` [PATCH 06/10] tests: Change FAT volume label to be with in the valid character range Glenn Washburn
2021-09-17 23:04 ` [PATCH 07/10] tests: Skip hfs test only when mac_roman module is not loaded and not loadable Glenn Washburn
2021-09-17 23:04 ` [PATCH 08/10] grub-shell: Boot PowerPC using PMU instead of CUDA for power management Glenn Washburn
2021-09-21 16:21   ` Paul Menzel
2021-10-05  4:27   ` Glenn Washburn
2021-09-17 23:04 ` [PATCH 09/10] tests: Output list of devices when partmap fails Glenn Washburn
2021-09-17 23:04 ` [PATCH 10/10] tests: Do not delete filesystem images on error Glenn Washburn
2021-10-07 13:10 ` [PATCH 00/10] More test fixes/improvements Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.