[all-commits] [llvm/llvm-project] ea02ed: [sanitizer][test] Print result in getpwnam_r_inval...

Thurston Dang via All-commits all-commits at lists.llvm.org
Tue Oct 7 09:49:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea02eda911960623bc6f79796e7757439ffdfa3b
      https://github.com/llvm/llvm-project/commit/ea02eda911960623bc6f79796e7757439ffdfa3b
  Author: Thurston Dang <thurston at google.com>
  Date:   2025-10-07 (Tue, 07 Oct 2025)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cpp

  Log Message:
  -----------
  [sanitizer][test] Print result in getpwnam_r_invalid_user.cpp (#162217)

This test has been flaky failing on sanitizer-ppc64le-linux since at
least 9 days ago
(https://lab.llvm.org/buildbot/#/builders/72/builds/15257), but the
exact cause is unclear because the only output is that `assert(res == 0
|| res == ENOENT);` failed.

To aid debugging, this patch prints out the result of the `getpwnam_r`
call.



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