[all-commits] [llvm/llvm-project] f4214e: [sanitizer] Skip test on Android where chmod is no...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Sun Feb 13 19:50:47 PST 2022


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

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

  Log Message:
  -----------
  [sanitizer] Skip test on Android where chmod is not working

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

My last attempt used an approach from another test where chmod was not
working of using a bad character in the path name. But it looks like
this trick only works on Windows.

Instead, restore the original version of this test before my change at
634da7a1c61ee8c173e90a841eb1f4ea03caa20b and move the bad path test to
a new test file, marking it unsupported on Android.




More information about the All-commits mailing list