[all-commits] [llvm/llvm-project] 273600: [sanitizer] Second test fix to tolerate chmod not ...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Sun Feb 13 17:03:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 273600b6e3e2b056a893bfee8092ecee9dde37ab
      https://github.com/llvm/llvm-project/commit/273600b6e3e2b056a893bfee8092ecee9dde37ab
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2022-02-13 (Sun, 13 Feb 2022)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp

  Log Message:
  -----------
  [sanitizer] Second test fix to tolerate chmod not working as intended

Second attempt to fix a bot failure from
634da7a1c61ee8c173e90a841eb1f4ea03caa20b on an Android bot:
https://lab.llvm.org/buildbot#builders/77/builds/14339

With the fix in 986afe847951a59cd66783e1377b13cec6412972 there was a
different issue, because we need the fully qualified path name to the
binary, which is only available in arg[0]. New failure:
https://lab.llvm.org/buildbot/#/builders/77/builds/14346/steps/16/logs/stdio

Restructure the test so both attempts are made from the same invocation,
which sets up the bad paths directly.




More information about the All-commits mailing list