tests: make ulimit -v interact better with ASAN
commitaa50ea55ea68aa5f5475bf46357bcf5febcde1bb
authorPádraig Brady <P@draigBrady.com>
Wed, 17 Jan 2024 23:49:52 +0000 (17 23:49 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 17 Jan 2024 23:59:49 +0000 (17 23:59 +0000)
tree660b73405a492c01ef53e74b3d0532293ced51f1
parentc4c5ed8f4e9cd55a12966d4f520e3a13101637d9
tests: make ulimit -v interact better with ASAN

ulimit -v is generally not supported with ASAN, giving errors like:
  "ReserveShadowMemoryRange failed while trying to map 0x... bytes.
   Perhaps you're using ulimit -v"

* tests/cp/link-heap.sh: Mention ASAN as a possible reason for skipping.
* tests/csplit/csplit-heap.sh: Likewise.
* tests/cut/cut-huge-range.sh: Likewise.
* tests/dd/no-allocate.sh: Likewise.
* tests/printf/printf-surprise.sh: Likewise.
* tests/rm/many-dir-entries-vs-OOM.sh: Likewise.
* tests/head/head-c.sh: Only skip the part of the test needing ulimit.
* tests/split/line-bytes.sh: Likewise.
tests/cp/link-heap.sh
tests/csplit/csplit-heap.sh
tests/cut/cut-huge-range.sh
tests/dd/no-allocate.sh
tests/head/head-c.sh
tests/printf/printf-surprise.sh
tests/rm/many-dir-entries-vs-OOM.sh
tests/split/line-bytes.sh