[all-commits] [llvm/llvm-project] f1746b: [Sanitizers] Fix test case that doesn't clean up a...

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Tue Sep 22 21:22:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f1746be66673bc2b59f7aaad1c6a7938ed98194b
      https://github.com/llvm/llvm-project/commit/f1746be66673bc2b59f7aaad1c6a7938ed98194b
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c

  Log Message:
  -----------
  [Sanitizers] Fix test case that doesn't clean up after itself

Commit https://reviews.llvm.org/rG144e57fc9535 added this test
case that creates message queues but does not remove them. The
message queues subsequently build up on the machine until the
system wide limit is reached. This has caused failures for a
number of bots running on a couple of big PPC machines.

This patch just adds the missing cleanup.




More information about the All-commits mailing list