When running xfstests on ChromeOS, some were failing for spurious reasons: - getconf not present on the test system because glibc is not installed. - ftruncate want to allocate a file bigger than the partition. - Attribute selinux.security in the way of testing xattr. Gwendal Grignou (3): generic: workaround device where glibc is not installed ext4: 032: fail nicely if the test partition is not big enough for the test generic: exclude selinux xattr form being considered common/config | 18 ++++++++++++++++++ common/filter | 1 + common/rc | 6 ------ tests/btrfs/053 | 2 +- tests/ext4/032 | 11 ++++++++++- tests/generic/062 | 2 +- tests/generic/205 | 2 +- tests/generic/206 | 2 +- tests/generic/216 | 2 +- tests/generic/217 | 2 +- tests/generic/218 | 2 +- tests/generic/220 | 2 +- tests/generic/222 | 2 +- tests/generic/227 | 2 +- tests/generic/229 | 2 +- tests/generic/238 | 2 +- tests/generic/349 | 6 +++--- tests/generic/350 | 6 +++--- tests/generic/351 | 6 +++--- tests/generic/377 | 2 +- 20 files changed, 51 insertions(+), 29 deletions(-) -- 2.18.1