On Sat, 2020-10-31 at 12:27 +0100, Ondrej Mosnacek wrote: > On Sat, Oct 31, 2020 at 11:58 AM Richard Haines > <richard_c_haines@xxxxxxxxxxxxxx> wrote: > > On Sat, 2020-10-31 at 01:04 +0100, Ondrej Mosnacek wrote: > > > On Sat, Oct 31, 2020 at 12:44 AM Ondrej Mosnacek < > > > omosnace@xxxxxxxxxx > > > > wrote: > > > > On Fri, Oct 30, 2020 at 10:55 PM Ondrej Mosnacek < > > > > omosnace@xxxxxxxxxx> wrote: > > > > > And on related note, the existing vfat tests are also > > > > > failing: > > > > > Test Summary Report > > > > > ------------------- > > > > > filesystem/vfat/test (Wstat: 7936 Tests: 43 Failed: 31) > > > > > Failed tests: 3-4, 6-7, 10-12, 14-19, 21-22, 24-36, 38-40 > > > > > Non-zero exit status: 31 > > > > > fs_filesystem/vfat/test (Wstat: 8192 Tests: 42 Failed: 32) > > > > > Failed tests: 3, 5-7, 10-20, 22-35, 37-39 > > > > > Non-zero exit status: 32 > > > > > > > > And this might be the same problem, but with dosfstools... I'll > > > > need to check. > > > > > > Yeah, that was it. With dosfstools installed the tests pass. > > > > > > There are some fsetfilecon(3) errors visible in the test output, > > > though: > > > https://travis-ci.com/github/WOnder93/selinux-testsuite/jobs/422914927#L2697 > > > > > > > These tests pass as for vfat Operation not supported is correct. > > The > > tests just need " 2>&1" added to stop output. I'll submit a patch, > > also > > to add dosfstools (also to travis run-testsuite.sh). > > You can skip the dosfstools, I have a patch ready for that (it will > also add e2fsprogs and jfsutils, which are also missing). You might > also want to delay respinning the btrfs patch for after my "multi-fs > filesystem test" patches (it will need small tweaks to align with > that). Stay tuned, I should have the patches ready by today :) > Thanks for the update - I'll wait for your patches.