NFC test if rosetta debugserver exists before testing rosetta
authorJason Molenda <jason@molenda.com>
Tue, 15 Nov 2022 22:33:50 +0000 (14:33 -0800)
committerJason Molenda <jason@molenda.com>
Tue, 15 Nov 2022 22:35:02 +0000 (14:35 -0800)
commit0869a699173f6d92949153e5301e6cfadf33201c
tree22a0fbd7c1a79a8d1610fd2971876bc884f07f5f
parentd7816057d7165d2872a03d635b66ccef8ac99c46
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.
lldb/test/API/macosx/rosetta/TestRosetta.py