[all-commits] [llvm/llvm-project] 1447ea: NFC test if rosetta is installed before running x8...

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue Nov 15 14:44:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1447ea059b4ac0995418950c1146fd936d57fee6
      https://github.com/llvm/llvm-project/commit/1447ea059b4ac0995418950c1146fd936d57fee6
  Author: Jason Molenda <jason at molenda.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py

  Log Message:
  -----------
  NFC test if rosetta is installed before running x86 binary on AS

Rosetta 2 is not installed by default in a fresh macOS installation
on Apple Silicon, so x86 binaries cannot be run.  CI bots are often
in this state.  Update this test to check for the rosetta debugserver,
which our debugserver also hardcodes the path of, before trying to
run an x86 process on AS systems.




More information about the All-commits mailing list