[all-commits] [llvm/llvm-project] dfacba: [scudo] Update ring buffer test to make it accept ...

ChiaHungDuan via All-commits all-commits at lists.llvm.org
Tue Feb 14 17:24:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfacba5af0fb5dcdbf269b97258e435007276bf1
      https://github.com/llvm/llvm-project/commit/dfacba5af0fb5dcdbf269b97258e435007276bf1
  Author: Chia-hung Duan <chiahungduan at google.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp

  Log Message:
  -----------
  [scudo] Update ring buffer test to make it accept zero size

allocation ring buffer is allowed to be zero. Update the logic in the
test so that on the platform that disables it won't fail this case.

Reviewed By: fmayer

Differential Revision: https://reviews.llvm.org/D144055




More information about the All-commits mailing list