[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator
authorRaphael Isemann <teemperor@gmail.com>
Wed, 11 Nov 2020 08:13:56 +0000 (09:13 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 11 Nov 2020 08:14:54 +0000 (09:14 +0100)
commit66ae40ebfb83c8beb2080123d3866bd08520fcef
tree6698f77a938635e186f431eff6f1c1499126dccc
parent990939c897314bd82c38d7a58c49ab9c1d209d52
[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator

Those two decorators have identical behaviour. This removes
`not_remote_testsuite_ready` as `skipIfRemote` seems more consistent with the
other decorator names we have

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D89376
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/test/API/commands/process/launch/TestProcessLaunch.py
lldb/test/API/functionalities/load_unload/TestLoadUnload.py
lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
lldb/test/API/functionalities/process_save_core/TestProcessSaveCore.py
lldb/test/API/python_api/target/TestTargetAPI.py