[all-commits] [llvm/llvm-project] a1bca4: [clang] Make tests write to /dev/null if output is...

Pranav Kant via All-commits all-commits at lists.llvm.org
Thu Apr 10 12:50:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1bca4ba3714bffac5dc27d286b5bd4fcdcc40ab
      https://github.com/llvm/llvm-project/commit/a1bca4ba3714bffac5dc27d286b5bd4fcdcc40ab
  Author: Pranav Kant <prka at google.com>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M clang/test/Driver/openacc-no-cir.c

  Log Message:
  -----------
  [clang] Make tests write to /dev/null if output is not needed (#135242)

We execute tests in read only environment which leads to test failure
when tests try to write to the current directory. Either they should
write to a temporary directory or not write if output is not needed.

Fallback from #134717



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