"Theodore Ts'o" <tytso@xxxxxxx> writes: > On Mon, Jun 10, 2019 at 01:35:41PM -0400, Gabriel Krisman Bertazi wrote: >> From: "Lakshmipathi.G" <lakshmipathi.ganapathi@xxxxxxxxxxxxxxx> >> >> This new test implements verification for the per-directory >> case-insensitive feature, as supported by the reference implementation >> in Ext4. >> >> Signed-off-by: Lakshmipathi.G <lakshmipathi.ganapathi@xxxxxxxxxxxxxxx> >> Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> >> [Rewrite to support feature design] >> [Refactor to simplify implementation] > > I tried out this test, and it's apparently failing for me using > e2fsprogs 1.45.2; it looks like it's a whitespace issue? Hi Ted, Yes, definitely just whitespace. But i don't understand why you are getting this behavior. I tried both with the master branch of e2fsprogs and the tagged commit of v1.45.2 and on both occasions the test succeed in my system. For sure I can use filter_spaces but I'm puzzled why I can't reproduce this. > > shared/012 [08:14:07][ 146.388509] run fstests shared/012 at 2019-06-11 08:14:07 > [08:14:08]- output mismatch (see /results/ext4/results-4k/shared/012.out.bad) > --- tests/shared/012.out 2019-06-10 00:02:54.000000000 -0400 > +++ /results/ext4/results-4k/shared/012.out.bad 2019-06-11 08:14:08.487418272 -0400 > @@ -1,8 +1,8 @@ > QA output created by 012 > -SCRATCH_MNT/basic Extents, Casefold > -SCRATCH_MNT/basic Extents > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/basic Extents, Casefold > +SCRATCH_MNT/basic Extents > ... > (Run 'diff -u /root/xfstests/tests/shared/012.out /results/ext4/results-4k/shared/012.out.bad' to see the entire diff) > Ran: shared/012 > Failures: shared/012 > Failed 1 of 1 tests > Xunit report: /results/ext4/results-4k/result.xml > > root@kvm-xfstests:~# diff -u /root/xfstests/tests/shared/012.out /results/ext4/results-4k/shared/012.out.bad > --- /root/xfstests/tests/shared/012.out 2019-06-10 00:02:54.000000000 -0400 > +++ /results/ext4/results-4k/shared/012.out.bad 2019-06-11 08:14:08.487418272 -0400 > @@ -1,8 +1,8 @@ > QA output created by 012 > -SCRATCH_MNT/basic Extents, Casefold > -SCRATCH_MNT/basic Extents > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > -SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/basic Extents, Casefold > +SCRATCH_MNT/basic Extents > +SCRATCH_MNT/casefold_flag_removal Extents, Casefold > +SCRATCH_MNT/casefold_flag_removal Extents, Casefold > SCRATCH_MNT/flag_inheritance/d1/d2/d3 Extents, Casefold > SCRATCH_MNT/symlink/ind1/TARGET > mv: cannot stat 'SCRATCH_MNT/rename/rename': No such file or directory -- Gabriel Krisman Bertazi