[PATCH v2] tests: Keep grub-fs-tester ziso9660 from failing for wrong reasons

2021-09-08 Thread Thomas Schmitt
The test for the ability to decompress zisofs encoded files is supposed to fail due to the lack of this ability in GRUB. But it fails early with xorriso : FAILURE : -volid: Text too long (1650 > 32) because "ziso9660" is not in the list of filesystems which accept at most 32 bytes in their

Re: [PATCH] [PATCH] tests: Keep grub-fs-tester ziso9660 from failing for wrong reasons

2021-09-08 Thread Thomas Schmitt
Hi, i am working on the requested changes. In my patch message i wrote: > > A bug > > in xorriso causes a distracting warning about FSLABEL being too long for > > Joliet. Shortcommings of Joliet cause warnings about symbolic links. Daniel Kiper wrote: > s/links./links too./? Rather not. Both

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-08 Thread Glenn Washburn
On Wed, 8 Sep 2021 18:03:50 +0200 Daniel Kiper wrote: > On Wed, Sep 08, 2021 at 01:22:20AM +, Glenn Washburn wrote: > > It looks like the xfs_test test succeeds with tag grub-2.06-rc1a, > > fails with tag grub-2.06, and succeeds with current master. Yes, as > > expected. However, what this

Re: [PATCH] i386-pc: build btrfs zstd support into separate module

2021-09-08 Thread Daniel Kiper
On Fri, Sep 03, 2021 at 09:21:39AM +0800, Michael Chang via Grub-devel wrote: > On Thu, Sep 02, 2021 at 02:12:52PM +0200, Daniel Kiper wrote: > > On Thu, Sep 02, 2021 at 01:48:30PM +0800, Michael Chang via Grub-devel > > wrote: > > > On Wed, Sep 01, 2021 at 06:38:22PM +0200, Daniel Kiper wrote: >

Re: submenu fails to see variables

2021-09-08 Thread Daniel Kiper
On Tue, Sep 07, 2021 at 11:54:13AM +0100, Dimitri John Ledkov wrote: > On Tue, Sep 7, 2021 at 10:30 AM Olaf Hering wrote: > > > > On Mon, Sep 06, Vladimir 'phcoder' Serbinenko wrote: > > > > > Le lun. 6 sept. 2021 à 12:49, Olaf Hering a écrit : > > > For some reason global variables are not

Re: [PATCH] tests: Let xorriso fixely assume UTF-8 as local character set

2021-09-08 Thread Daniel Kiper
On Tue, Sep 07, 2021 at 09:15:58PM +, Glenn Washburn wrote: > On Wed, 1 Sep 2021 15:11:38 +0200 > Daniel Kiper wrote: > > > On Fri, Aug 27, 2021 at 11:05:06PM +0200, Thomas Schmitt wrote: > > > iso9660_test fails if the effective locale is not UTF-8. This > > > happens because xorriso needs

Re: [PATCH] [PATCH] tests: Keep grub-fs-tester ziso9660 from failing for wrong reasons

2021-09-08 Thread Daniel Kiper
On Wed, Sep 08, 2021 at 01:10:55PM +0200, Thomas Schmitt wrote: > The test for the ability to decompress zisofs encoded files is supposed > to fail due to the lack of this ability in GRUB. But it fails early with > xorriso : FAILURE : -volid: Text too long (1650 > 32) > because "ziso9660" is not

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-08 Thread Erwan Velu
When this topic will be out, I'd would be glad to help. Cheers, Erwan, Le mer. 8 sept. 2021 à 18:19, Daniel Kiper a écrit : > On Wed, Sep 08, 2021 at 11:20:08AM +0200, Erwan Velu wrote: > > Le mer. 8 sept. 2021 à 03:24, Glenn Washburn < > developm...@efficientek.com> > > a écrit : > > > > > On

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-08 Thread Daniel Kiper
On Wed, Sep 08, 2021 at 11:20:08AM +0200, Erwan Velu wrote: > Le mer. 8 sept. 2021 à 03:24, Glenn Washburn > a écrit : > > > On Thu, 2 Sep 2021 10:56:49 +0200 > > Carlos Maiolino wrote: > > > > > On Wed, Sep 01, 2021 at 02:40:57PM +0200, Daniel Kiper wrote: > > > > CC-ing Javier... > > > > > > >

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-08 Thread Daniel Kiper
On Wed, Sep 08, 2021 at 01:22:20AM +, Glenn Washburn wrote: > On Thu, 2 Sep 2021 10:56:49 +0200 > Carlos Maiolino wrote: > > > On Wed, Sep 01, 2021 at 02:40:57PM +0200, Daniel Kiper wrote: > > > CC-ing Javier... > > > > > > On Mon, Aug 30, 2021 at 01:48:50PM +0200, Carlos Maiolino wrote: > >

Re: [PATCH] [PATCH] tests: Keep grub-fs-tester ziso9660 from failing for wrong reasons

2021-09-08 Thread Thomas Schmitt
Hi, sorry for messing up the mail subject by "[PATCH] [PATCH]". (I added one of them already to the local commit message.) Shall i send new mail with better subject ? Have a nice day :) Thomas ___ Grub-devel mailing list Grub-devel@gnu.org

[PATCH] [PATCH] tests: Keep grub-fs-tester ziso9660 from failing for wrong reasons

2021-09-08 Thread Thomas Schmitt
The test for the ability to decompress zisofs encoded files is supposed to fail due to the lack of this ability in GRUB. But it fails early with xorriso : FAILURE : -volid: Text too long (1650 > 32) because "ziso9660" is not in the list of filesystems which accept at most 32 bytes in their

Re: Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-08 Thread Erwan Velu
Le mer. 8 sept. 2021 à 03:24, Glenn Washburn a écrit : > On Thu, 2 Sep 2021 10:56:49 +0200 > Carlos Maiolino wrote: > > > On Wed, Sep 01, 2021 at 02:40:57PM +0200, Daniel Kiper wrote: > > > CC-ing Javier... > > > > > > On Mon, Aug 30, 2021 at 01:48:50PM +0200, Carlos Maiolino wrote: > > > > Hi.