[all-commits] [llvm/llvm-project] 769dab: [libFuzzer] Disable interceptor tests on non-Linux...

Dokyung Song via All-commits all-commits at lists.llvm.org
Thu Jul 23 10:23:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 769dab207e8bdd25127aaabb04e8ec5c249a7cb4
      https://github.com/llvm/llvm-project/commit/769dab207e8bdd25127aaabb04e8ec5c249a7cb4
  Author: Dokyung Song <dokyungs at google.com>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M compiler-rt/test/fuzzer/custom-allocator.test
    M compiler-rt/test/fuzzer/memcmp.test
    A compiler-rt/test/fuzzer/noasan-memcmp.test
    A compiler-rt/test/fuzzer/noasan-strcmp.test
    A compiler-rt/test/fuzzer/noasan-strncmp.test
    A compiler-rt/test/fuzzer/noasan-strstr.test
    M compiler-rt/test/fuzzer/strcmp.test
    M compiler-rt/test/fuzzer/strncmp.test
    M compiler-rt/test/fuzzer/strstr.test

  Log Message:
  -----------
  [libFuzzer] Disable interceptor tests on non-Linux platforms.

Summary: libFuzzer's interceptor support added in 831ae45e3dc609e43ba561af07670a8fe47461ef currently only works on Linux. This patch disables the test cases added as part of that commit on non-Linux platforms.

Reviewers: morehouse, hctim

Subscribers: #sanitizers

Tags: #sanitizers

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




More information about the All-commits mailing list