[all-commits] [llvm/llvm-project] bf6000: [sanitizer] Fix the test on Solaris
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Aug 12 16:10:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf6000dc98df82d9b493e0b5d247538f51d6b9ac
https://github.com/llvm/llvm-project/commit/bf6000dc98df82d9b493e0b5d247538f51d6b9ac
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
Log Message:
-----------
[sanitizer] Fix the test on Solaris
On Solaris sem_open on the same name returns the same pointer, and
then sem_close fails the call.
More information about the All-commits
mailing list