[all-commits] [llvm/llvm-project] 0869a6: NFC test if rosetta debugserver exists before test...

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


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

  Changed paths:
    M lldb/test/API/macosx/rosetta/TestRosetta.py

  Log Message:
  -----------
  NFC test if rosetta debugserver exists before testing rosetta

A fresh install of macOS does not have Rosetta 2 installed by
default; the CI bots are often in this state, resulting in a
test failure.  debugserver already hardcodes the filepath of
the Rosetta 2 debugserver; test if that file exists before
running the Rosetta test.




More information about the All-commits mailing list