[all-commits] [llvm/llvm-project] c979d1: [Sanitizer] Fix android test env issue (#142235)

Ellis Hoag via All-commits all-commits at lists.llvm.org
Fri May 30 19:26:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c979d1f812b542b45dc726305d8788f18bb20702
      https://github.com/llvm/llvm-project/commit/c979d1f812b542b45dc726305d8788f18bb20702
  Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
  Date:   2025-05-30 (Fri, 30 May 2025)

  Changed paths:
    M compiler-rt/test/sanitizer_common/android_commands/android_run.py

  Log Message:
  -----------
  [Sanitizer] Fix android test env issue (#142235)

I attempted to fix android tests in
https://github.com/llvm/llvm-project/pull/142207 (broken by
https://github.com/llvm/llvm-project/pull/141820). They are still
failing but now I have more info.


https://lab.llvm.org/buildbot/#/builders/186/builds/9504/steps/16/logs/stdio

ERROR: Can't open file: //foo.8862 (reason: 30)

I believe the reason is that on android the HOME and TMPDIR environment
variables are not being set correctly, or they are not read correctly.
(https://github.com/llvm/llvm-project/pull/142234#issuecomment-2923694428)



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