[all-commits] [llvm/llvm-project] 404ca2: Replace |& with 2>&1 in ignore_free_hooks test. (#...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Jul 22 23:55:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 404ca229fb9e0c3ed204363f5f2784d1424b5ec9
      https://github.com/llvm/llvm-project/commit/404ca229fb9e0c3ed204363f5f2784d1424b5ec9
  Author: Amy Huang <akhuang at google.com>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Posix/ignore_free_hook.cpp
    M compiler-rt/test/hwasan/TestCases/Posix/ignore_free_hook.cpp

  Log Message:
  -----------
  Replace |& with 2>&1 in ignore_free_hooks test. (#100004)

The test file ignore_free_hooks.cpp (added in
https://github.com/llvm/llvm-project/pull/96749/files) fails on mac
because `|&` doesn't work on mac. Replace with `2>&1`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list