This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.
ClosedPublic

Authored by JDevlieghere on Aug 5 2020, 3:08 PM.

Details

Summary

This patch modifies the skipIfRemote decorator so it can apply to a whole class, which allows us to skip all PExpect tests as a whole.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Aug 5 2020, 3:08 PM
JDevlieghere created this revision.
davide accepted this revision.Aug 5 2020, 3:19 PM

I assume we're still allowing to put the decorator on a test-by-test basis, and that seems the case from what I see.
If so, LG.

This revision is now accepted and ready to land.Aug 5 2020, 3:19 PM

I assume we're still allowing to put the decorator on a test-by-test basis, and that seems the case from what I see.
If so, LG.

Yup. Thanks!

Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2020, 3:27 PM