In Coreutils testing <http://www.linuxfromscratch.org/lfs/build-logs/8.3/i7-5820K/test-logs/122-coreutils-8.30>:
> cp-mv-enotsup-xattr.sh: skipped test: failed to create ext2 file system > SKIP: tests/cp/cp-mv-enotsup-xattr.sh > PASS: tests/cp/capability.sh > fiemap_capable_: python missing: assuming not fiemap capable > sparse-fiemap.sh: skipped test: current file system has insufficient FIEMAP > support > SKIP: tests/cp/sparse-fiemap.sh > cross-dev-symlink.sh: skipped test: failed to create ext4 file system > SKIP: tests/cp/cross-dev-symlink.sh > skip-seek-past-dev.sh: skipped test: failed to determine size of /dev/sda4 > SKIP: tests/dd/skip-seek-past-dev.sh > problematic-chars.sh: skipped test: failed to create ext2 file system > SKIP: tests/df/problematic-chars.sh > over-mount-device.sh: skipped test: failed to create ext2 file system > SKIP: tests/df/over-mount-device.sh Several tests are skipped because "failed to create file system" or "failed to determine size". They should not happen in theory. The problem here is programs `mkfs`, `fdisk`, etc from Chapter 5 util-linux is in `/tools/sbin`, which is not in $PATH. I don't know if other testsuites suffer the same problem. We can add `/tools/sbin` to $PATH in 6.4 (Chroot) so testsuites in Chapter 6 can use the programs in it. -- Xi Ruoyao <[email protected]> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
