[all-commits] [llvm/llvm-project] f95a4a: [scudo] Disable new/delete mismatch tests on Android.

Christopher Ferris via All-commits all-commits at lists.llvm.org
Wed Jun 14 16:08:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f95a4a2833e60d72886e8c6f8b0187373bb26ed8
      https://github.com/llvm/llvm-project/commit/f95a4a2833e60d72886e8c6f8b0187373bb26ed8
  Author: Christopher Ferris <cferris at google.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

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

  Log Message:
  -----------
  [scudo] Disable new/delete mismatch tests on Android.

Android does not do any checking of new/delete mismatches, so disable
this test when compiling for Android.

Reviewed By: Chia-hungDuan

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




More information about the All-commits mailing list