Commit 8f4790f
committed
[sanitizer][test] Print result in getpwnam_r_invalid_user.cpp
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.1 parent 255db37 commit 8f4790f
File tree
1 file changed
+2
-0
lines changed- compiler-rt/test/sanitizer_common/TestCases/Linux
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments