[Lldb-commits] [lldb] b0937be - Skip TestGuiBasic.py on ios etc device testing.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 11 02:12:04 PST 2019


On 11/12/2019 00:51, Jason Molenda via lldb-commits wrote:
> That was my first inclination -- I don't see how it can work correctly on a remote setup, just like TestMultilineCompletion.py which I added the same skip to -- but I know people are doing remote linux testing for android and this doesn't seem to have been a problem for them?  I went the conservative approach of skipping it for iOS testing, but I think skipIfRemote is the correct decorator.
> 

I could be wrong, I don't believe anyone has been running remote android
tests for a while. And I'm pretty sure these tests would fail on android
too.

So yeah, +1 for auto-skipping all pexpect tests for remote runs.

pl


More information about the lldb-commits mailing list