[Bug 210183] Some bin/ls tests don't work when /tmp is mounted tmpfs if amount of memory is less than requested amount
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 10 05:33:54 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210183
Bug ID: 210183
Summary: Some bin/ls tests don't work when /tmp is mounted
tmpfs if amount of memory is less than requested
amount
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: tests
Assignee: freebsd-testing at freebsd.org
Reporter: ngie at FreeBSD.org
Some of the testcases in bin/ls/, e.g. bin/ls/ls_tests:S_flag , allocate large
sparse files in order to test out prefixes and sorting. Unfortunately, if the
files cannot be allocated because the perceived file is larger than the amount
of reservable memory, the testcases will fail.
The testcases need to do more intelligent requirements checking, depending on
the filesystem type.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list