public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Adapt some tests to ChromeOS
@ 2018-11-27 21:43 Gwendal Grignou
  2018-11-27 21:43 ` [PATCH 1/3] generic: workaround device where glibc is not installed Gwendal Grignou
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Gwendal Grignou @ 2018-11-27 21:43 UTC (permalink / raw)
  To: guaneryu; +Cc: fstests

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

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

end of thread, other threads:[~2018-11-30 17:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-27 21:43 [PATCH 0/3] Adapt some tests to ChromeOS Gwendal Grignou
2018-11-27 21:43 ` [PATCH 1/3] generic: workaround device where glibc is not installed Gwendal Grignou
2018-11-28  3:30   ` Eryu Guan
2018-11-29  2:10     ` Dave Chinner
2018-11-30  6:37       ` Eryu Guan
2018-11-27 21:43 ` [PATCH 2/3] ext4: 032: fail nicely if the test partition is not big enough for the test Gwendal Grignou
2018-11-28  3:36   ` Eryu Guan
2018-11-27 21:43 ` [PATCH 3/3] generic: exclude selinux xattr form being considered Gwendal Grignou
2018-11-28  4:37   ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox