Those two decorators have identical behaviour. This removes not_remote_testsuite_ready
as skipIfRemote seems more consistent with the other decorator names we have
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89376
[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator ClosedPublic Authored by teemperor on Oct 14 2020, 2:21 AM.
Details Summary Those two decorators have identical behaviour. This removes not_remote_testsuite_ready
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2020, 8:56 AM Closed by commit rG66ae40ebfb83: [lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote… (authored by teemperor). · Explain WhyNov 11 2020, 12:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304413 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
|